Sindre Nistad
Sindre Nistad
Hi, Would it be possible to have Markdown Navigator render / preview mermaid files (`.mmd`)? ## Some background Since Git*Hub* does not support mermaid rendering (yet), I have to create...
Hi, Is there a way to get deterministic SVGs? I've noticed that the `id` tag of the SVG seems to be randomly generated. Is there a way to have it...
Hi, I noticed that there is a breaking change from `0.2.9` to `0.3.0`, but I am not sure if it is intentional or not. **tl;dr**: an integer is no longer...
Hi, Is there a way to create a network interface, and have it associated / assigned to an existing security group? My use case is thus; A customer I work...
**Is your feature request related to a problem? Please describe.** When using the `Autocomplete` selector / dropdown, I'd like to be able to customise the different items. In my use...
This is probably not the correct place to ask for it, but I don't know where else to put it. Are there any plans to offer a similar service as...
Hi, I tried installing the `opm` Python package, but it wasn't found on macOS. I noticed there are only precompiled binaries for linux, and no source distribution. Would it be...
#### Describe Problem Currently, (the web server) NginX does not host any of the static files generated by Node.js. #### Suggest Changes My suggestion, is to let NginX host all...
I discovered that `shellingham` did not detect the correct shell when running in Docker on a x64 machine while emulating `linux/arm64`. Through some debugging, and inspecting the running code, I...
Would it be possible to distribute pre-built wheels for `linux-aarch64` on PyPi? My use-case is using `JPype1` (through `JayDeBeApi`) on a docker container running on Apple Silicon. Currently, we compile...