Frédéric Collonval

Results 816 comments of Frédéric Collonval

Thanks Git is actually failing to revert your commit: ![image](https://user-images.githubusercontent.com/8435071/90983174-6a3f8d80-e56c-11ea-864e-8911955118c8.png) Sorry for the unclear error message. You could try to run in a terminal the git command: ``` git revert...

Since 0.22.x, the error message in such case will be brought to the user: ![image](https://user-images.githubusercontent.com/8435071/95683317-ce84e200-0bea-11eb-884d-b02bb6307915.png) It will result in a repository with conflicts to be solved. As this is complex...

Hey @ebw44 could you provide more details: - Were you using the configuration mentioned in the nbdime issue (displayed below for interested readers)? - What kind of diff did you...

Thanks for the additional information @ebw44 I have for now no clue what so ever to deal with that. So happy to get some help.

Could provide here the result of `git config --list`? At minimum anything that starts with `filter.` or contains `lfs`. I think `nbdime` is able to deal with it because it...

@stefano-cherchi what type of file were you modifying; a notebook or a plain text file?

@dansacc would you mind upgrading to the latest version 0.36.0 to see if it is still happening?

Thanks for the suggestion. I don't know how easy it will be to figure out we are in that scenario. But yeah it will be nice.

As commented in #330, it will be nice to drop webpack and to use rollup for the tests to remove any inconsistency between the packager used for publishing and for...

Something like the following would be nice --- # @lumino/application A Lumino package to create web application composed of plug-able plugins. By default, it contains a `CommandRegistry` using [@lumino/commands](../commands), a...