Thiago Franco de Moraes

Results 7 issues of Thiago Franco de Moraes

`Mach-nix` is not finding the last version of OpenVINO (2022.1.0). With this `shell.nix: ```nix let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix"; ref = "refs/tags/3.4.0"; }) { python =...

This is not a bug report, it's a tip for other with same problem. Since the version 35, cryptography [requires rust](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3500---2021-09-29) to build and doesn't respect `CRYPTOGRAPHY_DONT_BUILD_RUST`. I managed to...

###### Description of changes Add wxwidgets 3.2.1 and Fixes #190946 ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [...

8.has: package (new)
10.rebuild-linux: 1-10
10.rebuild-darwin: 1-10
11.by: package-maintainer

I'm testing `pyapp` and I'm liking it a lot. But in my testings it's always needed to have network to run the application for the first time. I tested with...

First, great project! If I'm using Nvidia proprietary driver, OpenGL softwares (like Blender) don't work inside toolbox container. I tried to install the proprietary driver inside the container, it installs...

1. Bug
5. Help Wanted

Is it possible to remove dataclass classes where `field(init=False)` automatically?

enhancement
acknowledged

This PR converts from setup.py to pyproject.toml. Also uses Github CI to publish on Pypi. It uses https://github.com/pypa/gh-action-pypi-publish to publish. You'll need to create a new user on [Pypi](https://pypi.org). Create...