azz

Results 67 comments of azz

Crouton exports to a ZIP file containing a bunch of `.crumb` files, which look to be JSON. [crouton-sampl.zip](https://github.com/TandoorRecipes/recipes/files/14970783/crouton-sampl.zip)

the endpoint is load balanced across multiple datacenters - it's not a single relay :) is there a reason nostr-rs-relay won't work for this many users? it's tokio-based and currently...

this should be pretty easy. just a function to effectively donate to the dao

Experiencing this with two large video files

Yeah that sounds like a dumb mistake I've made. I am using reverse proxy. Maybe need to adjust the settings on it?

In the works! Just making sure I don't break anything else 😂

Do you have any preferences/recommendations on how I should add support? ```rs pub trait Serializable where Self: Sized, { /// Serializes the object to JSON. fn to_json(&self) -> Result; ///...

In that case, it might be better to just do client-side fetching, as one of the advantages is the lower data size. If we're converting it back to a string...

API calls are very fast (within same datacenter, so ~5-15ms tops). Client connection speed will be very low sometimes, too. I'm going to keep trying to get this working. Having...