Paolo
Paolo
Support for Microsoft Azure Cognitive Services voices - ~~closes #168~~ . [**WIP**] - [ ] implement support for different voices - [ ] implement periodic refresh of voice list -...
First off, thanks for Blockade: it's really useful and handy. With this "issue" I wanted to express the need for a clean and pythonic API that would allow the use...
AFAIK, the way FSI should be executed for recent versions of .NET (Core or >=5) is through the dotnet client application as: `dotnet fsi`. Indeed, on a up-to-date Arch Linux,...
Allows to specify fsi path with white spaces, as one would when using `dotnet` client application: `dotnet fsi`. Close #115
The command line flag to set the [ContentType](https://github.com/btfak/sniper/blob/master/config.go#L113) doesn't work since it's [overwritten](https://github.com/btfak/sniper/blob/master/config.go#L235) with the default value ("plain/text"), when executing `parseConfigFile()`.
Currently file output is a set of csv files. It'd be more tidy to have them in a single spreadsheet, be it either in ods or xlsx format.
...using CLI libraries such as - [Spectre.Console](https://github.com/spectreconsole/spectre.console) - [Console.Tables](https://github.com/khalidabuhakmeh/ConsoleTables) as long as - it doesn't become obnoxious and prevents using standard Unix tools (e.g. cut, grep, etc) to slice and...
Use country codes flags (e.g. `--country ie`) for country-specific logic (e.g. computing FIFO earnings for Irish Revenue, etc). (as proposed in #41 )
[FIFO rule](https://www.revenue.ie/en/gains-gifts-and-inheritance/transfering-an-asset/selling-or-disposing-of-shares.aspx). It should not be implemented as default behavior since this is just a *peculiar* way Irish Revenue office has to compute earnings for taxation purposes, and it's not...