Saverio Miroddi
Saverio Miroddi
> That’s a good point actually. Does borderless windowed fullscreen work for you in any of these other engines? > > If so the error should actually be on our...
I confirm the rust-game-ports section.
> The soft deadline for all section PRs is the 3rd of April. @ozkriff We need a time machine :smile: Probably the template wording could be changed to "following month"...
Hi there! Thanks again for the attention :smile: > Testing on wsl2 with xserver, I don't get the issue It's possible that `libxft` is not used in such environment. Or...
OK, I couldn't workaround the problem by tring alternative fonts. It's not clear which library FLTK on WSL/XServer uses; I've checked why, for example, Tilix (terminal emulator) displays emojis correctly,...
fltk-rs supports icons! I'll try to use them, and get back :smile: In the meanwhile, thanks for your attention, help, and great library :smile:
I don't know the internals (so, how hard/feasible it is), but I don't think that capturing "\n" on the change listener would be consistent ("\n" is not a change since...
> auto sanitization SQL sanitization can't be perfomed by the language, as it's a functionality of the database (driver); each database (driver) can/does escape in a different way, also depending...
Very interesting. I'll review this over the next few days!
Hello! This is a very interesting subject. As a general observation, I think this is the typical reasons why scripting interpreters use the GIL :smile: Having said that, I had...