Nabil

Results 39 comments of Nabil
trafficstars

Some observations: * Not sure why our charset is `latin1` when the default in the wild is `utf8`. Latin 1 encodes < 256 characters, whereas utf8 is more robust. *...

Same issue here, though the exception the game spits back out isn't clear that CET is the culprit. I can reliably reproduce it when entering Little China by vehicle, on...

Same issue with Rails 7.0.2, but the solution @alphabt suggested fix it for me.

I'd be quite happy to work on this feature if it's still wanted. I'm currently using this in a C++17 environment and this, among other modern c++ niceties, is near...

Finally have some time to attack this...I see 2 ways of going about this thing: 1. Test against the `__cplusplus` macro: ```c++ #if __cplusplus >= 201103L #define HAS_CXX11 #endif ```...

I find the following lines fishy Type casting takes a while... * 53 * 56 Seems like accessing the lat/lon values is very slow most likely due to poor usage...

Sonic Layer Depth and Deep Sound Channel have been implemented so far.

Good catch. I'm working on that now.

Fastest way is to search for `if len(self.variables) > 1` or `if len(self.variables) == 2`