Fred's GitHub

Results 12 issues of Fred's GitHub

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. ![image](https://user-images.githubusercontent.com/17194393/130926738-352b00cc-42fb-4d26-a277-bad787f2cbd6.png)

v1

It throws the following error: **Uncaught (in promise) TypeError: provider.on is not a function at HTMLButtonElement.onConnect (example.js:171)** ![image](https://user-images.githubusercontent.com/17194393/130637128-2e74bb14-6025-4b1e-9360-caa542fa45b8.png)

v1

### 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...

Bug
Discussion
1.x
P1
4.x

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...