Grady Simon
Grady Simon
I'm using regl in an environment that has enabled [Trusted Types](https://web.dev/trusted-types/) (fortunately in "Report Only" mode for now). It reports on [this line in `codegen.js`](https://github.com/regl-project/regl/blob/3de86bf154b4634d53b365f83f0223aa09143f3d/lib/util/codegen.js#L169), where a function is constructed...
Feature request: allow the user to pass an `HTMLCanvasElement` rather than a container element to the `Scene` constructor. This is useful in environments like Angular where it's more cumbersome to...
It looks like `regl` triggers Trusted Types errors at [this line](https://github.com/regl-project/regl/blob/3de86bf154b4634d53b365f83f0223aa09143f3d/lib/util/codegen.js#L169). Since I'm in a "Report Only" environment, I see this error in the console, but it does allow the...
Hey there, I'm using emacs-ycmd in Spacemacs for C++. When in a C++ file, every time I move the cursor, I see `deferred error : (void-function ycmd-semantic-completer-available-p)` printed to the...