Jan (Klang)
Jan (Klang)
The basic synchronous call from the README works, but it breaks when I change the host from `nghttp2.org` to the one that i actually want to request from: ``` #...
Hey Garry, first: thanks for your work on Facepunch. I am not sure if it should work for WebGL, but for me it does not: **Describe the bug** A clear...
I had an eager load statement that caused a very long SQL statement. It was longer than 16M, the default `max_pakcet_size` of MySQL, thus the server rejected it with an...
In a PostgreSQL database with a `JSONB` column, how should we define this field in an entity class? This works: ```csharp [NpgsqlDbType(NpgsqlDbType.Jsonb)] public string Metadata { get; init; } ```...
I'm getting these two warning logs in Unity 6.2 (6000.2.10f1) with SpacetimeDB SDK 1.7.0 (21684636cbcf30f31352bdd0a1dd8d951f7cd8bc): ``` A meta data file (.meta) exists but its asset 'Packages/com.clockworklabs.spacetimedbsdk/LICENSE.txt' can't be found. When...