Slavek Kabrda
Slavek Kabrda
I'm experiencing this issue as well. @abompard did you manage to find a fix or a workaround?
I think I managed to solve this as part of https://github.com/OpenAPITools/openapi-generator/pull/5120 - feel free to give it a go (although it's not a part of an existing release, it will...
Heh, so this is interesting. The biggest issue here is that a comment is actually a syntactic element in XML. There's no real syntax for INI files, but most INI...
Yeah, absolutely. I'll try to get to this ASAP, but unfortunately I have no idea when that'll be.
You know, I started thinking about this just 2 days ago :) There are two key points here: - https://github.com/virtuald/pyhcl package is the only Python HCL manipulation library I could...
Note that implementing the HCL support may get a bit tricky, as HCL seems to be ambiguous and that needs to be sorted out in the first place [1]. The...
So here's what I did: - created anymarkup-core, that has all the code, but try/except imports, doesn't explicitly depend on any of the parsers - made anymarkup a "meta-package", which...
You can always tweet about how awesome I am (and I have twitter account now - https://twitter.com/slavek_k - , so that makes as cool as anyone else!)
Hi JK, any thoughts on this one? I wasn't able to get my hands on it past few days, but I'll try to provide some more info ASAP. Thanks.
Hi folks, I think this has been fixed by https://github.com/sigstore/scaffolding/pull/1214 - you can now run the TUF server with `-init` to only generate repository and `-serve` to only serve an...