Sebastien Arod

Results 9 comments of Sebastien Arod

@rberger I struggled to find it too but it's documented here https://developer.github.com/v3/repos/releases/#response-8 When getting a single asset setting header `accept: application/octet-stream` will download the asset as binary. Make sure to...

A [codesandbox](https://codesandbox.io/s/4qp6vjp319) of a re-orderable Material-UI List using beautiful-dnd

> Looks great @sarod! Is there a way to include the edit icon in the draggable so it moves with the item? The edit button is a child of the...

I have a similar issue with typescript and ```import { Cancelable } from 'lodash';``` Is there a way to configure a set of modules for which errors should be ignored?

[p2-maven-plugin](https://github.com/reficio/p2-maven-plugin) can be used to easily create p2 update site.

@martinsson what I do as a workaround is have a gulp task that copies the config.js to config-test.js and modifies the baseURL on the fly before running the tests. Then...

I'm using babel with preset-typescript and I have the same " Class constructor Lexer cannot be invoked without 'new'" error

Great thanks a lot for the info