Nicolas Carlo

Results 33 issues of Nicolas Carlo

## Describe the bug > I placed cursor in course home task file on the beginning of let variable declaration that should be converted to const. And on the first...

:bug: Bug

See https://github.com/nicoespeon/abracadabra/issues/415 for context We had to disable the Action Provider for this refactoring because it would cause VS Code to hang. The thing is: - creating a new TS...

:muscle: Improvement
πŸ™… Require better TypeChecker

Current behavior is very basic. It works for simple cases. I found myself trying to inline functions sometimes. Most of the time, the refactoring can't be executed. It would be...

:muscle: Improvement

### Discussed in https://github.com/nicoespeon/abracadabra/discussions/339 Originally posted by **mick62** July 9, 2021 Hi, another useful (and needed) refactoring is the change from: ```js class A { getProp(): Y { return expr...

:sparkles: Feature

#173 implemented a new refactoring: Extract Class This has been ported from a very different extension. So code doesn't look like an Abracadabra refactoring. It works fine for the end...

:package: Refactor

Hi everyone! I just became dad few days ago πŸŽ‰ 🍼 Thus, it became clear to me that I need to focus my energy and **limit the number of project...

I love that [Term Sheets](https://term-sheets.neat.software/) provides an online playground on their website, so you can actually use the tool without installing anything. πŸ‘ I'd like to do the same on...

:desktop_computer: Website

Tags are currently not rendered in horizontal mode. It could be a nice info to have though. ![image](https://user-images.githubusercontent.com/1094774/54731778-93cddb80-4b66-11e9-8a6a-ceca95ddf9ea.png) But I'm not quite sure what it should look like. Horizontal mode...

:sparkles: Feature
:speech_balloon: Discussion
🎷 @gitgraph/react

As mentioned in #301, a more intuitive usage of the `.commit()` options API would be to have a `message` attribute instead of `subject` and `body`. https://github.com/nicoespeon/gitgraph.js/blob/4f85de4702881326520a1efcd11a221835eb9031/packages/gitgraph-core/src/user-api/gitgraph-user-api.ts#L20-L23 Proposed changes: ```diff interface...

:sparkles: Feature
🎷 @gitgraph/react
🎷 @gitgraph/core
🎷 @gitgraph/js