rulatir
rulatir
> I wrote a package that seems to do it for me atm: [suppress-experimental-warnings](https://github.com/dword-design/suppress-experimental-warnings). CI-tested with many different node versions + operating systems. With localizations too? EDIT: just read your...
> ```js > error.message.includes('The Fetch API is an experimental feature.') > ``` Only works in English locale.
Just to be sure - if unmitigated, this completely destroys the format-preserving pretty printer for affected code, right?
No, I am diving into using this library for the first time in ~4y, so I took a look at the open issues list and it just happens that the...
Still experiencing this on Arch Linux.
> Maybe you have some things that run on top of the sshfs. Because sshfs never gives up, all of those services are hung thinking there's a filesystem underneath them....
Attempting to do anything nontrivial in tup involves repeatedly running into quirks, deficiencies, leaky abstractions and inconsistencies until you drop from exhaustion.
> One way to work around it is that you create a sub meson.buil in the subdir and do the remaining thing there. Then subdir the newly created meson.build. Not...
> @rulatir What about you maintaining the variable for the subdir yourself. You do _subdir(var_with_path)__ and then use the **var_with_path** as you see fit. Does this not work for you?...
@jpakkane > This simplifies debugging build problems When you are forced to refactor your build process inside out to accommodate a build system with artificial restrictions, you will inevitably make...