David Tchekachev

Results 19 issues of David Tchekachev

**Actual behavior** Gitlab is proving a uniquely generated `NPM_TOKEN` to the docker context in order to download private dependencies. Because of that the step `ARG NPM_TOKEN` isn't cached since this...

kind/feature-request
area/caching
priority/p2
kind/friction

During installation I encountered some problems due librairy updates that broke compatibility. - I just forced `doctrine/dbal` not to use higher version than `2.10.0.` by setting the compatibility at `

With the previous code, the Geoip service was using the Request IP. In most of the case that works well but if the website is behind CloudFlare, the IP will...

## Expected Behavior Advanced Analytics should reference Country of the visiting user ## Current Behavior The country is set to null because the geoip package is broken https://github.com/Torann/laravel-geoip/issues/189 ## Possible...

My system is running 21.11 as default nixpkgs but my deployment is using a local modified nixpkgs 22.05. I ran `nixops modify -I nixpkgs=/home/tchekda/Prog/NixOS/nixpkgs/ -d NAME` to change it The...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Issue description When starting via the service or manually in the cmd, here...

bug
triage

Currently, all files are loaded in a single thread. This PR, based on [this article](https://superfastpython.com/multithreaded-file-loading/#Load_Files_Concurrently_With_Processes_and_Threads_in_Batch), will allow loading the documents in multiple threads which speeds up the process when having...

Hello, Inside our organization, we use a centralized repository for all our reusable Github actions. (`OUR_ORG/pipelines` in the example). One of those reusable workflows uses the `paths-filter` action, and we...