Results 22 issues of Kevin Valk

I've documented the complete app and wrote a proof of concept in python which can be found at https://github.com/kevinvalk/re-singstar-mic. My opinion is that this would be a cool feature to...

enhancement

Firstly, great tool, super useful! I was trying to move all my *.graphql files into a separate internal private package (specifically monorepo). While struggling with includes, paths, webpack, typescript etc,...

The graphql-js release 16.0.0 (https://github.com/graphql/graphql-js/releases/tag/v16.0.0) breaks graphql-let with the following error. ``` [ graphql-let ] TypeError: visitFn.call is not a function TypeError: visitFn.call is not a function at Object.visit (/node_modules/graphql/language/visitor.js:200:21)...

With version 1.24.1 and default settings you are unable to perform OAuth 2.0 API requests. For example getting the events for a [calendar](https://developers.google.com/calendar/api/v3/reference/events/list?apix_params=%7B%22calendarId%22%3A%22primary%22%7D). When you use the "Try this method"...

I have an Nginx configuration that is loaded into a config map. I was using variable substitution functionality from Flux Kustomization and this caused weird errors. It turns out that...

Resolves: - #36: by moving version into setup.py, not nicest, but good enough for this library - #27: through the work from @cmur2 and some small improvements from me -...

**Is your feature request related to a problem? Please describe.** We went fully GitOps through Flux and Flux creates numerous namespaces. However, Zarf does not know about these namespaces and...

### Version 3.0.7 ### Reproduction link [https://codesandbox.io/s/recursive-emit-bug-10073](https://codesandbox.io/s/recursive-emit-bug-10073) ### Steps to reproduce See codesandbox for illustration of the problem - Create a recursive component that has an 'emits: ["event"]' - Emit...

need guidance
has workaround

An possible implementation for IPv6 support for Kippo, with this we could close #62 and #156. I also added an debian init script and force to newlines (LN) because else...

**Is your feature request related to a problem? Please describe.** I wanted to get a specific object from the cache that I knew would exist (because another query loading all...

enhancement