Philippe Babin

Results 22 comments of Philippe Babin

This happens when the token does not have the [required scope](https://api.slack.com/docs/oauth-scopes). Basically give permission to `:read` and `:history` for **everything** (groups, im, channels, team, etc.). Keep doing it until the...

Hi guys, I rebuilded the KiCad of rev 2 by using the rev 1 as a starting point and using the gerber files of the rev 2 as reference. I...

Yeah, I send it to AllPCB and they worked fine. I'm typing on it right now. The only issues I had are : - The diode direction is not visible...

Yes, I'm releasing it under MIT license. Sorry forgot to upload them to a github fork.

@l4u sorry for the delays... https://github.com/mattdibi/redox-keyboard/pull/151

So long as you have the YJ-14015, it should work fine. That other issue was saying that the QFAA doesn't have enough memory to fit the communication protocol of ZMK....

We should change the optimization flag, if it's a Windows build. [This seem to be the modern way of setting compiler flags.](https://stackoverflow.com/questions/45955272/modern-way-to-set-compiler-flags-in-cross-platform-cmake-project) As for `-Wall` can you be more precise...

I misunderstood, I thought you meant that `-wall` was too verbose on all platform. You meant that it is too verbose with VC++. On linux with gcc, the only warnings...

I checked last year what needed to be done to remove our dependency on boost. Since you will not be using filesystem. It should be easy to do: https://github.com/ethz-asl/libpointmatcher/issues/306

I try 2 weeks ago to create a clang-format which cover the [libpointmatcher style](https://gist.github.com/PhiBabin/f75d35ce3bac27899f2a0b5770c0e880). It seems libpointmatcher follows aseba style. We could add a git commit hook to the project,...