Johan Van de Wauw
Johan Van de Wauw
### Feature Description I noticed that about half of the size of our gitea dumps is the file `data/indexers/repos.bleve` (1.7 Gb) I'm considering adding an option to skip these indexers...
License
Hello, I'm looking at integrating react and openlayers as well. Unfortunately there is no license on your project. May I suggest using the same BSD 2-clause license as used by...
### Clear and concise description of the problem For specific steps in our pipeline, we want to allow failure, eg overambitious linting or spellchecks, and still make the whole pipeline...
Note, I also posted this in the discourse group at : https://discourse.drone.io/t/gitea-release-plugin-on-windows-2019/9238 I'm not able to run the gitea release plugin for drone on windows 2019. ``` docker run --rm...
### Problem and impact When a large number of tracks or rooms is present, reordering them using the current interface is quite painful or even unworkeable (we used sql). Eg...
I noticed that go 1.21 was not tested, so I added both versions.
Running: ``` #!/usr/bin/env python3 import numpy as np import datetime from crick import TDigest td = TDigest() for j in range(1000000): arr = np.array(1) td.update(arr) x = td.quantile(0.88) ``` Leads...
Tested using 1809
This solves the issue for me. I'm no go export though, so feel free to improve.
When I try to upload a file from a windows build of this plugin (for windows 2019) to minio, I see that the backwards slashes from the path become part...