David LJ

Results 19 comments of David LJ
trafficstars

I think this can be closed, was fixed in https://github.com/strapi/strapi/pull/19679

`pnpm` docs also mention using `setup-node` to cache `pnpm` store https://pnpm.io/continuous-integration#github-actions I think we should update the example to go the recommended way by using `setup-node`. I think that would...

Yup, looks fixed for me 2 in 0.14

Also running into this issue. [I went a bit down this rabbit hole](https://github.com/davidlj95/ngx/pull/731). Seems all comes down when mapping source code using source maps via [`istanbul-lib-source-maps`](https://www.npmjs.com/package/istanbul-lib-source-maps) Seems the issue in...

Seems that [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material/) doesn't like HTML tables either. Markdown syntax introduced in there isn't rendered. You can check a (short living) example here: https://19acf12c.ngx-meta.pages.dev/api/ngx-meta/ I'd say same would...

Hi, thanks for your interest in the project. Basic TL;DR would be: serve those files where the email client will look for them with a PHP server + some DNS...

> I have read your description but didn't understand how can we generate the config script using these files. A TL;DR would be: for Thunderbird and Outlook, you have to...

Can reproduce it here too. After running `ng deploy`, this is the output after selecting a project + app to deploy: ``` Cannot find "deploy" target for the specified project....

FWIW this issue affecting pre-rendering (as commented in https://github.com/angular/angular/issues/16051#issuecomment-328241418) is happening on [angular.dev](https://angular.dev) right now For instance, visit https://angular.dev/tools/cli . The HTTP response is a 301 redirect to the same...