Axel Rindle
Axel Rindle
I edited a script file to additionally display the Ubuntu logo and thought it would be useful for others to know on how to accomplish this.
* Currency name: Akash * Symbol: AKT * Website: https://akash.network/ * Theme color: #a5301f * Logo (SVG format): https://akash.network/token (Use devtools)
**Describe what happened:** The extension fails to activate. **What was your system configuration?** *Product and Version*: VSCode *OS Version*: Ubuntu 20.04.4 LTS (Linux 5.11.0-43-generic x86_64) *Live Share Extension Version*: v1.0.5449...
I'd like to hide the Client IP and Name in the querylog for privacy reasons. - [x] Extend config - [x] Fix tests - [x] Implement for CSV etc. as...
I would love to have some default dictionary subclasses for one or more of the following key/value combinations: `string` => `string` `string` => `int` `string` => `Color` I'm also willed...
https://github.com/godaddy/terminus/blob/16f14b4b44c404209a9d5028ea586cdefde4cb05/lib/terminus.js#L116 After all handlers have been called, `process.kill` is called instead of `process.exit`. Is it to avoid that Node.JS exit handlers are called?
### What would you like to be added? From https://github.com/actions/download-artifact#download-all-artifacts: > To differentiate between downloaded artifacts, a directory denoted by the artifacts name will be created for each individual artifact....
We use your REST OpenAPI Spec to generate an API client but it seems to be missing attributes in multiple locations. Primariliy the `Integration` schema lacks the `integration_key` attribute. Furthermore...
## Background ### What is the problem/pain point? I'm currently running a private GitLab instance with Storj DCS as it's object storage backend. While this is generally working, the [multi-threaded...
Adds support for displaying and running [Laravel Artisan](https://laravel.com/docs/10.x/artisan#introduction) commands. Todo: - [ ] Add tests