Oliver Marks

Results 26 issues of Oliver Marks

I keep hitting issues which are likely not boon specific but effect boon and likely others will hit this type of issue. Basically when using boon shortcuts I have defined...

Any chance you could add org mode support, basically similar to markdown so the same sort of rendering could be used, also import export from org would be nice for...

Love having the custom dashboard, but it seems to override my default bindings is there a way to stop is binding keys by default ? In particular I am using...

I have been looking at the code here https://github.com/metabase/toucan/blob/e8fbd6dde8452f72ae9adb1c8b1dd3ca757e3129/src/toucan/db.clj#L284 from what I can tell query does not take :params to pass in parameters ? or else I am not understanding...

@camsaul I have been trying to use transactions with toucan, however I noticed with test my transaction are not being rolled back. In my case i am running tests and...

Given this input where month and example are both submitted as strings. ``` curl -X 'POST' \ 'http://127.0.0.1:3000/math/plus' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "x":...

When i launch camcorder-record and select a filename it shows me the command it runs and says finished in the message bar. At this point emacs is not responsive it...

I am trying to submit a multipart upload with the following body, however the webserver seems to receive no GET POST or FILES content is that actually supported or am...

So I have setup devcards and I can access localhost:9500/cards.html and everything renders. how ever I am not getting the live reloading, when i edit the stat card changing the...

Not tried using a state management library, I have followed the examples and have everything working. What I do not get is how I reference state, so say I bring...