Guillaume Binet

Results 25 comments of Guillaume Binet

It looks fine to me after the v4 release. If the thing gets smart it can even give you the branches that are compatible with your version of errbot :)...

Glad to hear that openstack is moving to Errbot ! I though a little bit about your point 2 over the weekend. What about using the webhook feature for this,...

The auth part: You can use webhooks with a server-side SSL certificate + retrieve auth headers from the raw request: https://github.com/errbotio/errbot/blob/master/docs/user_guide/plugin_development/webhooks.rst#the-raw-request. Alternatively, I think a better solution would be to...

So it goes back to have a multibackend support: it would require a profound refactoring and would make Errbot a chat "bridge". I think while backends are maturing and have...

Thanks for the clarification, if you want some long recordings of the spectrum to debug/test the app with a Type II channel, I'd love to send you those (my second...

Maybe even better: port it to https://github.com/errbotio/errbot so it can support all the backends we already have (including hipchat and many others) ?

We are considering this. But we will have to emulate that for the other backends that don't support it probably like what we did for the cards with some markdown.

FYI: As a workaround I did this, maybe this should be the behavior of this option? ```rust fn create_symlink(src: &str, dst: &str) -> io::Result { let dst_path = Path::new(dst); if...

Note, it compiles with: ``` $ cd ~/projects $ git clone [email protected]:AprilRobotics/apriltag.git $ export APRILTAG_SYS_METHOD=raw,static $ export APRILTAG_SRC=$HOME/projects/apriltag $ cd projects/copper/copper-rs/components/tasks/cu_apriltag # downstream dependency $ cargo build ```

Same issue on a Radxa zero 3W and it is the same thing, I cannot capture from the camera.