Oliver Hine
Oliver Hine
Hi, Thanks for your kind words. What nesting is used in the components - is `localdate` inside an object called `time`, or is it called `time~1localdate`? If the former then...
Hi, You should call `re-graph/destroy` when you have finished with it. I wouldn't expect it to hang forever without this though. Which http client are you using, hato (default) or...
Yes I realised when I replied that destroy is undocumented, I have added that. I will try to replicate your issue, in the meantime are you able to take a...
Closing this as no update, please let me know if you still face issues. Cheers
Was able to reproduce and found this non-daemon thread preventing shutdown: ``` "pool-2-thread-1" #16 prio=5 os_prio=0 cpu=235.02ms elapsed=41.72s tid=0x00007f11524f3000 nid=0x67fb4 waiting on condition [0x00007f11251fc000] java.lang.Thread.State: WAITING (parking) at jdk.internal.misc.Unsafe.park([email protected]/Native Method)...
Hi @lowecg, Well done! This would probably be a great contribution to re-frame-test - if they accept it then could update martian to use it. If not then I'm also...
Hi @lowecg Did you get a chance to discuss this with the re-frame-test maintainers? I could open an issue and point them to this thread if not. Cheers
Following the other thread - let's see what happens there
Hi, It was hosted on free dynos on Heroku which are now no longer available. I plan to run it on a VPS soon but haven't had time to do...
Hi, Try `bootstrap-openapi` for openapi definitions. Cheers