Bojan Šernek

Results 14 comments of Bojan Šernek

I liked your SRC the most out of all open source solutions. The API of `ssrc.c` is file in / file out which is a good start, but as a...

Hey guys, I'm considering the complexity of this feature and whether it's something I could feasibly tackle. Is it possible for someone more experienced with the code to make a...

I've made a stab at it for ASIO. It compiles and runs without crashing, but I'm remotely controlling my test windows machine so I don't know if it actually works...

Oops I did not check #116 for the proposed API. It seems good, much better than what I added. I'll see if I can rework my end to conform. It...

if `#![feature(format_args_capture)]` the 1.58.0 compiler now emits a warning: > warning: the feature `format_args_capture` has been stable since 1.58.0 and no longer requires an attribute to enable intellij-rust should detect...

I've tried this in the latest React-Semantic-UI and it did not work. I would suspect that the selected Milestone is wrong or the React build does not properly forward the...

Well, this is a perfect ticket to request it then. @jokeronaldo would you still consider it for inclusion into SUI, and so could you verify into which milestone release of...

[mix:analog](https://mixanalog.com) is being built by **Distopik** with moleculer. ![distopik logo](https://user-images.githubusercontent.com/15308543/37921637-ac764142-312a-11e8-96f5-02998697a0fd.png)

This looks like it could work for me - the resulting Streams own their own kv::Store and can be put in a StreamMap. ```rust pub fn watch_bucket_as(store: kv::Store, key: String)...