Paul Draper
Paul Draper
The goal of bazel-deps is "consume Maven from Bazel". *Language* Buts lots of ecosystems besides just Java use Maven: Java, Scala, Kotlin, Closure, Groovy, JRuby, etc. Each has its own...
The last meaningful commit was made Oct 2019, and there are multiple significant confirmed issues (#233 #234) and an PR without comment (#175). Please reply/close if this project is still...
It appears that the npm package @angular-contrib/common does not list @angular-contrib/core as as dependency, but it should.
ngNoHost https://github.com/pauldraper/angular-nohost-stack-error ``` ng serve ``` http://localhost:4200/ works. http://localhost:4200/?prod has the error: ``` core.js:9110 ERROR RangeError: Maximum call stack size exceeded at InterceptingRenderer.renderer.childNodes (angular-contrib-core.js:1574) at InterceptingRenderer.renderer.childNodes (angular-contrib-core.js:1574) at InterceptingRenderer.renderer.childNodes (angular-contrib-core.js:1574)...
Fixes #174
The repo has the MIT license, but package.json does not list it.
It doesn't appear the the instructions on https://github.com/trotyl/angular-contrib/tree/master/projects/common/src/ng-no-host for adding `host: { '[attr.ngNoHost]': '' }` works. Whereas adding `host: { ngNoHost: '' }` does work.
I don't see any performance numbers so I thought I'd throw this up as reference. **No validation:** ```sql CREATE TABLE test ( json jsonb NOT NULL ); ``` ```sql INSERT...
Similar to #45 but with tests. Depends on https://github.com/djrobstep/schemainspect/pull/65
Similar to #14 but with tests