h5rdly

Results 20 issues of h5rdly

Hi, Currently, `pip install nanogui` doesn't work on Python 3.10. Would it be possible to add Python 3.10 support? Thanks, Eli

Hi, First, this is a sweet utility, thanks for maintining it! I read that Windows allegedly supports zero copy via a Winsock function called TransmitFile - https://msdn.microsoft.com/en-us/library/windows/desktop/ms740565(v=vs.85).aspx "TransmitFile is not...

Hi, Cheers for this cool project! Was wondering what the license for the code was, and whether you could add a LICENSE.md file to the repo. Thanks, Eli

enhancement

Sorry about opening 2 tickets in a day, but I'm having some trouble started. With release 0.3.1, for `#include "simdjson.h"`, I get: ``` error LNK2019: unresolved external symbol "private: class...

platform coverage

Hi, I'm in the process of converting a test suite that uses boost's `unit_test.hpp` It uses a fixture, that drops and creates a database (same one) for every test in...

has-workaround
type/feature-proposal
category/API-usage

Hi, This came up when I was checking out TUI libraries to replace `urwid`, and encountered [textual](https://github.com/Textualize/textual). It is from the authors of [rich](https://github.com/Textualize/rich), and so runs on Linux/Mac/Windows. It...

enhancement

When trying to update attrs to version 21.2.0, I get - `coursera-dl 0.11.5 requires attrs==18.1.0, but you have attrs 21.2.0 which is incompatible` Would it be possible to add support...

Hi, I've recently discovered this awesome project, cheers! Wanted to ask, seeing as imgui is now at version v1.84.2 - https://github.com/ocornut/imgui/releases Would it be possible to update bimpy to use...

Safeeyes 2.1.3 OpenSUSE Tumbleweed Running safeeyes from the command line, I get: ``` user@localhost:~> safeeyes Traceback (most recent call last): File "/usr/bin/safeeyes", line 33, in sys.exit(load_entry_point('safeeyes==2.1.3', 'console_scripts', 'safeeyes')()) File "/usr/lib/python3.8/site-packages/safeeyes/__main__.py",...

bug

Hi, I'm trying to run this snippet on Manjaro linux, Python 3.7.2, PyQt 5.12.2: ``` import sys from PyQt5.QtWebEngineWidgets import QWebEnginePage from PyQt5.QtWidgets import QApplication from PyQt5.QtCore import QUrl from...