Dan Baker

Results 32 issues of Dan Baker

# Describe the bug One of the methods described in #281 for extending the available python kernel packages is to use the `extraPackages` attribute for the `mkPoetryEnv` function from `poetry2nix`....

bug

# Extension Installation Methods There are two methods for installing JupyterLab extensions: pre-built and source. See [JupyterLab Extensions documentation](https://jupyterlab.readthedocs.io/en/stable/user/extensions.html#id12). There are some previous findings from my research here https://github.com/tweag/jupyterWith/issues/222. #...

Found the original uwuntu image and author via a [reddit post](https://www.reddit.com/r/linuxmasterrace/comments/lxmp1s/regarding_the_uwuntu_logo_thing_i_was_the/) which lead me to the [ubuntu hideout discord](https://discord.com/channels/268162480369303554/689944895955140653/734795783324565632). The text font is Ubuntu Regular so anyone can recreate the...

**Is your feature request related to a problem? Please describe.** The tutorial mentions creating a `poetry.lock` file but poetry is not available in the template. **Describe the solution you'd like**...

AsterPaper version: 3.0.0 I have an SVG logo file with the stroke attribute set as such, `stroke="currentColor". Unfortunately, the SVG doesn't inherit the `currentColor` value unless I inline the SVG...

I am testing out a nixos config with disko. I am using the following command to run the tests. `nix build .#nixosConfiguration..config.system.build.installTest -L` where `` for me is `adalon`. Everything...

I am trying to package an astro theme to use for a personal website and the theme depends on `sharp`. I found #162 and that gave me a tip for...

I am trying to create a devShell and am getting different behavior on Linux vs Darwin. Specifically the `prepare` script is causing issues on Linux. See [this](https://github.com/djacu/djacu.dev/tree/a70e20b310cacce3ccb2cd4a7a43d161dd2f5b3c) commit hash for...