Petrus Theron

Results 50 comments of Petrus Theron

Not to be a bother, but any idea who I can hound about this? It's a real pain to redeploy sites to a different region because you have to wait...

Forms are better than lines, but then why is the schema line-centric? I guess `[x y]` coords are convenient for text editor rendering.

Won't the exception be thrown asynchronously? Could you show me a simple example of how to catch a write exception that could be caused by either a permission error, or...

Yes, otherwise I can't tell the user if a particular action (like a form submit that triggers a write) failed and if they need to retry. Or maybe the write...

Would it be possible to work around the global session issue by loading a ClojureScript namespace at runtime in a fresh ClojureScript context? So that rules are loaded in a...

Realized I can do this by moving my calls to Carmine into functions and mocking those functions.

@dundalek I get the feeling most Closh expressions will fit on one line, while making it easy to refer to symbols loaded from watched *.cljs files in the current &...

@dundalek Paredit/Parinfer are only effective when parens are balanced, otherwise which tree structure is being navigated/mutated? Hence top commands are the balancing paredit-open-*/*-kill commands. (If only I could get back...