Folke Lemaitre

Results 961 comments of Folke Lemaitre

@mikeeq see my fix at https://github.com/mikeeq/mbp-fedora-kernel/issues/14#issuecomment-874778928 I assume it's already working for people without a touchbar, but for me I need to unload `hid_apple` as well to make the keyboard...

I thought about something like that when I implemented ultra, but having to calculate checksums for all build artifacts might slow-down the builds quite a bit. Triggering a rebuild on...

Good catch. I'll see if I can fix this.

This works correctly for my own projects where I'm using `ultra`, just make sure not to use the `--build` option. For every package in my monorepo, I will either have...

Tried that, but it doesn't work. I'm assuming the ansi control characters mess it up.

@Sbozzolo thank you for the suggestion, but that also doesn't seem to work. The ansi color sequences are messing up with the file detection regex. When I run `npm run...

You can add the below to types.d.ts: ```ts declare const _ = typeof lodash ```

The new `source-map` module is async only, so can't work with screeps. It needs to be pinned to `=0.6.1`, which is the last version that was not async.

Why do you believe this is due to todo-comments?