mr-highball
mr-highball
You could consider enabling github discussions? Sort of fills the gap of _general question that might be bug_ scenario and keeps the communication close to the code (something discord misses...
finished up browser implementation, going to shelve this issue until I get to the standard implementation
the test shows a button anchored to the "running" button, but doesn't apply position until the first "click", so #19 was created to solve this
Hey @bigopensky 👋 Thanks for the kind words on my code. I'll look into your example within a day or two and write back when I've had some time to...
Without looking on my computer or opening an Ubuntu instance this is just a guess, but could you try and add a `Yield();` after the `sleep;` function call on this...
this is implemented for browser elements, but it appears pas2js has an issue with virtual methods being called from parent classes. shelving this task until some more info, https://forum.lazarus.freepascal.org/index.php?topic=51149.0
Hi @rchastain 👋 Ahh yes I imagine there probably needs to be an "@" or some different syntax for the cast here. For some backstory, my primary focus for Nyx...
Spoke too soon, found what appears to be a bug in compiler. Reported and waiting for response, https://bugs.freepascal.org/view.php?id=37624
Also tried to solve this again with an intf type helper... But it's a no go since they aren't supported in delphi. https://bugs.freepascal.org/view.php?id=37896 This may not be able to be...
shelving dev on this issue for a little while to make progress on other browser features, still need to come back and implement the standard class