Brandon Kalinowski
Brandon Kalinowski
Running it on a simple project essentially locked up my Ubuntu 18.04 host. Now I notice that the CI build here is broken and has been for a year without...
```js dedent` one: two: 3 ` ``` becomes ```js one: two: 3 ```
This fix handles the case when there is no indentation. Also cleaned up typings Fixes: #3
I am using devcert-cli to generate certificates. I noticed that the certutil was not functioning correctly so I tried manually installing nss and messing with flags. It was not editing...
Support prompts looked this: Should we continue? (Y)es (N)o (D)etails Where pressing Y immediately select yes.
This assumes that XDG_CONFIG_HOME is ~/.config Ideally it should not. For instance, line 2 of init.vim should be: ```vim execute 'source ' . stdpath('config') . '/plugins.vim' ``` I should be...
Files should support ``` @file @owner @copyright @description @license ``` This is enough to encode standard header information in a structured way. Alternatively the "owner" block can be replaced with...
It would be neat if users could provide a CNAME file a la GitHub Pages and the ingress would respond on that domain. Or perhaps it would be provided as...
## Expected Behaviour Currently dockerfile functions are allowed universally in the cluster or not. It would be nice to be able to share a cloud while forcing most users to...
The app certainly doesn't need write access and should only request Code permission for public repositories. 