Guirec Corbel

Results 127 comments of Guirec Corbel

What you think about introduce a depency to simplify the development. I think to [Boost](http://www.boost.org/) or [QT](http://qt-project.org/). Boost is lighter but QT can be useful to do a gui. Both...

For now, you can just create the .sbire directory, create a file called `config.yml` and copy [this lines](https://github.com/GCorbel/sbire/blob/master/files/config_win.yml) on it. I'm working on your issue but I never tried it...

I pushed a new version of the gem. It should solve the bug.

I forgot to do a `gem push`. Now, it's ok.

Thanks a lot! I will merge it whan you are ready.

What do you think about to externalize commands called by Sbire. We could add, in the config file, this : ``` commands: notifier: "notify-send %{message}" recorder: "ffmpeg ... %{file_path}" ```...

We can prepare a default file for each systems. For now, ffmpeg is mandatory because it's used by speech2Text but, I will be happy to remove it from the project....

@julienXX , can you try to update your pull request. @onemanstartup, can you try if this work : https://github.com/julienXX/sbire/commit/43cf75aeb7a2678aa5aa40c2c291d74b5fe2ee76 ?

@shishirmk That's very cool. I didn't know that option. It's very useful. It can still be useful. I sometimes do this kind of code : ``` model() { return Ember.RSVP.hash({...

I have the same issue. Any update?