Lasath Fernando
Lasath Fernando
I noticed in your readme that you plan to support storing secrets in an encrypted file. You should consider delegating that to secret storage mechanisms of the operating system (e.g....
The [Secret Service API 0.2](https://specifications.freedesktop.org/secret-service/0.2) as been a published standard for quite some time and is now implemented by other services including: - [KeepassXC](https://avaldes.co/2020/01/28/secret-service-keepassxc.html) - KWallet ([as of version 5.97](https://invent.kde.org/frameworks/kwallet/-/merge_requests/11)...
I once started using this to display a series of icons with counts (that were pretty easy to fetch from various sources in bash scripts) and the (second) most time...
I've never used BitBar and don't know if I'm breaking compatibility by doing this, but here's how I think arguments should be parsed. `| arg1=value1 arg2=value\ 2 "arg3=value 3" arg4="value...
Hey, I'm putting together a link redirection service for Lemmy: https://lemmy.guide It lets people create links to that will open in their instance (set in browser local storage) in app...
When we try to run flutter integration tests on any code that uses `fl_query`, it crashes with the following error: ``` ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following...
Hey, I'm putting together a link redirection service for Lemmy: https://lemmy.guide It lets people create links to that will open in their instance (set in browser local storage) in app...
In `ToAsyncEnumerable` you've checked for null in: https://github.com/i3arnon/MongoAsyncEnumerableAdapter/blob/8539306221b4cfba0d77ba6589693a32d71a992e/src/MongoAsyncEnumerableAdapter/AsyncCursorExtensions.cs#L34 but that check won't get executed in Release builds. Which means in production you'll get a `NullReferenceException` from the `!` in this...
[latest screencast](https://github.com/user-attachments/assets/7e1064b0-216d-46d7-80de-8a40b12ffad8)
**Describe the bug** Fails to create an ubuntu 22.04 container after failing to bind mount /etc/localtime **To Reproduce** 1. `distrobox create -i ubuntu:22.04 -n ubuntu-test --init --home $HOME/containers/ubuntu-test` 2. `distrobox...