Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Bug-Hunter-X created a branch on Bug-Hunter-X/Uncommon-Shell-Script-Bug--Wildcard-Expansion-and-Word-Splitting-lqrlh
main - Shell script error when processing files with spaces or special characters in their names. The issue stems from improper wildcard expansion and word splitting.
Bug-Hunter-X created a repository: Bug-Hunter-X/Uncommon-Shell-Script-Bug--Wildcard-Expansion-and-Word-Splitting-lqrlh
https://github.com/Bug-Hunter-X/Uncommon-Shell-Script-Bug--Wildcard-Expansion-and-Word-Splitting-lqrlh - Shell script error when processing files with spaces or special characters in their names. The issue stems from improper wildcard expansion and word splitting.
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Infinite-Loop-in-useEffect-Hook-7oknf
- Add README.md file 46a4373
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Infinite-Loop-in-useEffect-Hook-7oknf
- Add bugSolution.js file 7626cfa
Bug-Hunter-X created a branch on Bug-Hunter-X/Infinite-Loop-in-useEffect-Hook-7oknf
main - React useEffect hook causing an infinite loop due to incorrect state update.
Bug-Hunter-X created a repository: Bug-Hunter-X/Infinite-Loop-in-useEffect-Hook-7oknf
https://github.com/Bug-Hunter-X/Infinite-Loop-in-useEffect-Hook-7oknf - React useEffect hook causing an infinite loop due to incorrect state update.
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Improper-Exception-Handling-in-Asynchronous-Dart-Code-1pbbz
- Add bugSolution.dart file 4576f2a
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Improper-Exception-Handling-in-Asynchronous-Dart-Code-1pbbz
- Add README.md file 9984be6
Bug-Hunter-X created a branch on Bug-Hunter-X/Improper-Exception-Handling-in-Asynchronous-Dart-Code-1pbbz
main - This Dart code demonstrates a common error: improper exception handling in asynchronous operations. The `try-catch` block catches exceptions but doesn't always handle them appropriately. The `rethrow` statement is used, but the context of its usage may need improvement.
Bug-Hunter-X created a repository: Bug-Hunter-X/Improper-Exception-Handling-in-Asynchronous-Dart-Code-1pbbz
https://github.com/Bug-Hunter-X/Improper-Exception-Handling-in-Asynchronous-Dart-Code-1pbbz - This Dart code demonstrates a common error: improper exception handling in asynchronous operations. The `try-catch` block catches exceptions but doesn't always handle them appropriately. The `rethrow` statement is used, but the context of its usage may need improvement.
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/JavaScript--Subtle-Undefined-Handling-in-Function-fyvih
- Add README.md file 1300943
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/JavaScript--Subtle-Undefined-Handling-in-Function-fyvih
- Add bugSolution.js file 6939365
Bug-Hunter-X created a branch on Bug-Hunter-X/JavaScript--Subtle-Undefined-Handling-in-Function-fyvih
main - This JavaScript code demonstrates a common error handling pattern, but it has a subtle flaw in how it handles the 'undefined' value. The code attempts to gracefully handle null and non-numeric inputs, but 'undefined' is wrongly evaluated as a non-number and returns NaN instead of providing a more informative error message or default value.
Bug-Hunter-X created a repository: Bug-Hunter-X/JavaScript--Subtle-Undefined-Handling-in-Function-fyvih
https://github.com/Bug-Hunter-X/JavaScript--Subtle-Undefined-Handling-in-Function-fyvih - This JavaScript code demonstrates a common error handling pattern, but it has a subtle flaw in how it handles the 'undefined' value. The code attempts to gracefully handle null and non-numeric inputs, but 'undefined' is wrongly evaluated as a non-number and returns NaN instead of providing a more informative error message or default value.
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Type-Instability-in-Julia-Function-5kiqs
- Add README.md file 3619e71
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Type-Instability-in-Julia-Function-5kiqs
- Add bugSolution.jl file 3b9d052
Bug-Hunter-X created a branch on Bug-Hunter-X/Type-Instability-in-Julia-Function-5kiqs
main - Julia function that works for integers but throws an error for floats due to type instability.
Bug-Hunter-X created a repository: Bug-Hunter-X/Type-Instability-in-Julia-Function-5kiqs
https://github.com/Bug-Hunter-X/Type-Instability-in-Julia-Function-5kiqs - Julia function that works for integers but throws an error for floats due to type instability.
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Uncommon-HTML-Bug--Using-Number-in-innerHTML-xtao2
- Add README.md file fca4566
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Uncommon-HTML-Bug--Using-Number-in-innerHTML-xtao2
- Add bugSolution.html file a12741a
Bug-Hunter-X created a branch on Bug-Hunter-X/Uncommon-HTML-Bug--Using-Number-in-innerHTML-xtao2
main - Uncommon HTML bug: Incorrect use of innerHTML with a non-string value. This leads to a runtime error.
Bug-Hunter-X created a repository: Bug-Hunter-X/Uncommon-HTML-Bug--Using-Number-in-innerHTML-xtao2
https://github.com/Bug-Hunter-X/Uncommon-HTML-Bug--Using-Number-in-innerHTML-xtao2 - Uncommon HTML bug: Incorrect use of innerHTML with a non-string value. This leads to a runtime error.
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/React-setInterval-Memory-Leak-hkvxx
- Add README.md file 77fa2e4
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/React-setInterval-Memory-Leak-hkvxx
- Add bugSolution.js file e9dd8ed
Bug-Hunter-X created a branch on Bug-Hunter-X/React-setInterval-Memory-Leak-hkvxx
main - React component using setInterval in useEffect without cleanup function, leading to memory leaks when the component unmounts. The solution involves adding a cleanup function to clear the interval.
Bug-Hunter-X created a repository: Bug-Hunter-X/React-setInterval-Memory-Leak-hkvxx
https://github.com/Bug-Hunter-X/React-setInterval-Memory-Leak-hkvxx - React component using setInterval in useEffect without cleanup function, leading to memory leaks when the component unmounts. The solution involves adding a cleanup function to clear the interval.
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Unexpected-Calculation-Results-with-CSS--calc----Function-xko3w
- Add README.md file 33e410a
Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Unexpected-Calculation-Results-with-CSS--calc----Function-xko3w
- Add bugSolution.css file ad8ad26
Bug-Hunter-X created a branch on Bug-Hunter-X/Unexpected-Calculation-Results-with-CSS--calc----Function-xko3w
main - Uncommon CSS `calc()` function error: adding unit to percentage within `calc()` causing unexpected width.
Bug-Hunter-X created a repository: Bug-Hunter-X/Unexpected-Calculation-Results-with-CSS--calc----Function-xko3w
https://github.com/Bug-Hunter-X/Unexpected-Calculation-Results-with-CSS--calc----Function-xko3w - Uncommon CSS `calc()` function error: adding unit to percentage within `calc()` causing unexpected width.