stoarca

Results 7 issues of stoarca

Hi there, I'd like to be able to use a symbolic link to an image directory inside my theme. However, when compiling, the symbolic links are not copied to the...

Here are the results of a modified spitfire test (https://code.google.com/p/spitfire/source/browse/trunk/tests/perf/bigtable.py) on my machine using ``` Python def run_test(t): xhpy.pylib.core.ENABLE_VALIDATION = False table = for row in t: tr = for...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

bug :beetle:
platform/all
25-x-y

Here's a test case: ``` let bezier = new Bezier( { "x": 14.187262535095215, "y": 8.270401954650879 }, { "x": 14.179354667663574, "y": 8.262494087219238 }, { "x": 14.179354667663574, "y": 8.262494087219238 }, { "x":...

enhancement

One thing that often comes up for our use case is normalizing default ports. E.g. we'd like ``` URL.normalize('http://www.mysite.com:80/path') ``` to turn into ``` 'http://www.mysite.com/path' ``` and ``` URL.normalize('https://www.mysite.com:443/path') ```...

The following throws an error if abs_file is empty (such as a python \_\_init\_\_ file) ``` for chunk in fastcdc(abs_file, 2**11, 2**14, 2**15, hf=blake3.blake3, fat=True): ``` It fails with the...

### Description Hi, I saw on your comparison page that gitea supports merge queues: https://docs.gitea.com/installation/comparison However, I have not been able to find any reference to merge queues in your...

type/docs