RobIsHere

Results 20 issues of RobIsHere

The config key keycloak-web.redirect_url should accept a route key, not an url. With an url a possible $url->forceRootUrl(config('app.url')); is not taken into account, so this results also in a wrong...

The error "module is undefined" at module.hot checks in DebugEngine shows up. After some reading I'm just getting more confused about that. - The webpack 5 docs suggest that it...

https://github.com/arenoir/ember-cli-deploy-rsync/blob/master/index.js#L32 Current error message: ``` - rsync: change_dir "/root/projects/xyz//undefined" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183)...

I don't see a way to use URL params from redux. Could you please give some hints or best practice information? Especially: - How can I call Urls with params...

The scrolling does not feel like the native scrolling but rather sluggish if you open it in Safari on iOS. Reproduction: your demo page.

⠋ Loading StrapiDEBUG: Detected Strapi version 4.24.3 for interface building Destination folder /opt/app/src/types-of-api

Validation should be done with a simple Regex because it fails also for folders that just begin with "api..." like "src/api-types" Comparison with startsWith is not specific enough here if...

It looks like this Bug impacts thousands of users. This link here https://stackoverflow.com/questions/69781536/no-permission-to-see-this-field-in-strapi has been viewed 5k times according to bing search! That means many people have this problem or...

issue: bug
severity: medium
source: core:admin
status: pending reproduction

I've seen all the other issues and double checked that "strict": true is in my tsconfig.json "typescript": "^4.9.5" with up to date create react app setup This Works as part...

`module.exports = global.DOMPurify = global.DOMPurify || resolveDOMPurify();` Just a thought about security: if anyone is able to install his do-nothing function somehow like global.DOMPurify = (content, opts) => content he...