Jan Buschtöns

Results 336 comments of Jan Buschtöns

I just hit this as well in Ember `3.14.3`, but I doubt that `latest` has fixed the bug. I believe that this is related to #12169. I also believe that...

Just got bitten by the exact behavior described by @mehulkar. I'd also prefer that all properties / methods dealing with URLs always use the absolute URL, including the `rootURL`. Is...

I think the extra scenarios laid out by @mehulkar and @xg-wang are worthwhile considering for future iterations, but would unnecessarily increase the scope of what could essentially be a bug...

> it would break our code of prepending rootURL in some cases. Can you give an example? Are you referring to the proposed changes to `transitionTo(url)` / `replaceWith(url)` or to...

I've published [`ember-routing-utils`](https://github.com/buschtoens/ember-routing-utils) in the meantime, which includes `removeRootURL(url)` and `prefixRootURL(url)` methods.

I want to second this request. In my case I was trying to set up a simple rule matching by `document_type`, only to find out from the logs that paperless-ngx...

I submitted a PR exposing `content` in `match` and `validation_rule`: https://github.com/jgillula/paperless-ngx-postprocessor/pull/38

Cross-posting https://github.com/emberjs/ember.js/issues/11563#issuecomment-718878401: > I just hit this as well in Ember `3.14.3`, but I doubt that `latest` has fixed the bug. I believe that this is related to #12169. >...

What I find weird, is that it used to work before. But yeah, possibly related. ☺️

Sorry, I just noticed, that my demo isn't actually demonstrating the issue I'm having. > Hoisting is a feature that was added to fix external dependencies that you don't have...