Niklas

Results 9 issues of Niklas

https://nim-lang.org

This is my configuration: ``` - OAUTH_ENABLED=true - OAUTH_ALLOW_SSO=Keycloak - OAUTH_BLOCK_AUTO_CREATED_USERS=false - OAUTH_AUTO_LINK_LDAP_USER=false - OAUTH_AUTO_LINK_SAML_USER=true - OAUTH2_GENERIC_NAME=Keycloak - OAUTH2_GENERIC_APP_ID=git - OAUTH2_GENERIC_APP_SECRET=secret - OAUTH2_GENERIC_CLIENT_SITE=https://url - OAUTH2_GENERIC_CLIENT_USER_INFO_URL=https://url/realms/realm/protocol/openid-connect/userinfo - OAUTH2_GENERIC_CLIENT_AUTHORIZE_URL=https://url/realms/realm/protocol/openid-connect/auth - OAUTH2_GENERIC_CLIENT_TOKEN_URL=https://url/realms/realm/protocol/openid-connect/token -...

**Describe the bug** The documentation states that we can use array params, firebase throws an error indicating we cant. **To Reproduce** Steps to reproduce the behavior: 1. Use logEvent with...

I am processing videos with carrierwave and fog as storage provider. All videos that are uploaded have the content type "application/json". I already got so far, that i have overriden...

Maybe the same error from #585 Using SDK 31 you need to actively set `android:exported="true"` to every intent inside your manifest explicitely. I did this and everything is fine. The...

### Environment nuxt: 2.18.1 @nuxtjs/tailwindcss: 6.12.1 ### Reproduction https://stackblitz.com/edit/nuxt-starter-z3wjs5?file=nuxt.config.js - npm run dev - open stackblitz /_tailwind ### Describe the bug After upgrading the nuxt tailwindcss module, the tailwind viewer...

bug

**Is your feature request related to a problem? Please describe.** In our k8s env, a normal user has no permission to read the default namespace. k9s quits in this case,...

question
as-designed

Is this library the official successor of v8? Supabase mentions that plv8 is deprecated and should not be used in pgv17 and above. https://supabase.com/docs/guides/database/extensions/plv8 > The plv8 extension is deprecated...

This allows containers to be provisioned on different remote hosts Example usage: ```hcl terraform { required_providers { docker = { source = "localdomain/example/docker" version = "0.1.0" } } } provider...