Malacath-92

Results 36 comments of Malacath-92

I've fixed this for now with the class of user types that are most prelevant for us by creating a global table that maps a type to its direct base...

No worries and no hurry (from my side at least) I admit `sol::reflectable` is not a great choice, maybe `sol::introspectable` would be more accurate. However I think your name is...

This is tangentially related so I am not sure if I should make another issue for it. It's also a longshot but I figure asking can't hurt. Would it be...

This project had changes since this issue was reported. It's a tiny change that doesn't warrant a PR. Is anyone gonna fix it or are you just gonna leave the...

I don't know much about how integrated GPUs work, but I would assume that in this context GPU usage equates CPU usage. Correct me if I'm wrong. I know the...

You can modify the delay between changes and a recompile via the setting `Reload On Edit Text Delay`. Is this not enough for your use-case?

To clarify, every edit should reset this timer. So if your keystrokes are faster than the delay you should not get a recompile until you stop typing.

Hi Jackson, This is really cool, appreciate the work! I've been meaning to get back to do some work on this extension, I guess you are giving me the push...

Yes, that makes a lot of sense :D I wouldn't be surprised if there are other places in our code that make assumptions about this kinda stuff. We'll see when...