Kevin Menard

Results 139 comments of Kevin Menard

The existing assertions don't catch this case. Here, the invalid pointer has an address like `0xbad000000040160`, which satisfies the assertion: ```java private static boolean checkPointer(long ptr) { assert ptr >...

Thanks for the quick reply. The use case you outlined is interesting and I didn't realize the offset was intentional. If it's always 0.25mm, I can work with that. It's...

I found an even easier solution. I've adjusted the position of the Shape Binder to be `-BinBase.Clearance` for both the X and Y components. Then I don't need to deal...

I'm asking about with `auto` enabled. I'm in the process of trying to clean up years of mess in my music library from using iTunes, then Amazon Music, personal album...

My pack held its pinewood derby this weekend and we ran into the same thing. We had siblings that wanted to know how where their cars stood in the overall...

The `SevenBitOrValid` is a value that doesn't exist in any Ruby implementation that I'm aware of. It's unfortunate that `RUBY_ENC_CODERANGE_7BIT` and `RUBY_ENC_CODERANGE_VALID` aren't mutually exclusive. It's even more unfortunate that...

While TruffleRuby uses a different string representation than CRuby, it does support all of the code ranges. Code ranges are a little weird in that they're not directly exposed and...

The function signatures look pretty good, but I'm not sure what's meant by "inline". Is that a naming convention used elsewhere? In CRuby, the code range is stored in the...

@chewiebug Would it make sense to adopt [gctoolkit](https://github.com/microsoft/gctoolkit) (previously jClarity Censum) for the parsing? I know that won't fix the display issues you discussed, but maybe it'd free up time...