vincent
vincent
Try opening this in your browser: https://gitcdn.xyz/repo/vinliao/decense/master/main.ts Raw github file: https://raw.githubusercontent.com/vinliao/decense/master/main.ts
Copying signed message works well, but wl-clipboard copies nothing when it's used on signed+encrypted text. **Steps to reproduce** 1. Create a file called `msg.txt` with the content `hello world.` 2....
Same issue as #102, but for git patch files. Steps to reproduce: 1. Create a patch file with `git format-patch`. 2. Let's assume that the file name is `new.patch`. 3....
Hi, I'm new to mdsvex. I notice there's no `svelte-add` option on the documentation for using it. Perhaps it's useful to add.
When local data is deleted (cache and all that), DM turns from read to unread. Maybe this is because the "read-unread" property lives inside the client rather than relays. To...
I'm running fedora 30, this issue is probably the same as #180 where the screen would freeze when changing tabs. My VSCode screen freezes when I change tab/open a new...
Edit: I've built a working POC. See the latest comment. This is an improvement upon NIP-04. It makes private messaging leaks less metadata. Idea: 1. Sender announces their pubkey to...
Some third-party services offer auto-delete feature for Twitter (example: delete all tweets that is one month old). Maybe NIP-09 can be expanded to include this auto-delete feature. One implementation would...
I'd like to run query against `parquet` files with `duckdb`. I see some `duckdb` stuffs on the docs when I search it up, also there's this PR: https://github.com/hwchase17/langchain/pull/1991, which seems...
Simple objective like "take text from japanese.txt, translate with gpt-3.5, write to translated.txt" had 8 tasks, could've been 3. Feels like the "task creator" prompt is forcing the GPT to...