jeffrey eggert

Results 10 comments of jeffrey eggert

If you press enter after modifying a column it applies the change

This has been driving me absolutely mad the last 3 days

Have you updated the keys in ~/.aws/credentials?

I would be willing to pick this up. I'm actually implementing this en masse at disneystreaming.

Are you receiving the event? Can you call json.stringify e.data.data, null, 4 I would suggest wrapping the listener callback in another function , and making sure you remove the event...

Might benefit from using state/effect and custom hooks as well. I extended custom components using react fc and some material and joyui components, was fairly straightforward, but adding custom hooks...

I was able to mostly migrate to functional components and hooks, the only problems seemed to be the class components use of force update calls, and some dangerously set innerhtml....

I am able to reproduce, the same code for discovering at least works from the normal navigator bluetooth implementation https://googlechrome.github.io/samples/web-bluetooth/get-devices.html

> I am able to reproduce, the same code for discovering at least works from the normal navigator bluetooth implementation https://googlechrome.github.io/samples/web-bluetooth/get-devices.html Welp, disregard that, I misunderstood the design pattern and...

terminal.integrated.windowsUseConptyDll Switching on the setting for me fixed the issue, but it looks like the setting is actually somehow improperly linked, like the preview version shouldn't be enabled but is,...