Bruno Bigras
Bruno Bigras
```nix { services.flatpak.enable = true; users.users.bbigras.extraGroups = [ "flatpak" ]; environment.persistence."/persist" = { directories = [ "/var/lib/flatpak" ]; }; home.persistence."/persist/home/bbigras" = { directories = [ ".cache/flatpak" ".local/share/flatpak" ]; }; }...
Can you reproduce it?
I use GSSAPIAuthentication for password-less logins from computers on an Active Directory domain using Kerberos tokens.
I'm not sure if I'm in the right place. I used https://galaxy.ansible.com/dev-sec/ssh-hardening/ , it replaces my ssh config and I don't know how to leave `GSSAPIAuthentication yes` in my config...
Any progress on this?
What does "insert opportunistic return default() - RETURN_DEFAULT" do? My function is `fn parse_something(value: &str) -> Result`
> It adds code to directly return a default value if your functions return type implements Default. That's weird, if I change my function to return `Ok((Default::default(), Default::default()))` my unit...
> Here is a working example for `skyao/svelte-tiny-virtual-list`: https://svelte.dev/repl/2250c4b4e7054b01ac9329f827bee090?version=3.44.0 Would this work with a horizontal scroll bar too?
~~I'm trying this on Nix but it's stuck on the "Initializing..." initial loading screen.~~ ~~Any ideas?~~ EDIT: I opened a separae issue for that https://github.com/cabal-club/cabal-desktop/issues/274
Any ideas?