Tom Mount

Results 17 comments of Tom Mount

Did some further testing with an isolated repo that I could share (rather than one filled with my app-specific pages). Tested using both node 14 and 16 (the linked repo...

Isn't there a native equivalent in the std io library? https://deno.land/[email protected]/node/buffer.ts I had a similar issue where I was serializing a `Buffer` from node into JSON and it was coming...

Someone showed me a trick like this: ``` import('@simplewebauthn/browser') .then((imports) => { const { browserSupportsWebAuthn } = imports this.webAuthnSupported = browserSupportsWebAuthn() this.webAuthnSupportWait = false }) ``` As long as the...

I'll chime in here that while I love not having to cart around a yubikey with my SSH key on it, the "leave unlocked" behavior leaves quite a bit to...

Same, it's most obvious in VSCode, though I haven't noticed it as much with Terminal (the app, not the terminal window in VSCode).

This is getting to the point of me being about to uninstall this app - at this point I don't even get prompted to remember my decision (even though that...

I haven't been in code much the last few days - I'll look closer next week. On Sun, Aug 6, 2023, 19:07 Max Goedjen ***@***.***> wrote: > @tmountjr /anyone else...

Confirmed for me too - had a repo and definitely said to allow all day; a few hours later it asked again, this time with no option to keep unlocked....

I had just assumed that `float` was a built-in type. It seems to be referenced that way here - https://docs.micropython.org/en/latest/genrst/builtin_types.html. If that's not the case, what's the process for handling...