Maël Nison
Maël Nison
Interesting. The starry background doesn't seem to support low-end GPUs. It should at least degrade gracefully.
> @arcanis - Issue seems fixed today automatically , Did your team publish any fix. ? Yes, the mitigation I mentioned in the post: > Or, for Node.js 12.x /...
Hm - can you try running `yarn set version from sources --no-minify` to have a more readable stacktrace and be able to add console.log around the relevant lines?
It'd make sense for that to be implemented using the bash syntax in our shell. That'd involve updating the grammar: https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-parsers/sources/grammars/shell.pegjs#L163 Then adding support to the interpolation code: https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-shell/sources/index.ts#L383 And...
> 2. For whichever PR removes the need for `--experimental-loader` / `--loader`, we add some new boolean flag that is required to enable the loaders API (or to enable `register`...
I updated the PR to use a different approach which I found more flexible in my fork.
> And we can make them async? I suppose the problem then becomes the opposite: what about people who don't want the compile function to be async 😄 That said,...
The advantage of Virtjs APIs over anything else is that the same devices can be used accross many different implementations. For example, assuming that you use the screen device API...
> [...] there won't be any empty rooms, so thing like these cannot happen :) As a side note, that will make me very sad. This kind of bug is...
> folks will want to use the full form going forward. What measures exactly will you be taking? Will it be enforced by the registry (in which case is there...