Results 18 comments of Wiktor Plaga

I have also tried using `add_runtime_dependency` with no avail

While trying to understand this problem I found the badly designed catch-all code here: _node_modules/@strapi/utils/lib/sanitize/visitors/remove-restricted-relations.js_, in the `hasAccessToSomeScopes` function: ``` const hasAccessToSomeScopes = async (scopes, auth) => { for (const...

I'm getting the same error, with different reason: > Error: dev/hix-bg failed to create kubernetes rest client for update of resource: Get "http://localhost/api?timeout=32s": dial tcp 127.0.0.1:80: connect: connection refused

Yes, setting `load_config_file = false` solved this.

+1 ua: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0" Result: ``` { "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0", "browser": { "name": "Firefox",...

I don't believe there will be, there are > 50 open issues and no update in the last 5 years.

``` await navigator.userAgentData.getHighEntropyValues(['architecture']) ``` Firefox: Chrome: ![image](https://user-images.githubusercontent.com/16985871/226861624-3a32de15-45a7-4246-a22a-a3bbeee310fd.png) Safari: ![image](https://user-images.githubusercontent.com/16985871/226861803-a65de613-1882-444b-8e37-3dba50c00f1e.png)

@zegl please lmk if this is up for grabs, or if not what's the timeline

@ArturT @shadre is this going to get merged? Do you guys still maintain this repo, or should I fork and use my own?