NyxCode
NyxCode
I am in no way sure that this is the right way to implement this. Besides the implementation (are environment variables really the right choice here?), these overrides would apply...
Yeah, I just did what seemed the most straight-forward here. Both reading them from a file (& caching it in a global?) and merging them into one environment variable are...
@pedrolamas Yeah, no pressure, this is not a dealbreaker for me. I did attempt to fix it, but I got a bit overwhelmed by all the vuetify classes. Any css-only...
With some help, I was able to figure out what's going on. This seems to be either a documentation issue or a bug here. The documentation states https://github.com/Maratyszcza/Opcodes/blob/b606dded8508b3f0e2deb2a663ceda8467f2566d/opcodes/x86_64.py#L1104-L1113 Either I...
I have re-opened this for now to let us experiment with the special-cases I outlined in #394 a bit. The two special-cases I'd like to play with first are ```rust...
@gustavo-shigueo Yeah, I think there are some open questions here still - and I couldn't find the "convert to draft" button ^^
We could possibly emit an error/warning to prevent users from running into `TS1257: A required element cannot follow an optional element.` for tuple structs.
I have updated the description - I'd appreciate if you could take a look at this when you find some time @gustavo-shigueo. No hurry, tho.
I think we concluded in the past that the current behavior is a sensible default while not surprising users. This issue has come up a lot though, so maybe we...
@gustavo-shigueo thanks for collecting the issues where this was this discussed! > Implementing this will cause similar issues and break type aliases around `Option` Agreed! We probably don't want to...