Stoian Dan

Results 12 issues of Stoian Dan

Currently, after selecting text, the extension decides if selection is a valid Bible reference or not and based on this enables/disables the context menu. I would be much easier and...

enhancement
help wanted

Currently in `src/verseOfTheDay.js` there is mechanism in place to check each time the verse of the day is request, if it has expired or not (i.e. if it's still the...

bug
good first issue

Currently the toolbar (browser action as internally called), who's HTML code is stored in `src/action`, is very dull, with no CSS arrangement at all. Maybe it can be made more...

good first issue

Tons of people use Chromebooks, and the Chrome Engine is used not just on Google Chrome, but Chromium, Brave, Opera, Microsoft Edge, etc. Not sure yet if the extension can...

enhancement

- [ ] This change has been discussed with the author. - [ ] It implements / fixes issue #. --- **Description:** Small improvement for Romanian subtitle.

By making version a public _const_ string, you eliminate a function call. Defaulting it to "Develop" obtains the same result as the old function call `getVersion()`.

Currently, messages from the server are coming in via the `Dispatcher` class. But they are not displayed nowhere in the UI. It would be nice to see them inside the...

enhancement
help wanted
good first issue

In the RoomListView, aka, the view that opens when you want to join a room, listing all rooms that can be joined, it would be nice if their individual description...

enhancement
good first issue

Messages are currently rendered in a `ForEach` SwiftUIView builder, and they don't have any other identity than the explicit provided key-path of `.\self` finding a way to add a better...

enhancement
good first issue

Hi, I've tried to fetch the code via `git clone `and the build it with `cargo build` on Microsoft Windows 10 x64, think latest version as of December 2020, that...