Ben Sidhom

Results 50 comments of Ben Sidhom

I'm guessing that's because you're using the default client ID. You may need to create your own client id and secret [as mentioned here](https://github.com/odeke-em/drive#api-keys). Note that these environment variables are...

The fix from #1142 hasn't been merged yet, so it won't appear in `@latest`. I'm not sure if this repo is still maintained, but for now, you'll have to patch...

Just recently came across this myself. As a workaround, I've discovered that you can get around this by starting with a streaming input and then inverting this with `fromstream`. Note...

https://github.com/itchyny/gojq handles this "gracefully". Interestingly, on my machine, I can easily parse the 100000-deep array, but doing much more than that results in a stack overflow (handled by the go...

Note that I'm not personally concerned about the _security_ of this issue with respect to untrusted input, since it relies on the jq user going into streaming mode and then...

I can confirm that this works as expected on a physical iPhone.

Do you have link to the code so we can experiment with it? Did this require internal changes to the terminal itself or did you just use the public API/CSS?...

I may have spoken too soon. It works at first, but seems to get into a weird state if I click away the keyboard and then refocus it. And randomly...

Since this was a breaking change, I had to add `let filename = String::from_utf8_lossy(entry.name_bytes());` to the callback to get the example working.

Beyond the licensing concerns around rug, I'm not sure how easy it would be to compile to WASM. I've used [qd](https://github.com/Barandis/qd) for this purpose for some personal projects in the...