Johannes Kirschbauer

Results 30 comments of Johannes Kirschbauer

> cc @xtuc -- I ran into this while trying to bump WebPack's `webassemblyjs/*` dependencies to pull in #1117 . I imagine the thing to do is to either hit...

I'd like to suggest some more improvements from my side, that I will pretty likely make in a fork of your code. 1. Don't overwrite the Master, put the output...

Still planned and needed. Didnt have time to fix it properly yet.

This would require doc-strings to have a tags feature. Alternatively, we could maintain a tag-mapping of nixpkgs attributes. However, noogle doesn't yet discover things like `buildPythonPackage`. We need to come...

Almost resolved... https://noogle.dev/f/pkgs/pythonPackages/buildPythonPackage What else are we missing in the current release of noogle? You can add any subset yourself easily now btw. https://github.com/nix-community/noogle/blob/main/pasta/src/eval.nix#L23-L48

Same as #62. It will be resolved soon.

> I would love to be able to interact with Noogle as a command-line tool, so I don't have to switch to my browser and open the website. Legitimate request....

Thanks for the report. I investigated why this happened. Problem is that the website is loaded before the theme gets loaded. There is https://mui.com/material-ui/experimental-api/css-theme-variables/overview/ to fix this, but it didn't...

`pnpm` has that complex structure. It also is the only tool that is capable of resolving peerDependency conflicts. Translating `pnpm`s lockfile is not enough to support pnpm as it can...

Strange. I‘d need to investigate this. questions: - (if needed manually) Should „patchShebangs“ be run only on node_modules/.bin - Do we really need „+x“ applied to every file in the...