Oskar Danielsson

Results 23 comments of Oskar Danielsson

Any progress on this? I want to disable it to debug a bug that doesn't happen in local development mode for some reason

> @OskarD All debuggable issues are fixed. Others did not provide any information. I'm probably doing something wrong, but with 12.2.3 and this config: ``` swcMinify: false, compress: false ```...

> Is it really related to swc minifier? > > ``` > swcMinify: false, > ``` > > Is this typo? Sorry, I thought this thread was for disabling minifying....

I'm guessing the test will fail with something like this: > Expecting: to be equal to: but was not. But I don't understand why? Why does the ID suddenly have...

> Looking good. Is there an edge case where just `/foo` (ie context) is routed thru zuul? Maybe test that and see what happens. It seems to be working, although...

Why is codecov/project failing? When I click details I get "Unable to find report content in the storage archive."

@spencergibb will this be merged?

I think something went wrong in my set-up. I re-did everything and didn't get this error anymore. I am getting this, however: `"status": 400, "title": "Bad Request", "detail": "Request could...

I am getting the first error again... It's because JsonApiTrait uses the action() helper on line 74. Is it supposed to do this? I change it to this and I...