Łukasz Kądalski

Results 8 comments of Łukasz Kądalski

How to use it ? Where to put it ?

Actually we want to rid off OAuth2. I would leave "input" for user to choose.

yea, I meant some generic input :) jwt token is rather our case

Great question @Hejsil. I see we need something solid here. I'll light some examples, which would you prefer? ``` const params = comptime clap.parseParamsComptime( \\-n, --number (r) An required parameter,...

> Are you referring to something similar to what [zig-args](https://github.com/MasterQ32/zig-args) does? Generate everything based on a struct? This is not something I have a need for, but if someone can...

I have similar issue on Linux, running Spring Boot 2.5.6. Also with this setting `jar { enabled = false }` and `gradle-7.3.3`. Is this plugin closed-sourced? I can't find any...

@countableSet If you need immediate resolution this helps: ``` jar { //From Spring Boot 2.5.0. Two jars are created, this setting provides only one. archiveClassifier = '' //use empty string...

Hi :) I have the same issue. When using terraform and helm_release after destroy plan, there is still one secret `internal-{name}-users` remaining. This secret then is taken as preffered one...