Thomas

Results 40 issues of Thomas

In my experience, TabNine slows down development with C#/F# by proposing auto-completion choices that come straight out of the JS/Python world and will not exist in the dotnet languages if...

Type: bug

In F#, I see regular issues where the compiler is trying to use System.CommandLine. When you do 'open CommandLine', you get this warning: `This declaration opens the namespace or module...

I have tons of errors like this as we are uploading files. should I mound the /var/cache/nginx folder on a FS with a lot of space? is it auto-cleaned? or...

when invoked from a tmux window, the display seems to show a base64 version of the image file

I have the following crash: ``` fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[1] An unhandled exception has occurred while executing the request. System.Net.Http.HttpRequestException: Resource temporarily unavailable ---> System.Net.Sockets.SocketException: Resource temporarily unavailable at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32...

### Discord username (optional) _No response_ ### Describe the solution you'd like? ```text I'd like to have an option to enable the long command notifications to be displayed only when...

with this type: ``` [] type SourceCandle = { [] t: DateTime // time [] h: double // high [] l: double // low [] m: double // midpoint []...

In F#, the values passed to DateTime are doubles. For example: DateTime.UtcNow.AddDays(1.) (note it is '1.' and not '1') This makes the Humanizr DateTime fluent interface a bit awkward: let...

easy to reproduce: - start a container - go to monitor - restart the container from the command line - the monitor will not show the new container until you...

To reproduce, on MacOS - select a container - go see the log - type '/' - type cmd-V instant crash

bug
question