Results 25 comments of Daniel Higginbotham

I wrote [some code](https://github.com/flyingmachine/streaming-proxy) that should help with writing a smart proxy :smile: It uses clj-http to stream responses.

I like this idea!

I haven't looked at this in detail yet but this but from the description most of these are supported in the work I've done at https://github.com/donut-power/datapotato . I think only...

BTW I think it's really cool that you're looking at these issues! I'm just hoping we don't end up with duplicated effort

It’s actually backwards compatible :) wouldn’t want to leave y’all high and dry

Also, datapotato doesn’t use boot, it’s just deps. The only change you’d need to make would be changing the required namespace

@mitchkyle-reify I think it would be really useful to get on a zoom about this. How would you feel about that? I'm not sure I understand the issue you're running...

OK I think I see what you mean about `:generator` and `:schema`. I've updated datapotato so that overwriting generated values per entity looks like this: ```clojure (dc/generate potato-db {:todo [[:_...

Undo is actually in the works :) it's maybe 25% done. I like the trash idea - I hadn't thought it. It would definitely be unique among todo apps. I...

Thanks for this note! The code uses the MIT license, though the server/README.md file says otherwise. I will update this soon. Thanks again :)