Clément DOUIN

Results 407 comments of Clément DOUIN

I reconsider the thing. Theoretically your proposition makes sense. But practically I'm afraid it does not fit the need. Here my 2 thoughts: 1. The fact to fix the worktime...

I still have in mind a TUI to edit the store but I lack of time these days. I will try to add new events to increment/decrement the worktime next...

In fact it's sth I also need, so I will implement soon :) On 01/03/2021 01:51, Ben Smith wrote: > I still have in mind a TUI to edit the...

I can't figure out why. It seams to be OS related (since it works on Linux and MacOS). Any help is welcomed!

Yes it is a good point. Thank you for the feedback!

I will try to take care of it ASAP. Thanks for reminding me!

I have the same error on Vim8, any news about this ? [EDIT] The problem seems to come from a bad reference, I'm gonna try a PR.

After some research, javascript-typescript-langserver seems to be late on their type definition. They are based on [this commit](https://github.com/sourcegraph/javascript-typescript-langserver/blob/242e5a08758cc7dbbd04d166340e7e4b7b269f88/src/plugins.ts#L10) of TypeScript to define Project (`export abstract class Project`). But now, on...

I understand, and it makes sense. I've sent a [PR](https://github.com/sourcegraph/javascript-typescript-langserver/pull/462) to javascript-typescript-langserver to make this plugin work.

Thanks for the tip, I will activate them and let you know if I have more information!