Ushakov Michael

Results 27 issues of Ushakov Michael

Is it possible to have function `uuid.Empty()` or `uuid.Default()` which returns uuid that is equal to 00000000-0000-0000-0000-000000000000?

We should support following arg formatting: * [ ] [Standard number formatting](https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings)

enhancement

Based on FormatComplex we should use Meta-processor

We shoul have function that could convert code according to style: * kebab * snake * camel (with starting symbol)

enhancement

In first release we implemented formating using strings.replace, but it is more precise to process string using state machine

enhancement
question

We print object in str using fmt, we should do it using own code

`Sf` has function to format map representation, we should also do for `slice` in following variants: * `item1, item2, ...itemN` * `key1=>item1, key2=>item2 ,...` Required this feature in [Ferrum](https://github.com/Wissance/Ferrum)

Now TinyTcpServer supports only net40, we should support multiple platforms: net45 (add additional) async Interface netstandard2.0 netcoreapp2.0+

We have to make GUI more convenient to use: - display and edit config options (grid like control) with possibility to export - logging more cases 4 FlexibleTcpServer (display compiler...