-
`:GHDashboard` gives me this error after entering my username/password. Not sure if I entered the wrong password or something, but any subsequent attempts to invoke do not ask for the password, and gi…
-
The current FixSurveyedLocale data script does not process SurveyedLocales (data points) for which for which `surveyGroupId` is missing (which is not the same as `== null`). We need to change the data…
-
-
When creating new objects on the client we need to allow the user to fabricate ids until they can be supplied real ids by the server. The solution needs to work regardless of where the user has decide…
-
In reagent you can return the render function instead of directly returning the component description.[1](https://github.com/Day8/re-frame/wiki/Creating-Reagent-Components#form-2--a-function-returning…
-
given this query:
``` clj
[{:scheduler/selected-items [
{:scheduler/selected-placement [
{:placement/selected-booking [:db/id]}]}]}]
```
and a reader
``` clj
(defmethod read :scheduler…
-
Hi @sgrove,
I'm excited about playing around with dato — seems like the future. I've got it running, but had a few problems along the way. After I cloned, I tried to run figwheel and got:
```
dato/ …
-
This just feels like SQL all over again where you have to do string concatenation rather than building real data structures to talk to a server. Using a data format (or formats) would be far friendlie…
-
Getting the JavaScript error `Uncaught ReferenceError: ReactDOM is not defined` for any call to `js/ReactDOM.render` as of [org.omcljs/om "1.0.0-alpha11"]
I recently upgraded my project dependencies …
-
I think we could gain a lot by moving as much as possible into the browser.
Making the server part as lightweight as possible.
A server part would only be required for evaluating code and saving file…
ghost updated
9 years ago