Dylan Meeus
Dylan Meeus
`FindFirst` and `FindLas` really do sound like they would return the item if it is found. This sounds much more like `IndexOf`.
Hi, Thanks for bringing this to my attention. I have a potential fix in place but will need to test a bit more.
Hi, This is more a "quality of life" improvement. Mainly to help the type system clarify exactly what our types represent. It's indeed pretty low-hanging fruit and does not have...
Hi @ryjose1 That's a good catch, I had no idea! I'll take a look at this, thank you for linking a wave file for testing.
@ryjose1 Do you mind trying against the latest master? Should have a fix in place!
No worries about the delay, thanks for testing! I will look into writing the 24 bit files soonish.
So this file is pretty odd.. in the "Fmt" part, it is larger than the expected size, but it doesn't report that.. ``` // FMT starts here (6d66 2074) 00002d0...
What do you guys think of having something like this? @xcgpseud, @EdwardAndrew? If the folder of examples grows, people using hasgo will pull too many unrelated content on their machine....
This would break compatibility with the other number types since we miss method overloading. For example: ```go var a, b, c int c = a + b ``` vs ```go...