Livio Brunner
Livio Brunner
I'm seeing it with FF 87.0 (latest) on Windows. It doesn't seem to happen on Linux (Ubuntu 20.04) or Android (both also latest available).
Guestbook
Heyo 👋 Sign my guestbook by leaving a comment here! Code of Conduct - No harassment - No sexual language - No politics - No (self-)promotion - Be decent Comments...
https://github.com/MrAlexand0r/WindowsErrror.js
In our case some internal sites disallow outdated versions of browsers due to security. The affected sites returned 403 in these cases. I was able to monkey patch that in...
At the moment MLC requires you to use a HTML comment to disable link checks. Unfortunately, in [mdx v1 HTML comments are not valid](https://github.com/mdx-js/mdx/issues/1042). In MDX it could look like...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Given the following Diagram: ```mermaid graph TD; AppModule((AppModule))-->CatModule((CatModule)) AppModule-->AppService_A>AppService] AppModule-->foo_A>provide: 'Foo',...
## I'm submitting a... [ ] Regression [ ] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
This PR re-uses PR #595 and rebases with the upstream master. All credit goes to [mediavrog](https://github.com/mediavrog) In addition `var`-variables were changed to `const` in order to stay consistent with the...