Derek Burgman
Derek Burgman
I'm running into an issue where the emulators aren't shutting down properly. Right now since the emulators don't support hot reloading I'm running the following within a docker container: `find...
I put together a working temporary solution for my docker containers that allows the local computer to act as the https://firebase-public.firebaseio.com/cli.json host using NGINX and some self-signed certificates. https://github.com/dereekb/dbx-components/commit/68321092395a01dd50ef6df57b02ca03839b91d7#diff-23f0ced0bdffb0a4b687d03d94e637a7bd0f60de6af348231efcb23ef260a805 It's...
Ok, this merge isn't complete yet. There is a usage of Angular Universal for a demo that I'm not sure how it is used or if it is still used....
The typings didn't change too much. Luckily this library just passes through the typings instead of uses them extensively and got to avoid all the mongoose typings shenanigans like typegoose's...
> Can you send an npm package? You can replace your "nestjs-typegoose" entry with this in your package.json to pull from my branch that has the build/dist available within it....
I ran across this issue while debugging something similar related to matMenuTrigger, but my issue was calling an async function outside of the Angular zone. What fixed it for me...
More info here: https://github.com/mapbox/mapbox-gl-js/issues/12164
Ok, and I see the [actual package.json](https://github.com/vdolek/angular-resize-event/blob/master/projects/angular-resize-event/package.json) has the 12-
I just ran into a test where I was getting "fail() is undefined" and had assumed all this time that fail worked like it used to since it exists in...
Looks like there are two other issues that are related to this: #4547 #9645 I'm going to take a stab at a PR that will add a field to a...