Olivier Louvignes

Results 97 comments of Olivier Louvignes

@zombieJ had a look at it and fixed your screenshot issue, but it won't compile anyway without the `tsconfig.json` file, I'm encountering dozens of library related errors: ``` field-form/node_modules/@types/hoist-non-react-statics/node_modules/@types/react/index.d.ts(2965,13): error...

Also I had to update dev deps inside package.json so that react types would properly work (eg. you used `ForwardRefRenderFunction` that did not exist in the `@types/react` version specified in...

@zombieJ yes but the issue is that the build won't work without the `tsconfig.json` file. [ant-design](https://github.com/ant-design/ant-design/blob/master/tsconfig.json) has a config file checked in, so it makes sense to do the same...

Any chance this could help address #158? If not should I start off from this PR to try to properly (re)implement `.cas` (as it appears to be a pretty significant...

Have you tried `ied install -b` to actually build modules?

Here is the binary, probably need to `brew install libusb-compat` first though (not sure). If required, it might break people uploads if they don't have the package. [teensy_loader_cli.zip](https://github.com/platformio/platform-teensy/files/2104226/teensy_loader_cli.zip) *update* yep...

@PaulStoffregen looks like libusb builds enable soft reboot to work on OSX which is really super useful. @ivankravets I can confirm that the existing `teensy_loader_cli` bundled with platformio does not...

Not sure if this is the proper place to report but the `teens_ports` cli appears to be hanging on my mac: *update* hum looks like it's working fine, was missing...

@PaulStoffregen everything is working fine on the Arduino side with 1.8.5&1.42 (upload via teensy-gui), for the `teensy_ports` I was missing the `-L` flag and now it works. Only thing is...

@PaulStoffregen understood, in my case though I don't have any output either: - working with Miniterm: ``` $ make serial --- Miniterm on /dev/cu.usbmodem3872500 9600,8,N,1 --- --- Quit: Ctrl+C |...