Fred's GitHub
Fred's GitHub
Missin hosts
Hi guys, here you can suggest entries for the hosts file without the need of making a pull request on your own. Just make a new account and post your...
Hi, both the Coinbase Wallet and MetaMask are triggered when clicking on MetaMask icon. 
It throws the following error: **Uncaught (in promise) TypeError: provider.on is not a function at HTMLButtonElement.onConnect (example.js:171)** 
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior HI, sorry if I've opened this as a bug, feel free...
Dear Mosh, I've stumbled upon a concurrency bug. In both _ProductComponent_ and _BsNavbarComponent_ is used the method _getCart_ which awaits a call to _getOrCreateId_. The problem is that the db...
if((length % 2) === 0){ start = word.slice(0, word.length/2); end = word.slice(word.length/2, word.length); } else{ start = word.slice(0, word.length/2); end = word.slice(word.length/2, word.length); } This is an if clause where...
Words with a length of more than 15 characters generate errors
I have a question about [NOC_6_05_PathFollowingSimple](https://github.com/shiffman/The-Nature-of-Code-Examples/blob/master/chp06_agents/NOC_6_05_PathFollowingSimple/Vehicle.pde) In the Vehicle class you calculate the target position outside the `if (distance > p.radius)`, but actually you apply `seek(target)` only if in that...
In your example of an autocomplete you use throttleTime while you might prefere debounceTime, so that when you press the back button you get autocompletion.
### Verify latest release - [X] I verified that the issue exists in the latest `chatgpt` release ### Verify webapp is working - [X] I verify that the ChatGPT webapp...