Francesc Elies
Francesc Elies
# Issue Using parallel version `MIT/Rust Parallel 0.11.3` ## Steps to Test 1. Execute script ``` #!/usr/bin/env bash parallel echo ::: 1 2 ::: A B ``` Output: ``` 1...
Context: To upgrade c-blosc distutils AVX2 detection is needed (https://groups.google.com/forum/#!searchin/bcolz/detection/bcolz/k0CXUZANClA/K6bbzivtrw4J). Maybe devolve compiling to cmake and installation to distutils could avoid implementing AVX2 detection inside distutils. Source: http://stackoverflow.com/questions/18360245/python-c-compiling-shared-library-with-cmake-and-installing-with-distutils
Hi, would you be interested in writing a wiki with examples that one could copy paste into it's profile? Something like [Examples · junegunn/fzf Wiki](https://github.com/junegunn/fzf/wiki/Examples#git) At the moment I slightly...
Hi, I found the following issue, but I am not sure if I am missing something, does anyone know what is going on? Thanks in advance for your help. ##...
After running `ruff --fix` the last line of the following script gets reformatted as `np.where(mask is True)` but in this context is not the same. ```python import numpy as np...
Given this build script ```bash # main.exe: can attach debugger clang -c -g mylib.c -o mylib.o llvm-ar rcs mylib.lib mylib.o clang main.c -g -L. -lmylib.lib -o main.exe # main_noattach.exe: I...
### **Expected behavior:** gulp and tsc behaves the same, but I suspect I might be missing or missusing something. NOTE: as soon as `"composite": true` is removed from tsconfig, gulp...
When debugging and printing objects of the type `FileInformation` and `FunctionInfo` you get `` and `` respectively. To solve this we could: - Implement `__repr__` methods - Use [dataclasses](https://docs.python.org/3/library/dataclasses.html) but...
Just realized that the `x86_64-unknown-netbsd` folder is empty in [v.135.0](https://github.com/Canop/broot/releases/tag/v1.35.0) release. I don't use that but just wanted to let you know.
Macos binaries can't be directly downloaded from github releases. Closes #200 NOTE: I took the freedom to add this without asking because there was a comment already in the ticket...