Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ivanseidel/linkedlist issues and pull requests
#68 - Added iterator function to LinkedList
Pull Request -
State: open - Opened by dindibo 4 months ago
#67 - has no member named 'length'
Issue -
State: open - Opened by Dowan35 11 months ago
#66 - Is LinkedList usable outside of the Arduino platform (e.g. in a regular desktop application)?
Issue -
State: open - Opened by divStar about 1 year ago
#65 - Added swap(index, index1) method
Issue -
State: open - Opened by davidefa over 1 year ago
#64 - Type requires no arg constructor
Issue -
State: open - Opened by abdasgup almost 2 years ago
#63 - linkedlist
Issue -
State: closed - Opened by opooor almost 2 years ago
#62 - Disable copying.
Pull Request -
State: open - Opened by pvginkel almost 2 years ago
#61 - [ADD] Iterable in rfor. [CLEAN] code style
Pull Request -
State: open - Opened by Narwhalsss360 over 2 years ago
#60 - Is it thread safe ?
Issue -
State: open - Opened by oneandonlyonebutyou over 2 years ago
#59 - Linked_listC++
Issue -
State: open - Opened by BaraAlqady123 over 2 years ago
#58 - Example won't compile for Arduino Portenta
Issue -
State: open - Opened by njhetherington almost 3 years ago
- 7 comments
#57 - Arduino auto-reboot 😄
Issue -
State: closed - Opened by maincraft-io almost 3 years ago
- 2 comments
#56 - Cache improvement
Pull Request -
State: open - Opened by vortigont about 3 years ago
- 2 comments
#55 - Added STL-like Iterators
Pull Request -
State: open - Opened by vortigont about 3 years ago
- 2 comments
#54 - 'class LinkedList<int>' has no member named 'add'
Issue -
State: open - Opened by americodias about 3 years ago
- 1 comment
#53 - Install Instructions Are Incorrect
Issue -
State: closed - Opened by Warren52 about 3 years ago
- 4 comments
#52 - Including LinkedList.h breaks Nano 33 IoT setup method
Issue -
State: open - Opened by Tetrahedran about 3 years ago
- 2 comments
#51 - Add wrapper namespace to workaround Async Webserver Class name collision
Pull Request -
State: open - Opened by vortigont about 3 years ago
#50 - Add end() method to access last element of the list
Pull Request -
State: closed - Opened by vortigont about 3 years ago
#49 - Bump library.json
Pull Request -
State: closed - Opened by vortigont about 3 years ago
#48 - Avoid tests being compiled by Arduino build system
Pull Request -
State: closed - Opened by per1234 over 3 years ago
- 2 comments
#47 - 2 of 3 examples do not open in Arduino IDE 2.0
Issue -
State: closed - Opened by mccartes over 3 years ago
- 1 comment
#46 - Linked list
Issue -
State: open - Opened by ghost over 3 years ago
#45 - Add possibility to free memory
Pull Request -
State: closed - Opened by ruigaspar over 3 years ago
- 1 comment
#44 - No output to Serial Output
Issue -
State: closed - Opened by KanLok78 over 3 years ago
#43 - Type mismatch error
Issue -
State: open - Opened by miguelh72 almost 4 years ago
- 3 comments
#42 - Changed the sub heading of Removing with Deleting
Pull Request -
State: closed - Opened by vijay-jha about 4 years ago
- 1 comment
#41 - Consider issue #40 (Overlapping with ESPAsyncWebServer)
Pull Request -
State: open - Opened by papadenis over 4 years ago
- 1 comment
#40 - This library overlaps with ESPAsyncWebServer
Issue -
State: open - Opened by papadenis over 4 years ago
#39 - iostream compilation error on Arduino Mega
Issue -
State: closed - Opened by Luana-Menezes over 4 years ago
- 4 comments
#38 - Arduino Nano 33 Incompatibility
Issue -
State: open - Opened by gentle-giant over 4 years ago
#37 - it does not work
Issue -
State: closed - Opened by Rombersoft over 4 years ago
- 1 comment
#36 - Compile error for Arduino Nano
Issue -
State: closed - Opened by SummerTime244 over 4 years ago
- 2 comments
#35 - Thread Protection
Issue -
State: closed - Opened by justcallmekoko over 4 years ago
- 1 comment
#33 - Compile errors with 1.8.10 arduino ide
Issue -
State: closed - Opened by mdlagor about 5 years ago
- 5 comments
#32 - sort for class objects?
Issue -
State: closed - Opened by michelep about 5 years ago
- 2 comments
#31 - Update library.json
Pull Request -
State: closed - Opened by ogatatsu over 5 years ago
#30 - Corrected a comment in LinkedList.h
Pull Request -
State: closed - Opened by jwd83 over 5 years ago
#29 - feature request: clear + free objects
Issue -
State: closed - Opened by RyanAveryBSU about 6 years ago
- 1 comment
#28 - non-virtual deconstructor
Issue -
State: closed - Opened by RyanAveryBSU about 6 years ago
- 3 comments
#27 - missing source code
Issue -
State: closed - Opened by RyanAveryBSU about 6 years ago
- 1 comment
#26 - Test suite
Pull Request -
State: closed - Opened by JasonThomasData about 6 years ago
- 1 comment
#25 - getNode() --> return NULL pointer instead of bool "false"
Pull Request -
State: closed - Opened by cmooney3 over 6 years ago
- 2 comments
#24 - Add unit tests and continuous integration
Issue -
State: closed - Opened by scls19fr over 6 years ago
- 1 comment
#23 - it is hard to judge get() success or not?
Issue -
State: open - Opened by m2mer over 6 years ago
- 2 comments
#22 - Return nullptr instead of false in getNode
Pull Request -
State: closed - Opened by eriknstevenson over 6 years ago
- 1 comment
#21 - Revert "Fix bug in unshift"
Pull Request -
State: closed - Opened by ivanseidel about 7 years ago
#20 - Fix bug in unshift
Pull Request -
State: closed - Opened by sidoh about 7 years ago
- 3 comments
#19 - add [] operator support
Pull Request -
State: closed - Opened by NitrofMtl over 7 years ago
- 1 comment
#18 - A strange problem.
Issue -
State: closed - Opened by GerrieWell over 7 years ago
- 1 comment
#17 - Added a sort() and an example.
Pull Request -
State: closed - Opened by PaulMurrayCbr almost 8 years ago
- 1 comment
#16 - Arduino IDE 1.6.9 reports a warning : converting 'false' to pointer type 'ListNode<MyObject*>*' [-Wconversion-null]
Issue -
State: closed - Opened by leseigneur almost 8 years ago
- 1 comment
#15 - Modifications to be compliant with deep copy of structures.
Pull Request -
State: open - Opened by anmaped about 8 years ago
- 2 comments
#14 - Make examples only loop once
Pull Request -
State: closed - Opened by sandeepmistry over 8 years ago
#13 - Remove pointer type converting warnings
Pull Request -
State: closed - Opened by sandeepmistry over 8 years ago
- 4 comments
#12 - Does not compile with Arduino 1.6.8
Issue -
State: closed - Opened by efstathios-chatzikyriakidis over 8 years ago
- 2 comments
#11 - Added support for indexing like an array and const functions.
Pull Request -
State: closed - Opened by finitespace almost 9 years ago
- 5 comments
#10 - Example prints non stop, and needs to print new line.
Issue -
State: closed - Opened by NicksonYap almost 9 years ago
- 1 comment
#9 - Added more warnings about delete.
Pull Request -
State: closed - Opened by PeterMitrano about 9 years ago
- 1 comment
#8 - @PlatformIO Library Registry manifest file
Pull Request -
State: closed - Opened by ivankravets about 9 years ago
#7 - Fix add into position 0
Pull Request -
State: closed - Opened by thirtythreeforty over 9 years ago
- 1 comment
#6 - Fix invalid default value specification
Pull Request -
State: closed - Opened by thirtythreeforty almost 10 years ago
- 3 comments
#5 - Update LinkedList.h
Pull Request -
State: closed - Opened by iisfaq about 10 years ago
- 1 comment
#4 - 2 bugs in the remove()
Issue -
State: closed - Opened by iisfaq about 10 years ago
- 3 comments
#3 - Clear() vs Remove
Issue -
State: closed - Opened by iisfaq about 10 years ago
- 1 comment
#2 - fixed unshift: root reset
Pull Request -
State: closed - Opened by rajeeves about 10 years ago
- 1 comment
#1 - Fixing small bug
Pull Request -
State: closed - Opened by siemanko over 10 years ago