Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Bug-Hunter-X

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/NSManagedObjectContext-Thread-Safety-Issue-in-Objective-C-fxwce

View on GitHub

Bug-Hunter-X created a branch on Bug-Hunter-X/NSManagedObjectContext-Thread-Safety-Issue-in-Objective-C-fxwce

main - Objective-C NSManagedObjectContext thread safety issue: accessing the context from a thread other than the one it was created on can lead to crashes or unexpected behavior.

Bug-Hunter-X created a repository: Bug-Hunter-X/NSManagedObjectContext-Thread-Safety-Issue-in-Objective-C-fxwce

https://github.com/Bug-Hunter-X/NSManagedObjectContext-Thread-Safety-Issue-in-Objective-C-fxwce - Objective-C NSManagedObjectContext thread safety issue: accessing the context from a thread other than the one it was created on can lead to crashes or unexpected behavior.

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Rust-Mutable-and-Immutable-Borrow-Error-hj2vh

View on GitHub

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Rust-Mutable-and-Immutable-Borrow-Error-hj2vh

View on GitHub

Bug-Hunter-X created a branch on Bug-Hunter-X/Rust-Mutable-and-Immutable-Borrow-Error-hj2vh

main - This code demonstrates a common error in Rust related to mutable and immutable references. The error arises when trying to use both mutable and immutable references to the same variable simultaneously within the same scope.

Bug-Hunter-X created a repository: Bug-Hunter-X/Rust-Mutable-and-Immutable-Borrow-Error-hj2vh

https://github.com/Bug-Hunter-X/Rust-Mutable-and-Immutable-Borrow-Error-hj2vh - This code demonstrates a common error in Rust related to mutable and immutable references. The error arises when trying to use both mutable and immutable references to the same variable simultaneously within the same scope.

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Uncommon-CSS-Error--Invalid-Unsupported-Property-Value-dlg2r

View on GitHub

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Uncommon-CSS-Error--Invalid-Unsupported-Property-Value-dlg2r

View on GitHub

Bug-Hunter-X created a branch on Bug-Hunter-X/Uncommon-CSS-Error--Invalid-Unsupported-Property-Value-dlg2r

main - Uncommon CSS error: Invalid or unsupported property/value causing unexpected behavior without explicit error messages. This might involve browser-specific properties or typos.

Bug-Hunter-X created a repository: Bug-Hunter-X/Uncommon-CSS-Error--Invalid-Unsupported-Property-Value-dlg2r

https://github.com/Bug-Hunter-X/Uncommon-CSS-Error--Invalid-Unsupported-Property-Value-dlg2r - Uncommon CSS error: Invalid or unsupported property/value causing unexpected behavior without explicit error messages. This might involve browser-specific properties or typos.

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Unexpected-Behavior-with-Falsy-Values-in-JavaScript-Function-crqjc

View on GitHub

Bug-Hunter-X created a branch on Bug-Hunter-X/Unexpected-Behavior-with-Falsy-Values-in-JavaScript-Function-crqjc

main - This code handles null values correctly by returning null when either a or b is null. However, it might not handle other falsy values like 0, "", or false appropriately. This is a common issue when working with null and other falsy values in JavaScript.

Bug-Hunter-X created a repository: Bug-Hunter-X/Unexpected-Behavior-with-Falsy-Values-in-JavaScript-Function-crqjc

https://github.com/Bug-Hunter-X/Unexpected-Behavior-with-Falsy-Values-in-JavaScript-Function-crqjc - This code handles null values correctly by returning null when either a or b is null. However, it might not handle other falsy values like 0, "", or false appropriately. This is a common issue when working with null and other falsy values in JavaScript.

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Unhandled-Errors-in-Node-js-HTTP-Server-nbtn4

View on GitHub

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Unhandled-Errors-in-Node-js-HTTP-Server-nbtn4

View on GitHub

Bug-Hunter-X created a branch on Bug-Hunter-X/Unhandled-Errors-in-Node-js-HTTP-Server-nbtn4

main - Node.js server missing error handling which may cause unexpected behavior, the program may crash without providing any information.

Bug-Hunter-X created a repository: Bug-Hunter-X/Unhandled-Errors-in-Node-js-HTTP-Server-nbtn4

https://github.com/Bug-Hunter-X/Unhandled-Errors-in-Node-js-HTTP-Server-nbtn4 - Node.js server missing error handling which may cause unexpected behavior, the program may crash without providing any information.

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Dockerfile-build-error--Node-modules-not-found-8me5j

View on GitHub

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Dockerfile-build-error--Node-modules-not-found-8me5j

View on GitHub

Bug-Hunter-X created a branch on Bug-Hunter-X/Dockerfile-build-error--Node-modules-not-found-8me5j

main - Dockerfile results in a build error because it tries to copy the entire project directory before running npm install. The package.json and package-lock.json are in the root of the directory. During build, the contents of the directory are not copied during the second COPY command and the node_modules folder is missing during runtime.

Bug-Hunter-X created a repository: Bug-Hunter-X/Dockerfile-build-error--Node-modules-not-found-8me5j

https://github.com/Bug-Hunter-X/Dockerfile-build-error--Node-modules-not-found-8me5j - Dockerfile results in a build error because it tries to copy the entire project directory before running npm install. The package.json and package-lock.json are in the root of the directory. During build, the contents of the directory are not copied during the second COPY command and the node_modules folder is missing during runtime.

Bug-Hunter-X pushed 1 commit to main Bug-Hunter-X/Groovy-Closure-Delegate-Issue--Unexpected-MissingPropertyException-f2mso
  • Add bugSolution.groovy file 66b13b6

View on GitHub

Bug-Hunter-X created a branch on Bug-Hunter-X/Groovy-Closure-Delegate-Issue--Unexpected-MissingPropertyException-f2mso

main - Groovy closure delegate issue: Unexpected MissingPropertyException when using delegate within a method.

Bug-Hunter-X created a repository: Bug-Hunter-X/Groovy-Closure-Delegate-Issue--Unexpected-MissingPropertyException-f2mso

https://github.com/Bug-Hunter-X/Groovy-Closure-Delegate-Issue--Unexpected-MissingPropertyException-f2mso - Groovy closure delegate issue: Unexpected MissingPropertyException when using delegate within a method.

Load more