Dustin Getz

Results 154 issues of Dustin Getz

This is a developer convenience for Rosie dev mode with synthetic fixtures where the login flow triggers a transaction and the db state gets cleared with each restart.

1. Fatal error: java.lang.Exception: Not supported: class clojure.core$map_QMARK___5397 Caused by loading admin namespace interactively then refresh, fixed with restart

This used to be allowed ... this is happening in server context traversal which doesn't even need to happen in new hfql. Workaround is to tighten up all lazy `any?...

This pattern keeps coming up, where the fiddle defn returns nil as it is simply a prompt that collects parameters for a transaction. Should the hf/tx be directly routable? ```clojure...

Route/spec stuff: * [x] hf/defaults args and ret should match the shape of the function fdef (e.g. s/cat) * [x] s/cat form should be canonical representation of routes internally *...

This is the easiest to talk about at least – the EDN matches the UI, it is a well-formed s-expression, the specs will pass, and you can edit it. Is...

![image](https://user-images.githubusercontent.com/124158/92670496-2970a400-f2e2-11ea-8bad-5c8640a031f4.png)

I think possible by quering the RT for the route not the CTX

This is only noticeable in Rosie which has big enough picklists. I believe this is an interaction between 3 things: the s/cat refactor, the picklist server io, and the automatic...