Greg Sexton
Greg Sexton
> Is the whole implementation in https://github.com/gregsexton/gql/blob/master/src/sqlgen/core.clj? Yes it is; my choice of lisp was tactical - it makes it super quick and easy to throw together DSLs like this....
One other thing I should definitely mention is that my language is really an embedded DSL. So I get a full programming language too around it. This isn't often useful...
read-only is only really useful for server-side virtual views.
Put the point on the brace you want to fold. There are commands that can help with this, such as origami-forward-fold.
I have something like this bound to a key, does this work? ``` (lambda nil (interactive) (or (call-interactively 'origami-backward-fold-same-level) (call-interactively 'origami-previous-fold))) ```
I figure this is the right fix rather than updating at the end. It makes sense that within a txn you would be able to read the effect of a...
> might be worth adding a mechanism to make sure the update was called whenever the context was modified? Already on my todo list. This isn't the first time we've...
> local sequence number test failure looks legitimate, though -- I guess that logic relies on the context not updating within a transaction. Yeah was relying on the gen sym...
Bear with me here, I do plan to look at this.
And just one other thing: we don't have any logging in the production side. So on the server it's SqlTailer.sk and on the client it's the combination of update and...