Marc Schipperheyn

Results 130 comments of Marc Schipperheyn

I finally got it. I have been dumb, but it is an easy one to trip over if you don't use you brain. You have use the `isGraphQlErrorResult` (or some...

Another suggestion is documentation on how to handle T_id style ids in testing. Bc they are leading to not found results for me. Ids are stored as numbers `1,2,3` in...

Documentation improvements: Add fields to existing types Some aspects on adding custom fields to existing domain objects are not clear in the documentation: Context: I want to add an avatar...

Yeah, this is not the behaviour I would expect from "named parameters".

> This feels very specific to me, and doesn't strike me as general-purpose API that would be widely used. Solving this with `.preprocess` is exactly what I'd recommend here. It...

Async validation is mostly not needed, until it is. Handling async validation in onSubmit looks conceptually.bad. Maybe offer an asyncValidate key that gets hooked in before onSubmit as part of...

I ended up going for a solution where I overrode the classes in a central css file. Works also. Not quite as elegant. Styling the contents is not an option...

I have implemented this based on an adapted version of a reconnection library. I can send this if ibterestibg. Only thing g I still need to do is deal with...

@soroushm That has a tendency to create a lot of problems and we are experiencing them. Primarily, when back leads to the same page being reloaded. Is this perhaps already...

It's starting to really suck that this is not fixed yet. It's an otherwise great tool but no-one can accept a tooltip that's offset to point to the wrong item,...