Scott Driggers

Results 28 issues of Scott Driggers

I was following the issue here https://github.com/eaze/tracing-honeycomb/issues/9, and it seems that some environments are having issues with this library (I myself am not one of these currently). There is a...

Latest version released is 0.1.6, but this version change is still stuck at `reqwest 0.10.10` which itself is stick at `tokio 0.2` which is incompatible with current tokio versions. This...

# Bug report ## Describe the bug Exporting rows from a table with jsonb columns, exports those as a JavaScript `[object Object]` ## To Reproduce 1. Go to [https://app.supabase.com/project/\/sql](https://app.supabase.com) (The...

bug
hacktoberfest
dashboard

``` 9:29:01 AM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. [email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details. ``` The recommended...

bug

So I recently added `tensorflow` to a rust project that had an external openssl dependency (`reqwests` and `paho-mqtt`) and I immediately started seeing segfaults. The strange thing is that these...

New parser includes parsing fields and parsing shares I have added tests for these capabilities as well

Currently this is possible with the iterator, but it could be made a lot more efficient with a dedicated method (and without any of the security concerns that come with...

Mostly improving some optional parameters in the key formats The last commit makes some internal improvements. Feel free to accept or reject any individual commit.

This PR adds service account impersonation. It uses a generic `Box` to get the source token and then uses that token to refresh the impersonated account from the `service_account_impersonation_url`.

This PR supports parsing both formats in either the `GOOGLE_APPLICATION_CREDENTIALS` env variable or the `~/.config/gcloud/application_default_credentials.json` file. This is part 1 of the PRs addressing #56 For context see https://github.com/hrvolapeter/gcp_auth/pull/75#issuecomment-1683894661