Thomas

Results 28 issues of Thomas

**Information** - OS: Windows (but probably everywhere) - Version: 0.41.0 - Terminal: Windows Terminal (but probably everywhere) **Describe the bug** I encountared this in a situation like this: ```cs var...

feature

This is a duplicate of Bug #680 which was closed by the author, but the Bug is real and still in the current stable release. The Column Name type (not...

help-wanted
bug
pinned

The tor-v3 vanity generator on cathugger/mkp224o has no GPU support and is faster on my 10 year old CPU than the numbers shown in the README here. I get about...

help wanted

Error: Huey::Request.register Huey::Errors::HueResponseError: [{"error"=>{"type"=>6, "address"=>"/username", "description"=>"parameter, username, not available"}}] from /var/lib/gems/1.9.1/gems/huey-2.1.0/lib/huey/request.rb:47:in `error?' from /var/lib/gems/1.9.1/gems/huey-2.1.0/lib/huey/request.rb:27:in `register' from (irb):4 from /usr/bin/irb:12:in `' Probable cause, Api change, a username parameter is no longer...

The type constructor of None currently is very verbose. You always have to give the type information of the inner type. This is not necessary in the some case, the...

Main Idea: I want a "IsBetween" extension on number types (just int in the experiment) which I can chose if the boundary are inclusive or exclusive. ```cs 12.IsBetween(0, 20) ```...

Should we define our own code style?

I often rely on polymorphic overloads of the same method to handle DU cases indivdually: Ideally I would have some syntax like this: ``` shape.Dipatch(Canvas.Draw); ``` This is obviously not...

to discuss
area: DiscriminatedUnion

Since we have the pattern match for Option `[var value]` with C#12 the question is: should an `Option` be constructible with a collection expression too? * `Option.None` would become `[]`...

to discuss

Sounds like fun: ``` System.TypeLoadException : Could not load type 'Funcky.Analyzers.AlternativeMonadAnalyzer' from assembly 'Funcky.Analyzers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. at Funcky.Analyzers.AlternativeMonad.MatchToOrElseCodeFix.get_FixableDiagnosticIds() at Microsoft.CodeAnalysis.CodeFixes.CodeFixService.GetAndTestFixableDiagnosticIds(CodeFixProvider codeFixProvider) at System.Collections.Immutable.ImmutableInterlocked.GetOrAdd[TKey,TValue](ImmutableDictionary`2& location,TKey key,Func`2 valueFactory) at Microsoft.CodeAnalysis.Extensions.IExtensionManagerExtensions.PerformFunction[T](IExtensionManager extensionManager,Object...

bug
area: Analyzer