Máté FARKAS

Results 11 comments of Máté FARKAS

This happens also when `start_method` of `multiprocessing` is `spawn`. This is the default only available on Windows, but also can be configured on other systems, too. I have a PoC...

@Rush I like you idea, especially the _"Syntax proposal with minor changes to the parser"_ part. Additionally, I think it would be good to have some default rescue functions with...

At this moment this is the workaround I use for metronome. If you like the idea I can move forward and make production ready.

I have about 250 small sheet musics on my site for those who cannot play some key melodies of songs by ear. For them I add metronome and pad to...

I can point out the related parts of the linked code. Bechmark parts: - [write](https://github.com/presidento/lmdb-python-dbm/blob/9860f8ce5577dcc2bfa9626e90113d7576d6fff7/benchmark.py#L68) - [batch write](https://github.com/presidento/lmdb-python-dbm/blob/9860f8ce5577dcc2bfa9626e90113d7576d6fff7/benchmark.py#L79) - [read](https://github.com/presidento/lmdb-python-dbm/blob/9860f8ce5577dcc2bfa9626e90113d7576d6fff7/benchmark.py#L90) - [combined](https://github.com/presidento/lmdb-python-dbm/blob/9860f8ce5577dcc2bfa9626e90113d7576d6fff7/benchmark.py#L100) They are executed against many persitent dict implementation....

Sorry, I moved forward. You can consider this as a bug report with a hint how to fix.

I'm the third one. I upgraded from Synology DS220j (2 bay) to DS923+ (4 bay) and want to migrate everything from ext4 to btrfs, so I created a new btrfs...

I use this project for a few SASS files for my pet project, so I am willing to help keeping the lights on with minimal effort. - In #171, I...

Hi @andreyfedoseev, thank you for the detailed answer. No need for a cap here. 😄 I just want to keep using django-static-precompiler with the latest Django LTS version (currently 5.2)....

I have a similar problem, with a very simple configuration: fresh install of Gitea into a sub-path, trying to clone a repository with https. It tries to open Gitea without...