Boris Kourtoukov
Boris Kourtoukov
Ran into this today also on macos. ```rust extern crate rodio; use std::fs::File; use std::io::BufReader; use rodio::Source; fn main() { let endpoint = rodio::get_default_endpoint().unwrap(); let sink = rodio::Sink::new(&endpoint); let file...
Haha, wish I could help from the past!
Is there a way to figure out if I have a system with deeply nested generators? Right now I am pushing an image through `clisk` and then your `imagez` library,...
Using the wrong terminology here but: If I 'realize' a vector _(ether to texture or something else)_ at each step _(would cause loss of data)_ and then apply the next...
Just saw this pop up in the CLJS group: https://github.com/pleasetrythisathome/bardo Here is the group post: https://groups.google.com/forum/#!topic/clojurescript/JROUw58NPX0 And here is a possibly relevant example with OM: https://github.com/pleasetrythisathome/bardo/blob/master/examples/om.cljs Maybe some ideas align...
Updated my first post to fix the image. The font looks quite good for code snippets in-browser as well.
The new Zip additions also work quite well.
Not sure how to even start this properly: Sadly Anthony passed away: https://www.reddit.com/r/Clojure/comments/5gyyxw/clojure_open_source_contributor_anthony_grimes/
I don't want to butcher their terminology/description so here is a good page describing the app developer standpoint: https://sandstorm.io/developer From a basic (poorly worded) perspective, Sandstorm runs on a server...
Also this is their 'quick packaging tutorial' if you want to see whats involved with a generic app: https://docs.sandstorm.io/en/latest/vagrant-spk/packaging-tutorial/