Steve Baker
Steve Baker
If you want your output dir as anything other than `/output`, then using this is fine: ``` spago build -- --output outputDir ``` However this doesn't work... ``` spago bundle-app...
In ID3v2.4, frames can have multiple strings (eg multiple artists), separated by null byte(s). But in the code, the null bytes are [stripped from the string](https://github.com/dhowden/tag/blob/db0c67e351b1bfbdfc4f99c911e8afd0ca67de98/id3v2frames.go#L313) before it's passed out,...
Hi @omsharp, This PR modifies the project to also support Visual Studio 2022. No code changes were needed and unlike other extensions it was also possible to support 2017, 2019...
### Describe the issue When trying to export to a file from the "My filters", "My rules" or "Whitelist" tabs in the settings, the download of a file "starts" but...
Although a little unwieldy, the NonEmpty version of `span` should really have a signature like this, to preserve the non-emptyness (the current version loses it): ``` purescript span :: forall...
Will add this if there's enough demand for it. Like **set fo+=a** mode in Vim Reference: http://vimdoc.sourceforge.net/htmldoc/change.html#auto-format Note: Vim reflows on every keypress, not just space.
- [x] Support `/*! ... */` - [x] Support `//!` - [ ] (Maybe) support `\tags` as well as `@tags` There may be some tags that need special treatment. https://www.stack.nl/~dimitri/doxygen/manual/commands.html