Alan Plum
Alan Plum
When extending the ArangoDB docker image as a base image to dockerize a Foxx service (or anything else really) it's extremely useful to be able to just stuff `/docker-entrypoint-initdb.d` full...
Users probably aren't aware that they have to make sure foxx-cli talks to the endpoint `127.0.0.1:8999` or whatever arangod happens to be set to listen to during the init phase...
It would be nice if the test command was compatible with mocha formatters. If we reimplement the mocha API in Foxx, we should provide a "reporter" that just records the...
It would be neat if there was a way to test that the server definition is correct (valid credentials etc) by pinging the server. This could also be used to...
It would be neat if `foxx deps` could fetch the current deps and prompt for new values (defaulting to current value) to make setting up dependencies of mounted services easier.
It would be neat if `foxx config` could fetch the current config and prompt for new values (defaulting to current value) to make configuration of mounted services easier.
### Describe the feature or problem you’d like to solve When working with a repository from a WSL2 path (`\\wsl$\\`), launching VSCode will simply open the path as if it...
It would be nice if someone (either us or the community) provided syntax highlighting for common editors and IDEs like VS Code, Sublime Text, Atom, IntelliJ, etc. For Sublime Text...