Nervniyak

Results 8 issues of Nervniyak

I wanted to type my data input in function as `CellHookData`, but could not import the type, because it is not exported unlike for example `MarginPadding` and `ContentInput` ``` declare...

enhancement
help wanted

Here's my example, I need an explanation of this behavior and possible solution. ![image](https://user-images.githubusercontent.com/34353798/85881701-b7121c80-b7e6-11ea-8492-4a006f46ee9c.png) The layout consists of 6 **logical** columns (but because there is not enough data the last...

bug
help wanted

Space-less text overflows the width, like in this example: ![image](https://user-images.githubusercontent.com/34353798/86014863-8837b880-ba29-11ea-8424-fcb0a6561d9b.png) If it was a bit longer it would actually break, but with this text `"LONGUNSPLITTABLETEXTTHATHASNOSPACESATALL"` it failed. It seems like...

bug
help wanted

I'm not entirely sure how to describe it, but the text I add in page footer using `didDrawPage `is drawn without or with different kind of anti-aliasing than all other...

bug
help wanted

The way I run it: `docker run --rm -p 2181:2181 -p 3030:3030 -p 8081-8083:8081-8083 -p 9581-9585:9581-9585 -p 9092-9093:9092-9093 -e ADV_HOST=127.0.0.1 -e ENABLE_SSL=1 -e USER=username -e PASSWORD=password landoop/fast-data-dev:latest` Is there a...

Just installed the theme via npm install --save-dev cypress-dark require('cypress-dark') "theme": "dark", "cypress": "^9.1.0", "cypress-cucumber-preprocessor": "^4.0.1", "cypress-dark": "^1.8.3", And I have commands not dark-themed ![image](https://user-images.githubusercontent.com/34353798/143930461-5c8d2226-7630-4f81-be1d-7aa72aaa4277.png) If I add something like...

I am using facepunch steamworks sockets example from here https://github.com/bthomas2622/facepunch-steamworks-tutorial/blob/main/SteamSocketsStuff.cs I have 2 projects with server and client, both initing steamworks under appid 480. Server creates socket ` steamSocketManager =...

I am using [Riptide](https://github.com/RiptideNetworking/Riptide) and [steam transport for it](https://github.com/RiptideNetworking/SteamTransport) that wraps around Steamworks.NET. And when I send a bunch of packets some of them never arrive because of `k_EResultLimitExceeded` reason....