Christian Svensson
Christian Svensson
## Summary The types added to `global` by importing `'resize-observer-polyfill'` clash with Typescript's own typings for `ResizeObserver` in `lib.dom.d.ts`. This issue makes it very inconvenient to use this package. ```ts...
Hello, I read through the section ["Posting status back..."](https://github.com/happo/happo.io#posting-statuses-back-to-prscommits), but only Github is ever mentioned here. I can't see any documentation, or if it is possible to integrate with any...
Similarly to #155, I think this option was broken in ea4ec78352d8829742ae3e96b42944f96d0174e8, since no [option is ever passed to `browserstack-local` other than `key`](https://github.com/karma-runner/karma-browserstack-launcher/blob/master/index.js#L16-L20).
Hello! Thanks for creating this project. I did read the line (below) from the `README.md`, and feel free to close this issue if this is not in the scope. >...
Tries to improve the description for the `@deprecation` not on `FreshContext.data`. - Adds mention that async route component can replace `.data` usage - Adds links to `FreshContext.state´ and `AsyncRoute` Adds...
Hello! We're using `deployctl` do deploy a site from Gitlab CI. This works fine for production, where we know the URL ahead of time. But for a branch in a...
When running `deployctl deploy --project my-project main.ts` where previously printed lines cannot be replaced, `deployctl` will cause a lot of spam. As an example, when running this command on Gitlab...
### Problem description Deno Deploy cannot import JSON with `with` instead of `assert`. This is a bit of a footgun, because it may not be noticed with everything working locally....
### Describe the problem that you experienced When reading docs on `NgTemplateOutlet` on Angular.dev, I found that examples are missing [compared to Angular.io](https://v17.angular.io/api/common/NgTemplateOutlet). I'm not sure if this issue is...
Hello! ### Background In the vite package `vite-plugin-checker`, there is code that works in Node but fails in Deno `v2.0.0`. The error points to this line: ```js // /vite-plugin-checker/dist/esm/Checker.js:5:24 if...