Asone

Results 23 comments of Asone

Update : The problem is the same one as defined #4959 Fixed by making the same actions. However in order to display the QR Code, in case of using a...

To solve, update the mentionned dependencies, as the current release of the repo specifies older versions of those deps.

Crate for man pages implementation : https://crates.io/crates/man

After further investigation, man support does not exist out-of-the-box as manpages are separated assets that must be installed in specific folder on app install, which is not supported by rust...

It seems a workaround exists with `cargo-parcel`. This should be explored.

Current code does not allow to retrieve the latest entries in memory. This is due to the fact we don't store the entries themselves, but rather the [`guid`](https://github.com/Asone/nostrss/blob/main/nostrss-core/src/scheduler/scheduler.rs#L213) of an...

Hey there, while deciding to give a try onto having a nostr relay on umbrel, [a discussion](https://community.getumbrel.com/t/app-request-nostr-relay/10704) lead me to see what it would be to have astral also as...

Regarding the publishing i could not publish anything, i got a similar error popping : > could not publish post: TypeError: Cannot read properties of undefined (reading 'digest') I just...

I couldn't say for mynode as i just have an umbrel node :/

> you could try using nos2x to sign instead of the browser window. you would have to update the manifest.json to include the umbrel.local pattern and then package it yourself,...