Martí Bosch
Martí Bosch
Hello, I have tried xkeysnail and works like a charm, however I could not find any link hint functionality like the HoK plugin of keysnail. Are there plans to implement...
Hello, I would be interested in using `django-wiki` to create a wiki of art work. I would need to define some sort of 'field structure' for my articles, further than...
Hello, I don't know whether this is already possible or if it is a feature request. I am using overlays to display the results inline in code-cells. I can toggle...
I am using zenburn theme in my setup: https://github.com/martibosch/snakemacs When jupyter code blocks in Python in org mode raise errors, the background highlighting makes the error text almost impossible to...
Hello! I am using `OAuth2Session` as follows: ``` with open(token_filepath) as src: token = json.load(src) def token_saver(token): with open(token_filepath, "w") as dst: json.dump(token, dst) session = requests_oauthlib.OAuth2Session( client_id, token=token, auto_refresh_url=REFRESH_TOKEN_URL,...
Hello, I get this error: "/home/runner/micromamba/envs/test-env/compiler_compat/ld: cannot find -lopenblas: No such file or directory" when trying to build pylandstats. It seems that this only happens in Python 3.12 - see...
I am building wheels using cbuildwheel for several linux and macos distribution and Python versions from 3.8 to 3.11. All combinations work except for 3.8 in musllinux i686, where several...
I have the following setup with nbqa 1.9.0 and ruff 0.6.4: ``` # pyproject.toml [tool.nbqa.addopts] ruff = [ "--ignore=D,I", ] ``` ``` # .pre-commit-config.yaml - repo: https://github.com/nbQA-dev/nbQA rev: 1.9.0 hooks:...
## Issue I am getting a `TypeError: ['python', '-m', 'build'] is not of type 'str' in macos` when running tox in github actions for `macos-latest`. Here is the [pyproject.toml](https://github.com/martibosch/detectree/blob/main/pyproject.toml) used....