the-dipsy
the-dipsy
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature. * Please don't comment if you have no relevant...
Makes loading of workspace-local `config.toml` and `languages.toml` files optional and disables it by default to protect against vulnerability to arbitrary code execution when running helix in an untrusted directory. Should...
**Describe the bug** When trying to change or add a link, the "Link to website" text field keeps resetting to its original value (or an empty string respectively). **To Reproduce**...
Building the container image has during several attempts thrown this error at me: ``` pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='download.pytorch.org', port=443): Read timed out. Error: building at STEP "RUN pip3 install torch torchvision torchaudio...
I ran into a compilation error because in [the `$(obj)u-boot-lzo.img` rule](https://github.com/gtxaspec/ingenic-u-boot-xburst1/blob/b80dea749d6c3755f70ae5644420d09db0d2f93b/Makefile#L474) `mkimage` isn't prefixed with `$(obj)tools/`. I'm not particularly familiar with u-boot but since the following rules have that prefix...
*arch/mips/lib/board.c* [references autoupdate_status](https://github.com/gtxaspec/ingenic-u-boot-xburst1/blob/b80dea749d6c3755f70ae5644420d09db0d2f93b/arch/mips/lib/board.c#L423) which is undeclared without *CONFIG_CMD_SDUPDATE*. The four lines should probably be guarded by an #ifdef 😊