bplu4t2f

Results 7 issues of bplu4t2f

It thinks a number with a `b` suffix (like `11101110b`) is a hex number, but it is a binary number. At least in MASM64. ![image](https://user-images.githubusercontent.com/5839212/178567065-ae10ac0a-548d-4c5f-b9b8-35162fa2e2e4.png)

Passing null as value parameter in any of the Table.Set overloads causes a NullReferenceException in Table.PerformTableSet. I propose either a proper ArgumentNullException, or giving null a reasonable meaning. Considering the...

If a process hosts Lua scripts of different trust levels with Moonsharp, it is not possible to have different types and extension methods registered for each script because the TypeDescriptorRegistry...

In JSON, forward slash may be escaped. JsonTableConverter.TableToJson even automatically does that, but the Lexer that is used for both Lua and JSON can't handle that. Making `\/` an acceptable...

I noticed that the version of the CSM code which is distributed with three.js (as an addon) is very out of date and contains at least one "showstopper" bug which...

### Feature Request It's currently not possible to select and copy text in the Disassembly View. This is often relevant when writing bug reports in particularly gnarly scenarios involving third...

debugger
Feature Request
help wanted

## Context My intention here is to have a function pointer argument that's marked as compile time constant so that it can be inlined. In the case that this is...

stale