Drake53

Results 21 issues of Drake53

I need to run NLua in 32-bit to ensure bitwise operations return the correct value. Example: ```lua local r = (color & -16777216 --[[(int)0xFF000000]]) >> 24 ``` When the color...

https://github.com/Drake53/CSharp.lua/issues/2

Updated war3map.wtg parser to parse 'root' category. unk8 -> Classifier::root unk9 -> id (always 0?) unk10 -> iscomment (always false?) unk11 -> category.unk unk12 -> parentid (always -1?) PS didn't...

The Position and Length properties and the Seek() method of MP3Stream use the underlying source stream instead of the output PCM bytes. I know the summaries mention this, but it's...

This bug is actually not in this repo but in the nuget package https://www.nuget.org/packages/MP3Sharp which is based on this fork: https://github.com/Nihlus/MP3Sharp The fork doesn't have issues enabled so I'm putting...

The project still targets .NET framework, consider changing it to / adding .NET standard/core. I noticed there are already 2 PRs for this: #13 #19 These both add a new...

### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is...

bug-report

In addition to ignoring whitespace and differing case, I propose a third option to also ignore trailing commas. This would mainly be useful for diffing JSON files.