Alex Gustafsson
Alex Gustafsson
## Feature Request ### Use Case When protecting API-driven services such as a Docker registry, a user may not want to supply their password via a command line application, a...
## Feature Request ### Description A path / endpoint should be able to be configured to require the user to authenticate again, even if they're already authenticated. For example, by...
## Feature Request ### Description Applications such as Traefik may use the fact that they're running in a Docker Swarm or in Kubernetes to leverage the features they have. In...
I could start offer some help with the NodeJS implementation in about a week from now. Is there any known implementation already or has anyone started to work on it?
Currently, the dashboard (`swarmpit.example.com/`) and task page (`swarmpit.example.com/tasks/`) feature graphs covering CPU, memory usage etc. It would be really nice if similar graphs could be used on the stack (`swarmpit.example.com/stacks/`)...
I'd like to be able to generate vanity ed25519 public keys, not just full-blown onion addresses. Is this something that's easily done with the current code base or is this...
Whenever I call `collectCandidates` for a relatively simple grammar, I get an assertion error: I tracked the call state: Here we can see that `collectCandidates` calls `seek` on a `BufferedTokenStream`...
## Describe the feature By implementing support for `$include: ""`, one would allow for powerful code splitting in the vain of [swagger-cli](https://github.com/APIDevTools/swagger-cli). PoC: In `GenerateSwaggerUI.groovy`, one could write a simple...
I'm trying to access a list of fields by the same name of a `SyntaxNode`. Unfortunately there doesn't seem to be any functionality for this in the web binding. I've...
### Scenario I would like to open up WebSockets to a server and keep them open. I'd like to open at least a couple of thousand connections that when open...