Joscha Feth
Joscha Feth
I am trying to update [deno](https://search.nixos.org/packages?channel=24.05&show=deno&from=0&size=50&sort=relevance&type=packages&query=deno) via https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/web/deno/update/update.ts but https://github.com/NixOS/nixpkgs/blob/35ac2fed3eac0f718257d99f9fb03b9bff46f4fd/pkgs/stdenv/darwin/default.nix#L42 throws ``` error: Uncaught (in promise) Error: error: value is null while a set was expected at /Users/joscha/dev/nixpkgs/pkgs/stdenv/darwin/default.nix:42:52: 41| isBuiltByBootstrapFilesCompiler...
This change makes sure that the process exits and shows a non-zero exit code if any of the regeneration commands fail. Compare: ```sh ( echo 1 ehco 2 echo 3...
### Expected Behavior The documentation: https://github.com/integrations/terraform-provider-github/blob/580961747df6864f0f9e5123ebf3003712d00feb/website/docs/r/branch_protection.html.markdown?plain=1#L117 i.e.: > For workflows that use matrixes, append the matrix name to the value using the following pattern `([, ])` suggests that for a...
I randomly started getting: ``` bug: pre-commit's script is installed in migration mode run `pre-commit install -f --hook-type commit-msg` to fix this ``` unsure where the issue is. I did...
It currently does not seem possible to load accounts and balance data? When dropping an export of: ```json { "meta": { "date": "2025-02-25T00:26:31.163Z", "version": "2.140.0" }, "accounts": [ { "balance":...
### Company Name Planet A GmbH ### Use Cases or Problem Statement Airtable support synchronizing data from Snowflake: https://support.airtable.com/docs/airtable-sync-integration-snowflake This uses an external OAuth token to do so. This token...
**Describe the bug** Models can't be found when in Frankfurt region - the App code in `ui.py` throws. When following https://quickstarts.snowflake.com/guide/build-a-cinebot-with-snowflake-native-apps-and-cortex/#0 **Additional context** Is fixed by: ```sql ALTER ACCOUNT SET...
This adds a very simple [Bearer authentication](https://swagger.io/docs/specification/v3_0/authentication/bearer-authentication/) class. Happy to add docs, if accepted.