Roman

Results 537 comments of Roman

Ok, so the problem is that `isValid` method is not type guarding at all. It just returns a boolean. The data is still any. Per the docs of the lib,...

> Jest wasn't type-checking index.ts because it was not picked up by Jest (it is not in the Jest glob nor is it included by anything in the glob). Furthermore,...

```ts export interface GetObjectOutput { /** * Object data. */ Body?: Readable | ReadableStream | Blob; // ... snip } ``` ![image](https://user-images.githubusercontent.com/491247/110213318-1d9d1d80-7ed2-11eb-8c3a-7b8c3b88ddbb.png) --- This is throwing an error in a...

Btw, `SWI-Prolog` is installed via `brew`: ```sh ❯ brew install swi-prolog ❯ swipl --version SWI-Prolog version 8.0.3 for x86_64-darwin ```

Just ran into this too, and took me several hours to figure out the chain. When using Nuxt and `generate` mode, then viewing the page without JS this also becomes...

Can fix the above problem by loading styles manually: ``` import "@fortawesome/fontawesome-svg-core/styles.css" ```

I'm having the same issue. @liorp were you able to figure it out?

Altho, looks like unrelated to this action. I added a manual install step _before_ the action, and it still failed with the same error: ```yml - name: Install run: npm...

Came here to say the same thing. What is the point of the caching feature, if `npm ci` nukes the entire `node_modules` every time?

Using yarn & lerna here, and it seems to work https://github.com/berstend/puppeteer-extra