Ray McDermott

Results 29 comments of Ray McDermott

Any news @AlexWheeler? Was it harder than it looked or did things just get busy [no guilt implied]?

👍🏻 Even getting rid of the warnings would be preferable to the current visual noise levels.

As a hack I add this to the end of the table definition ```clojure (when (not (empty? @selected-item)) (my-modal @selected-item)) ``` It's still not quite what I want as I...

Is the design working out as expected?

I have made a nicer workaround where I create a "View" button for each row which `:on-click` dispatches the index of the current row of the table data to an...

https://github.com/babashka/scittle/pull/38

I would also appreciate a configuration option. I'm trying to put some syntax colour on Clojure forms, like this: ```clojure (pr-str (map hickory/as-hiccup (hickory/parse-fragment (highlight-html edn-form)))) ``` Parsing a form...

Great! There's no hurry :) In the spirit of reducing your workload, can I do anything to move it forward independently? PS. I have signed the RHCA

Here is a gist of the way I have it working now https://gist.github.com/raymcdermott/1f38ec455df433b96da789a70a4dd346

The obvious downside is that it calls out to external services. Maybe the httpclient function and discovery endpoints could be passed in as parameters to `jwt-discovery-info`