Calandiel

Results 21 comments of Calandiel

lt looks like the mentioned proposal was already implemented. Did they provide all necessary functionalities for lua?

Spawning new Lua states is likely the best approach for multithreading in the language. LuaJIT exploits single threaded nature of Lua *extensively* when dealing with the global table (or references...

Feels like this should be behind a feature (?). For some applications performance of "contains" may be the main bottleneck.

> Yes it is a design choice. Laminar works with the method described by [gaffer](https://gafferongames.com/post/reliable_ordered_messages/): > > _If bit n is set in ack_bits, then ack - n is acked....

Hello. I was going to open a similar issue but I noticed there already was one. Since it's not closed, I presume there haven't been developments in that direction? Would...

Interesting. I wasn't aware of that tool but by the looks of it, it won't be suitable for my use case. I'm looking for characters roughly in the shojo manga...

It'd be nice if Love had some tools for cryptography (CSPRNG, maybe some aes encryption and Diffie Hellman key exchange). It'd be useful for multiplayer games as the only other...

> If the window does not become translucent after running this script, i3 may not support _NET_WM_WINDOW_OPACITY. > > ```shell > #!/bin/bash > > codeIds=(`pgrep 'code'`) > > echo "codeIds:...

> @Calandiel would love to know a little more about your experience using it for the purpose of achieving anime/manga character looks, I just found out about this and it...

I just wanna report that it's still the case a year later