fatadel
fatadel
My js code contains emojies. But when minifying, they are swapped with '?' sign.
The method `verify_token` - https://github.com/firebase/firebase-admin-python/blob/6d826fd15c87db62f7501f569b6e0a762d17a05e/firebase_admin/_token_gen.py#L392 - has an additional parameter called `clock_skew_in_seconds` - https://github.com/googleapis/google-auth-library-python/blob/87cd2455aca96ac3fbc4a8b2f8e4c0bba568a70b/google/oauth2/id_token.py#L114. However, it is not possible to provide this parameter when verifying ID tokens - https://github.com/firebase/firebase-admin-python/blob/6d826fd15c87db62f7501f569b6e0a762d17a05e/firebase_admin/auth.py#L194 I...
I have the Flutter plugin installed with IDEA. I've tried adding its Hot Reload (All Devices) and Hot Restart (All Devices) buttons to the Touch Bar of my Mac but...
The `got` package before 11.8.5 and 12.1.0 for Node.js allows a redirect to a UNIX socket. Dependency chain: `vue-cli-plugin-electron-builder => electron-builder => update-notifier => latest-version => package-json => got`.
Sorry for that but I am explicitly duplicating the issue (https://github.com/dart-lang/http/issues/422) since it is indeed very important from my perspective but still has not got any response from the package...
First of all, thanks a lot for the package! Second of all, I have a small concern. It's very likely that asking for notification permissions is a part of an...
According to the [Thing Description specification](https://www.w3.org/TR/wot-thing-description) it is possible to create a set of security definitions under `securityDefinitions` field and refer to them in the `security` field. However, this kind...
I suggest using this issue to keep track of all the work being done to make the library compliant with the W3C WoT specifications. @agmangas Could you please create a...
I've found an issue while working on #11. Any URL with a trailing slash leads to 404 Not Found. However, `http://127.0.0.1:9090/my-thing` and `http://127.0.0.1:9090/my-thing/` must be the same URL. This can...
node-wot approach: Create Thing and expose it within the following URL: `scheme://ip-address:port/thing-title`, e.g. `http://127.0.0.1:8080/Smart-Coffee-Machine` which looks pretty concise. --- wot-py approach: Create Thing and expose it within the following URL:...