Gabriel Nützi
Gabriel Nützi
@domenkozar: As I understand the code in [`python.nix`](https://github.com/cachix/devenv/blob/main/src/modules/languages/python.nix#L17): ```nix package = pkgs.callPackage ../../python-wrapper.nix { python = cfg.package; requiredPythonModules = cfg.package.pkgs.requiredPythonModules; makeWrapperArgs = [ "--prefix" "LD_LIBRARY_PATH" ":" libraries ] ++ lib.optionals...
@syphar : So happy if you finish this up, its a game changer!
sorry yes: I send you the commit sha which produces the error: https://gitlab.com/data-custodian/custodian/-/commit/39c6718189f79557d0310a419e7e2facb1be8d04 thanks for reproducing this
Ok, thats weird I need to investigate again when that happened.
@joaopapereira : The following reproduces the error: ```yaml apiVersion: vendir.k14s.io/v1alpha1 kind: Config directories: - path: t contents: - path: . git: url: https://gitlab.com/data-custodian/custodian.git ref: 85116b6dcf1e9224f2728c879451502fb5317b9f #depth: 1 includePaths: - tools/deploy/manifests/src/**/*...
Shouldnt be closed as its a bug IMO (?)
> [@joaopapereira](https://github.com/joaopapereira) : The following reproduces the error: > > apiVersion: vendir.k14s.io/v1alpha1 > kind: Config > directories: > - path: t > contents: > - path: . > git: >...
Still an issue. 10.7.1
Something with the recomputing of values for `data-fragment-index` is off. The `data-fragment-index="2"` gets always reset to `0` which is weird...
The `fragment.js` `sort` function seems not to respect code blocks.