Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

Thanks! BTW it feels like I managed to solve the problem by just adding `* text=auto eol=lf` to `.gitattributes` + configuring [`endOfLine: lf`](https://prettier.io/docs/en/options.html#end-of-line) in Prettier

`node-html-parser` `2.0.1` and `2.0.2` cannot be used via npm unfortunately. Reason: https://github.com/HenrikJoreteg/html-parse-stringify/issues/42

For those who is facing the same issue and wants to temporary remove meteor-hmr instead of rolling back to 1.3.3: ``` bash meteor remove gadicc:ecmascript-hot meteor add ecmascript npm rm...

The new `beta.6` brought things back to work in 1.3.3.1, thank you! Although `.babelrc` does not need to contain anything meaningful, it seems that the file is still required and...

Blocked by https://github.com/vercel/vercel/issues/11607

I was able to bypass this error by setting `ENABLE_EXPERIMENTAL_COREPACK=1` in the list of env vars (via Vercel UI)

Thanks for your reply @oprudkyi! Yeah, that idea with the remote kubernetes runner orchestration might have a chance to work too. A funny thing is that right after I sent...

If anyone is interested in the ‘fractal tree’ approach for file structuring, I gathered some thoughts on it here: https://hash.dev/blog/file-structuring The article enumerates a few principles and rules which are...

As a temporary workaround I managed to encode the output variable into a JSON string and print it. Because this JSON is guaranteed not to have `\n`, I can throw...

IMO `Debug.log` and the value of an output symbol that we are trying to evaluate semantically belong to two different information channels. And so writing something into one of them...