Stf-F
Stf-F
Same problem here with node `v16.13.1` and `[email protected]`. ```javascript const rruleOne = "DTSTART;TZID=Europe/London:20220822T060500\n" + "RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO;UNTIL=99991230T000000"; const ruleOne = RRule.fromString(rruleOne); const dates = ruleOne.between( new Date( Date.UTC( new Date().getFullYear(), new Date().getMonth(),...
Hi Team, I am also interested in being able to setup the module with AppSync and more specifically with the `COGNITO_USER_POOLS` auth type. Currently @decebal workaround works great for the...
Hi @posva , having done a bit of digging and testing the issue comes from here: https://github.com/vuejs/vuefire/blob/2e81d21420637a711574c1820c7170c331dda57c/packages/nuxt/src/runtime/auth/api.session-verification.ts#L30 If that were replaced with something along the lines of: ```typescript const tenantManager...
The issue still exists in `4.46.1` and the fix is the same as before: adding environment variables in the Amplify Console.
Currently facing this issue as well and I believe that this started failing after the creation of several aliases. None of my .env files are being read in the emulator,...
I am a bit confused by what's available or not. I came across [date-fns-tz-v3](https://www.npmjs.com/package/date-fns-tz-v3) and hoped that it would address the issues mentioned here. But it didn't. I still had...
Got the same here.
Same issue here. Downgrading to stripe 11.6 does the trick.
> This is just a suggestion for mac users. You can install firebase-cli using brew. That fixed this issue for me. Same here. First tried to delete the cache located...
Same here. However, manually updating `/recognise-everything/ram/models/bert.py` imports from: ```python from transformers.modeling_utils import ( PreTrainedModel, apply_chunking_to_forward, find_pruneable_heads_and_indices, prune_linear_layer, ) ``` to ```python from transformers.modeling_utils import ( PreTrainedModel, ) from transformers.pytorch_utils import...