Juhan Oskar Hennoste

Results 112 issues of Juhan Oskar Hennoste

It would be great to have this client support other JSON serialization libraries. Ideally the API would allow users to supply their own JSON serialization logic. In particular there are...

enhancement
help wanted
netty-rewrite

There appears to be some issue with the scaling on the main page. No matter how big the browser window is, the page has scrollbars in both directions: ![image](https://user-images.githubusercontent.com/5256211/190257940-11a6166a-db1a-4917-93ef-e335fce3c367.png) Tested...

### Is your feature request related to a problem? As far as I know most async Python web frameworks nowadays use ASGI with servers like Uvicorn. However, as far as...

enhancement

Running a simple project which only clears the screen the program seems to be consuming 100% of one CPU core at all times. Both `get_fps()` and FRAPS show a stable...

It feels like the section on `maybe` could really use an example of what trying to do `if (maybe) ...` does. I see two possible possibilities: * The if statement...

It would be nice to have explicit install instruction. (If I understand it correctly then the intended way to install this package is to do `npm install https://github.com/floh22/native-farsight-module`, but it...

### Checklist - [X] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected. - [X] I'm sure this is an issue with Leaflet, not with...

bug
needs triage

I am looking for an older version of the driver, which, if I recall correctly had monitor mode enabled. I believe the repo used to be https://github.com/morrownr/8812au-20210629, but it now...

This is obviously a minor nitpick, but shouldn't 1.5 in 32-bit fixed point representation be 0x00018000 = 98304 instead of 98303? A quick check confirms that 98304 / (1

### Description Doing blocking calls in some places (e.g. in event handlers) can sometimes cause silent desync between the browser and Python. For example, take this code: ```python import time...

enhancement