mnml_

Results 41 comments of mnml_

I guess loading the rects into the GPU encoded as texture and writing a simple shader should do the trick, 200 rects doesnt sound too bad. Maybe give [this](http://madebyevan.com/shaders/fast-rounded-rectangle-shadows/) or...

i was looking for an option change the font size way too long now just to find this issue here afterwards... how come such a basic feature is not implemented...

mysql, pgsql and sqlite all work no problem. but m$ seems to be able to afford not to give a crap about a regression in the latest kernel. not amused.

> [...] ignore the NU1608 warnings > to me this shows as an error: ``` Severity Code Description Project File Line Suppression State Error Unable to resolve dependencies. 'Xamarin.AndroidX.Browser 1.6.0.1'...

I'd go insane if opening my terminal took over a second to open every time :see_no_evil:

easier said than done: the responsestream was already consumed inside IsValidResponseToDeserialize

I was able to help myself by encapsulating the serializer like this: ```c# public class DebugSerializer : IGraphQLWebsocketJsonSerializer { NewtonsoftJsonSerializer impl = new(); public byte[] SerializeToBytes(GraphQLWebSocketRequest request) => impl.SerializeToBytes(request); public...

I already use .ConnectAsync() in unity, still can't change the default timeout... public IEnumerator ConnectRoutine(string endpoint) { ws = new WebSocket(endpoint); #if DEBUG ws.Log.Level = LogLevel.Info; ws.Log.File = "ws.log"; #endif...

I read this one as if you're supposed to use AddWebSocketService(string path, Action initializer) now. So you don't get to construct your own T, but to set it up..: Socket.AddWebSocketService("/",...

I don't know whether this could be incoorporated in 'robust', nevertheless I wanted to drop a reference to herbie here : https://herbie.uwplse.org/