Vojtech Mašek

Results 67 comments of Vojtech Mašek

That's very confusing parameter name (`fullText` was probably meant to mean `exactText`)

It's a pity that there is no easy way on how to do previews with the SSR function. Is this a limitation of firebase preview itself that it doesn't support...

To be clear, we don't mind lodash as peer dep. What is the point is that due to the library relying on some of those helpers in runtime, we get...

I created an Nx generator for migration, there are quite some complex use-cases handled (see the test files). Even if there is a problem, it is usually easy to spot/fix....

I managed to get proper `package-lock.json` (with `integrity` and `resolve` fields) after: - cleaning the npm cache `npm cache clean -f` - removing `node_modules` in project folder - removing the...

We also need to log actual error when the ESLint plugin fails

TODO: @matejchalk create ticket for portal

Amazing, these fails seem like some kind of cache access lock 🤔 ``` Error: EACCES: permission denied, mkdir '/test/.nx/cache' ❯ mkdirSync ../../node:fs:1380:26 ❯ Function.Module._load ../../node_modules/nx/src/native/index.js:61:7 ❯ Object. ../../node_modules/nx/src/native/native-bindings.js:184:31 ❯ Function.Module._load...

> > Amazing, these fails seem like some kind of cache access lock 🤔 > > ``` > > Error: EACCES: permission denied, mkdir '/test/.nx/cache' > > ❯ mkdirSync ../../node:fs:1380:26...

Sorry for closing, that was miss click 😅 I am wondering if it is allowed to make directories or add files (`mkdir`) inside of a GH action runtime inside of...