Paul Morelle
Paul Morelle
With React 15.5.4, I get the following warning: > Warning: LazyInput: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet...
### Wished behavior I would like to be able to tell Karma to serve a file whatever the sub-path is. I could also want to transform the URL to something...
#### :bug: Bug Fix - In order to have a continuous dragging even if my mouse gets out of the `` element, I attach `dragMove` and `dragEnd` to the `window`...
Quite a simple one, which should do the same as [ESlint's rule](https://github.com/eslint/eslint/blob/master/lib/rules/no-ternary.js). The tests are also inspired from [ESlint's tests](https://github.com/eslint/eslint/blob/master/tests/lib/rules/no-ternary.js)
This is a proposal to include the files needed to create a debian `.deb` package from the sources. On debian, you need to use the command `dpkg-buildpackage`, provided by the...
https://github.com/odoo/technical-training-solutions/blob/a3b24b625b497bc3cecccf7ecf4a31779aa48e0d/estate/models/estate_property_offer.py#L85-L91 If you are accepting several offers at once, won't this code set the `buyer_id` and `selling_price` of the first offer of the record_set to all the corresponding properties, even...
In 865baf9ef154e2a36817e40a50e09d5e98cf95f9, makeAsyncHandler has been incorrectly modified so that the promise rejection is consumed by the catch, instead of letting it bubble up through a finally. Indeed, contrarily to makeButtonHandler,...
Before this commit, when importing the translations with the TranslationImporter object, the save method was building one big query per model, with each JSON object containing all the languages. On...