-
I ran across an issue with the MariaDB/MySQL backend.
The old style ```VARCHAR(255)``` breaks the database spec if the ```utf8mb4``` charset is used.
```utf8mb4``` supports the full uft8 range…
-
We really need the encoding of the string being stored, to avoid unneeded conversions (injson/indxf e.g. r2007 -> r2000), and while we are there we can also store the length then.
```
typedef struct…
-
Found by @mohamedhafez and reported [on Slack](https://graalvm.slack.com/archives/CMY63522F/p1720972187225879):
```
class: TypeError
TruffleRuby doesn't have a case for the org.truffleruby.cext.CEx…
-
I really like how the await/defer structure helps writing async code. Lets go even further!
Currently, async error handling in node.js is a pain.
``` coffeescript
# Sample Express code with basic er…
-
jabberd 2.5 + mysql
Offline messages come in the incorrect encoding.
Patch for a problem:
```
--- storage/storage_mysql.c.orig 2016-05-03 23:22:16.000000000
+0300 +++ storage/storage_m…
-
Before anything, when i'm chatting in Steam out of any game everything works without problems.
But, when i'm inside any game (I was tested HL, CS:CZ, Super Hexagon, Dynamite Jack...), when i'm chatti…
-
I've encountered a crash when using a Python2 router with a Python3 client.
Indeed, when the router send a `autobahn.wamp.message.Error` containing kwargs the client crashes:
```
Traceback (most rec…
-
Batch Manager does not work when specifying an International charset with setlocale. Piwigo 2.9.1. Firefox 55.0.3
Very strange issue, but Quick Local Synchronization did not function when the filen…
-
Is it possible add UTF-8 to in-game text? Lack of UTF-8, made Korean language in Half-Life (and others) pretty much broken. I'm not requesting this for Korean only but it'll be a good thing for other …
-
We are leaving an old Exchange 2007 server for a brand new postfix/dovecot one. I would like to use impersonation on both sides to prepare the migration.
I found a working syntax for a lots of user…