Mattias Cibien

Results 13 comments of Mattias Cibien

I tried hard to remove it from the marketplace but I was not able to do that unfortunately. Maybe there is something I miss. I am open to suggestion.

Guess I missed that. Many thanks.

I had the same problem with https://github.com/miguelmartin75/anax/issues/78 and it seems to me that it is releated to the fact that there a not dllexports.

The problem on this devices arises from the fact that the code in WaveRecorder is wrong as it overwrites the first bytes of audio data with the header (stream Writes...

Guys check out #64 for the updated code

> Hi folks how did you manage to use this? The NuGet package hasn't been updated so I'm not sure how to get these changes into my project I suggest...

@josecfvalente donwload the full project form github and add all the .cs files in visual studio. Simple as that.

> Until such a time I can do that here: [Xonotic_tb_config.zip](https://github.com/TrenchBroom/TrenchBroom/files/5811070/Xonotic_tb_config.zip) I am trying to use this but I cannot see the textures in the texture browser. Any way to...

The problem seems to reside in the fact that Roslyn from the CodeAnalysis returns a wrong version (0.0.0.0) with .NET 6.0 projects that have an autogenerated AssemblyInfo.cs file while loading...

@manio143 I have my own branch with a check by name only but now I am facing another issue: the compilation given by Roslyn in that case, unfortunately, does not...