Ayoub Oudmane
Ayoub Oudmane
I deployed this in a server, and I also deployed an [ipsec vpn server](https://github.com/hwdsl2/docker-ipsec-vpn-server) When I connect to the VPN, and use 172.17.0.1 a DNS server, the dns server works...
I tried to use this package in a project but I get this error: ``block.getChildKeys is not a function`` I cloned this repository, and run storybook, it works, but When...
I've downloaded `test_data_01.xlsx` from Google Sheet, and faced this bug. ``` for itn in range(self.storage.config.train_iteration): TypeError: 'float' object cannot be interpreted as an integer ``` I'm not sure why exactly...
I encountered a weird bug with `useUser`, status is `success` in the start, I went down a rabbit hole just to realize that v4.2.3 fixes the bug but it is...
This make is possible to use this package on a browser extension or NodeJS
In v2, `cors` param on `https.onCall` should accept `cors.CorsOptions` object like on `v1`, the frontend app keeps sending check for CORS (OPTIONS) before every request because there isn't no maxAge...