Björn Þór Björnsson

Results 4 issues of Björn Þór Björnsson

I'm curious if there's any interest in supporting unix domain sockets as well as network sockets. It could look something like ```lua http.createServer(function(req, res) ... end):listen("/tmp/luvit.socket") ``` There's an advantage...

### Describe the feature Basically letting you set regexes for titles, categories, and descriptions for things such as `full album`, `creepypasta`, `#ScaryStories` to then automatically enter audio mode. Videomakers generally...

enhancement
P3

I'm translating Dino into Icelandic on Weblate and there's a small issue with time https://github.com/dino/dino/blob/master/main/src/ui/conversation_content_view/call_widget.vala#L239 https://hosted.weblate.org/translate/dino/translations/is/?checksum=933bdb1cc93cc5c1 > This goes into the context of e.g. > "Started %s ago" => "Started...

I've already made the code for it for my own sake but I could make a PR if you'd like `re:replace( sbj [, newstr [, offset]] )` ?