Michael Schmidt
Michael Schmidt
Fixed by #1730.
Superseded by #1875.
> If you could find a way to detect the armorlab architecture. If you could detect those models, then adding the range information to the model class would be even...
Resolved by #2398.
Closed due to inactivity.
I have now analyzed the GXItems of DS1, DS2, DS3, Bloordborne, Sekiro, and Elden Ring. I updated the issue description to reflect that and also included my new findings. The...
This has been fixed in commit 307a3ab9b1e6eacac55f6287fd5cb72a68f20663. @JKAnderson Could you please make a new release to fix this issue? @therealcharmics In the meantime, you can clone the repo and build...
> I don't know any way to emulate `\b`/`\B` correctly without using lookbehind. AFAIK, there is no general way to emulate it without lookbehinds. Lookaround optimizations can eliminate many lookarounds...
That being said, the examples I gave weren't meant to be bug reports. I just wanted to illustrate that pomsky doesn't seem to be portable, with the definition of "portable"...
That pomsky accounts for the syntax of different flavors in a given IMO. After all, I don't know any regex flavors with `>>` lookaheads :) I am more interested in...