Marco Scannadinari
Marco Scannadinari
The battery percentage is too high by a pixel or two.
This extension would be really useful for the above languages. I wasn't able to figure out if this was possible with `languageConfiguration` as there is no documentation for it
Clicking or hitting enter on a doc entry will close the palette and do nothing. There don't appear to be any messages relating to this in the console. Atom version:...
For example, linting doesn't work when in the `examples/` directory of a Rust project. The command ``` cargo check --examples ``` Can be used in that case
Currently even if I'm adjusting the ringer volume, 13HUD uses the volume icon, which is confusing as I initially thought it was setting the audio volume.
Added basic support for changing the sans-serif + serif fonts used in the UI via Settings.toml. It currently re-uses the `reader.font-path` setting for backwards compatibility, but perhaps this could be...
It would be really helpful to allow customizing the UI font via Settings.toml
```ts const archiveFile = await Archive.write({ files: [ { // Error: Property 'file' is missing in type 'File' but required in type 'ArchiveEntryFile'. (TS2741) file: new File(['test'], 'test.tar.gz'), pathname: 'folder/file.zip',...
**Describe the bug** I use special characters to indicate that a message requires an argument. E.g. `[n]total` which takes the `n` argument. But i18n-ally raises an error that the key...