Jamie Gravendeel
Jamie Gravendeel
The nix binary is located at `$HOME/.nix-profile/bin/nix`, this should be added automatically when initializing nix, granted you're using Bash.
> > The nix binary is located at `$HOME/.nix-profile/bin/nix`, this should be added automatically when initializing nix, granted you're using Bash. > > From their, fetch I can confirm that...
> Inline navigation as in, make the settings window a navigation view or a stack and change to a 'filter' page? Yeah. > The 'dialog stacking' pattern can be found...
AFAIK you don't need a method to have `@abstractmethod` to be able to use `@override` in a subclass, the method just has to exist. You might be running into #219?
Since we use Inter in the desktop's interface, which includes arbitrary strings such as generated passwords and URLs, we have had some trouble with the `calt` font feature, namely the...
> "Are you sure you want to no longer federate with %s?", is definitely too wordy for a title, but also I have no idea what the title should be...
I think those strings actually deserve some rewording, "take action" is pretty broad, I'd specify what action is actually being taken here. For "Submit?" I'd also clarify what you're submitting.
After thinking about this, it might not be entirely *wrong*, considering you're implementing the interface. But in PyGObject's case, I wouldn't say it acts enough like a Python Protocol, since...
> Is adding Awaitable[x] as return type enough for all cases? When the `callback` argument is provided, the method will return `None`, which is basically saying "I will handle the...