Rok Garbas

Results 164 comments of Rok Garbas

This will be fixed and documented with next version of jupyterWith (see main branch)

This will be fixed and documented with next version of jupyterWith (see `main` branch)

@GTrunSec I took the time to review the PR. `julia2nix` looks a useful project, but I'm concerned to add it due to being an `std` project. I understand you offered...

In `next` branch (which is currently under heavy development) all default kernels are packages with `poetry2nix`, but there is a planned way to use any other *2nix tool for the...

We've added iscala to our roadmap (soon to be commited to `main` branch).

This will be fixed and documented with next version of jupyterWith (see main branch)

i think i just hit this myself when i updated to latest nightly. To comment on options you proposed: > - Always install Firefox to the same path. I imagine...

@rail @Mossop so a quick solution for now would be to wrap binary with `SNAP_NAME=firefox`? and later (when available) we can change it to MOZ_DISABLE_DEDICATED_PROFILES or something.

@minojai you basically need to set a system variable so that this (not-so-)new(-anymore) feature does not take affect. either use `SNAP_NAME="firefox"` or from 68 on you can use `MOZ_LEGACY_PROFILES=1`.