sceee

Results 52 comments of sceee
trafficstars

@anrolmar try to use ``` declare module 'node_modules/bootstrap-vue-next/dist/src/types' { ``` instead - you misspelled `node_modules`.

Hi @taeold , thanks, lazy initialization may be an option, at least theoretically it seems a promising workaround even though it introduces more complexity to the code that was not...

Hi @MarkDuckworth I'm on Firebase CLI `13.2.1`. The environment variable values are configured the following way just to be sure - even though I think they should anyway automatically be...

Hi @MarkDuckworth yeah, I already tried using `127.0.0.1:4400` instead of `localhost:4400` but that did not make any difference. I can also confirm I see these logs: ``` i emulators: Disabling...

@MarkDuckworth well, after more tests, it seems it probably works as intended, but the call to `http://localhost:4400/functions/enableBackgroundTriggers` is just taking long (longer than my test timeout) causing timeouts when being...

@dmurvihill thanks, that'll be great, maybe we'll get them together to a state ready for a PR. Would it make sense to commit them to a separate branch so I...

@dmurvihill thank you very much, I will have a look at it. Regarding automated tests for typedefs, I have little experience so I will have to see if I can...

@FBuervenich great, thank you very much! Seems I missed this one or it was not available back when I created this feature request. I'll close this one, thanks!

Thanks @IAMtheIAM, your hint solved it for me. I was having the issue with `methods` that called vuex actions - and I thought initially the error might be in the...

Actually, my `tsconfig.json` looks like this: ```json "include": [ "env.d.ts", "shims-bootstrap-vue.d.ts", "src/**/*", "src/**/*.vue", ... ], ``` so I have indeed included `"src/**/*.vue"`. I'm not sure if you @thebanjomatic encountered this...