Jan Lohage

Results 26 comments of Jan Lohage

@illaico I'm afraid that won't work. Depending on your use-case there might be browser-extensions available making this possible.

Can you elaborate on why it would need at least one digit? Wouldn't `-a.localeCompare(b)` do the trick for any arbitrary string?

@LukasKlement your release is missing dist files. `import printjs from 'print-js-updated/src/index'` works though. if you don't want to use another release, install from git `npm i "git+https://github.com/crabbly/Print.js.git#08d002d43a9c383cc26fedbae3c8a6f597666917"` and use `import...

Without digging into this too much: What about cloning and restoring headers and cookies before / after [this line](https://github.com/sidebase/nuxt-auth/blob/7ae1d3adce6f380b4ab7c982589fdd5dfb2b8a43/src/runtime/server/services/authjs/nuxtAuthHandler.ts#L206)? If not mutating the event isn't easily accomplished, this might work...

@Avarei I've been looking to solve the same thing. Is maintaining this in a fork what you went for in the end or did you choose a different path?

Frankly, having provider-kubernetes depend on gardener/gardener for this rather specific use-case, doesn't feel quite right. Using provider-http to reconcile ProviderConfigs for provider-kubernetes much better aligns with how you would handle...