coderfromhere
coderfromhere
Hi! I wonder if there's a way to instruct schema renderer responsible for `api.render` attribute to use `extend` keywords on defined types instead of the `@extends` directive in the resulting...
Hi, does this plugin generate the same layout for the `/app` as plugins for other build systems? My images don't seem to contain `/app/jib-classpath-file` and `/app/jib-main-class-file` that I rely on...
Hi! I'm looking for a counterpart alternative to `kernel.unprivileged_userns_clone` sysctl setting that could be found in Arch/Debian distros to enable [certain namespace kernel flags](https://github.com/NixOS/nix/blob/bbaf865655cff51f30be254f94c22407e368cb96/src/libstore/build.cc#L2216) for unprivileged clones, and I couldn't...
As Python interpolation supports embedded expressions, I wonder if it's possible for PyF to support something like: ``` [fmt| this is an embedded list: {[varA, varB]} |] ```
Hi, the extension setting does not recognise VS Code variables like `${workspaceFolder}` in LSP path field. I'm using a similar setting in Haskell Language Server to point to a HLS...
Hi @asyncee I've got a minimal spec that passes OAS3 validation, yet the codegen fails around schema components. I think it expects shared schemas to exist, and I wonder if...
Hi, I'm getting these warnings with an installable renderer: ``` [13:18:31] WARNING Black failed to post-process file with an error: Cannot parse: 3:4: The client is provided with async and...
Hi! I have a test case of a server-side validation error where the server responds with the most minimal set of headers, like: ```python {'Transfer-Encoding': 'chunked', 'Date': 'Mon, 24 Aug...
subj, I'm looking for a way to compose variants from two different definitions. Is there something similar to https://stackoverflow.com/questions/59495874/creating-a-completely-dependent-concatenation ?
In Haskell I could do something like ```haskell description = fullDesc progDesc "Program description" header "program header" ``` but Scala doesn't seem to allow me to compose `progDesc` with `fullDesc`,...