Marius Wilms

Results 46 comments of Marius Wilms

Just had a deeper look into the issue. Wouldn't disabling autoCreate here, lead to none of the connections having schema caching enabled?

Sorry for not getting back earlier. Yes, there's no obvious bug fix here, that can be applied to just this repo's code. Looks like we need to dig deeper and...

Let's add this to the WebServers section of the manual. Configuration files are already piling up in the framework repo. https://github.com/UnionOfRAD/manual/blob/master/01_installation/03_web_servers.md What d'you think?

I see the value in that, there are many bytes going over the wire for "just" the document. I'm unsure if we want to do that with custom MIME types,...

I've rebased this onto `user-components`, and can merge this once that branch is merged.

Test now don't pass but run. Please note that they don't pass as there is an issue in user-components that makes the tests fail. It should be adressed there.

> The back or front end? I’d gotten the front end running with react-scripts. We can just roll our own jest config though. I stand corrected it's an issue introduced...

I've fixed the failing test in user-components, the commit that introduced the issue here belonged there. As user-components is where we got rid of the necessity of supporting react nodes...

Last remaining bit here is fixing esbuild config to support data:image URLs in CSS, or finding a workaround for that.

Also fixed that, all done, waiting for user-components to merge, or additional reviews that block this PR.