Edward Harman

Results 37 comments of Edward Harman

I ran into the same issue on Ubuntu 21.10. The workaround was to install PyQt5 with pip: `pip install PyQt5`

Do you have a better suggestion?

Hi @picotazo , I'm not an owner or contributor to this project but here's an overview on how collaboration generally works on Github. I recommend reading https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests A summary of...

This page is about that https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork

I have a different project set up to build the image on release publish - it's a pretty simple change in the yml. https://github.com/edward3h/graal-fcgi-fake-dh-builder/blob/main/.github/workflows/docker-publish.yml

I had not heard of Vellum before, so thanks for sharing. My approach to map integration has been more like your last paragraph: separate cooperating processes rather than a single...

Are you looking to get live updates with this? My understanding is that it's not safe for multiple processes to access the leveldb files at the same time i.e. you...

Yes probably just using a configuration file without the invalid item ids would be a simpler workaround.

I've been experimenting with building web services with Graal native-image. I started using jte because ahead-of-time compilation of templates fits well with ahead-of-time compiling the rest of the server side....

@kelunik If you use e.g. React for frontend you probably also want to use the tooling that uses the same components for server-side rendering (sorry I forget exactly what it's...