Thiago Kenji Okada

Results 96 comments of Thiago Kenji Okada

Some other nice improvements that you can get going to Python 3 only: - Substitute usage of `which` in `Py3.check_commands()` for `shutil.which()` function: https://docs.python.org/3/library/shutil.html#shutil.which. This will avoid calling a binary....

Just an idea to get some progress in this issue: merge all remaining PRs, starting to remove all compatibility code for Python 2 and make the code Python 3 only...

Tested: - Notebook, with `adjust_method` set to `xbacklight`, `light` and default (`None`). - Desktop, with `format_no_backlight` set to empty string.

So looking at the `save_config` function: https://github.com/hexchat/hexchat/blob/7a275812c0002fe10db5c60e29a34ba6ce4cede1/src/common/cfgfiles.c#L1003-L1064 It seems that it generates a new config file with a `.new` prefix, and after serializing the configuration options it renames the `.new`...

> Another work around for now, if you use unix/linux os you can use `chattr +i ` to make file read-only and `chattr -i ` to make it writable again....

About `libw2ldecode.so`: well, this can happen, it is not guarantee that every library will be available on nixpkgs. If you know that the package exists with its name, you can...

In [5b056bf](https://github.com/thiagokokada/nix-alien/commit/5b056bf4a8f1b29deab2ebc8fc2e9dd95a6a1000) I improved the filtering so it should reduce the number of false positives located by `nix-alien`. It means that probably you will see way less results, however for...

We probably can integrate it in the generated `flake.nix` file, adding `nixGL` as the input. However I have zero experience with `nixGL`, and I also don't run non-NixOS Linux systems...