XpLoDWilD
XpLoDWilD
Hi There seems to be an issue with using LimitedReader with UTF-8 characters. Take the following message: ```json 64:42["JoinGame",{"Name":"tétééééééé","Team":"red","GameCode":"a"}] ``` It will be read as: ```json 64:42["JoinGame",{"Name":"tétééééééé","Team":"red","GameCod ``` Due to...
We are doing "hot reload" of our go-astilectron-based app, where we basically keep the Electron process running while we restart the Go backend, and then re-connect it to the same...
Hi there, I have a specific use-case where my MTP device only has one storage folder, and I'd need that folder to be directly visible as the MTP drive on...
Buildkit (with docker-container driver) only wants to download images and refuse to use local images
### Description I have a local image called "mysoftware-builder" which is a reference image to build my software. Using the following Dockerfile: ``` FROM mysoftware-builder:latest AS builder RUN ls ```...
Hey there, As I was battle-testing my device reconnection mechanism, I stumbled upon a bad free (`free(): invalid pointer`) here: Here's the stack trace: This happened as I unplugged and...