Carbon based Guibou

Results 58 issues of Carbon based Guibou

In python: ``` >>> f"{0:0=#10_b}" '0b000_0000 ``` In PyF: ``` > [f'|{0:0=#10_b}|] :: String "0b00000000" ```

bug

Source plugin may solve a few issues at the same time: - No more template haskell (I don't consider it a problem, but people sees it as a deffect) -...

enhancement

Right now, PyF generates anything you want as long as this thing does have a `IsString` instance. That's convenient because you can generate `Text` `Builder` if you want performance. Internally,...

enhancement

The documentation and examples should be moved to Haddock and checked with doctest.

documentation

In https://discourse.nixos.org/t/cuda-from-nixkgs-in-non-nixos-case/7100/4 users are asking for cuda support. This is only for the nvidia and nvidia bumblebee drivers.

Unsupported device

Nvidia kernel is not needed when building. Actually, it exists some cases of nvidia driver which are not compatible with the nvidia kernel available in nixpkgs. We can use the...

https://github.com/NixOS/nixpkgs/issues/86620 want to change the nvidia icd file from `nvidia.json` to `nvidia_icd.json`. To ensure compatibility with multiples nixpkgs clone, nixGL must work with both.

enhancement

Right now the setting of credentials is done using cli argument. We can improve that by using environment variables. I propose to use `KRANK_GITHUB_TOKEN=token`, as well as `KRANK_GITLAB_TOKENS=gitabhost=token;gitlabhost2=token2` cc @zimbatm...

For now we have only one important option: `--issuetracker-githubkey`, but in a near future (when #33 will be merged) we'll have also a similar option for gitlab. We can also...

enhancement

Right now we designed `ignore` so a closed bug does not trigger an error. I think we should rework it so now an open bug triggers an error. I see...

enhancement