Stuart Mitchell

Results 15 issues of Stuart Mitchell

Consider the following at the repl ``` Lumo 1.10.1 ClojureScript 1.10.520 Node.js v11.13.0 Docs: (doc function-name-here) (find-doc "part-of-name-here") Source: (source function-name-here) Exit: Control+D or :cljs/quit or exit ccljs.user=> (macroexpand '(inc...

though the documentation says the following ``` one element for each column in the table. Must contain :id,:header-label,:row-label-fn,:width, and :height. ``` None of these are actually required, but if you...

The following code is not indented ``` (re-frame/reg-event-db ::let (fn-traced [db _] (let [a 10 b (+ a 20)] (+ a b) db))) ``` ![image](https://user-images.githubusercontent.com/738393/84096230-86e02500-aa55-11ea-92a2-bb10f686b0fa.png)

We created a situation where the Event Tab was showing trace for the "Last event", not the "current event". There was a one-event lag. An event handler written with an...

bug
size:large

Currently traced events can raise exceptions and still have their trace shown in the panel. However the Exception isn't displayed, and there is no visual indication that something went wrong...

enhancement

Currently when I wish to look at appdb and press ctrl-h I see the following ![Screenshot 2020-05-14 at 21 00 17](https://user-images.githubusercontent.com/738393/81915912-4a243800-9627-11ea-995c-db30aeaae144.png) The only way to get state is to trigger...

bug
size:large

Hi I really don't know how the test harness is setup but this code does work in practice, If I was to improve it I would make sure the try...

The default 500GB is far to large in my opinion and leads to large EBS charges. The new 8GB default should be enough for most workloads an matches what is...

Hi all @tkralphs I have managed to compile a multithreaded windows version from master for someone. It seems to have different commandline processing previously 2.10.3 this commandline would work ```...

Hi I have been finding that the basic-package example does not work as it should. I have found that the package_dir directive in setup.py_tmpl is incorrect. I have removed this...