Andrey Stepanov

Results 5 issues of Andrey Stepanov

I think we must implement `TOTP` support for current `password-interface` and after enable support for currently supported password managers. Which will also fix https://github.com/atlas-engineer/nyxt/issues/1567. What do you think, guys? I'm...

help-wanted
ffi
feature
ui

Initial definition: ```unison test : '{IO, Exception} () test = do printLine "👋" ``` After formatting: ```unison test : '{IO, Exception} () test = do printLine "👋"" ``` Taken from...

Scratch code: ```unison type Issue = One | Two | Three | Unknown Text fromText : Text -> Issue fromText = cases x | x == "one" -> One |...

bug
lsp
what is happening

Currently longer titles or user handles break UI in a way, so you might consider rearranging `header` elements on `Tickets` / `Contributions` pages to accommodate longer titles/handles. In order to...

Currently search bar refuses to close when i click outside of it. It only works if i do click in a very precise position on the screen. Screenshot below shows...