robertIsaac
robertIsaac
@alan-agius4 why do you mark the frequently of this issue as low, a lot of people depend on the cicd to catch the unit test errors, specially when you have...
> same here, I would be happy to beta-test this. +1
> So your goal is to retrieve information on many different languages and you have docs which are either in english, spanish or german aso.. > > i didn't work...
> The issue is that you are trying to use an ES Module lib but you are running protractor with CommonJS which does not support it. I had the same...
in https://github.com/angular/angularfire/blob/master/src/core.ts#L4 ```ts import { isSupported as isRemoteConfigSupported } from 'firebase/remote-config'; import { isSupported as isMessagingSupported } from 'firebase/messaging'; import { isSupported as isAnalyticsSupported } from 'firebase/analytics'; ``` this is...
@davideast for the `app-check` the problem is in this kind of import inside almost every module https://github.com/angular/angularfire/blob/master/src/auth/auth.module.ts#L63 is there a way to fix it? I'm thinking to move it to...
we are using nx not ng, and it doesn't have production in the configuration for serve can you give me the list of the configuration that I should change? FYI...
> Below is the configuration for server in production > > ``` > "serve": { > "builder": "@angular-devkit/build-angular:dev-server", > "configurations": { > "production": { > "buildTarget": "
here is a reproduce for the problem https://github.com/robertIsaac/jspdf-autotable-error-reprod on `ng serve` and `ng serve --configuration production` it show **function** which is expected but if you run `ng b` then `npx...
beside the new feature, should I open a bug for that here or in esbuild? or is it working as expected with esbuild?