Tom Locke

Results 18 issues of Tom Locke

On a fresh install I was getting invalid CSRF errors when submitting the login form. It turned out `config.generate_csrf_token` was nil, and addict was rendering a blank value in the...

Imagine a stock portfolio app where a user has_many companies. Say I want to list the value of a user's portfolio broken down by company. I could add a method...

associations

In the time-travel debugger, it's east to inspect simple values, but with more complex values I often find myself wanting to call methods (e.g. `.toJSON()`) to see what's going on...

feature request

### Desired Behaviour When starting an interactive repl, check for the presence of something like `.ts-node-repl.ts` in the working directory. If present, run the script at startup. The behaviour should...

I notice the old :nrepl-port options is not there in figwheel-main. Is nREPL supported? I got Cursive integration going in no time with the current docs, but right now the...

Since this looks like it will be the future of figwheel, it would be great to have a `+figwheel-main` in addition to the current `+figwheel`, for those like me, struggling...

For example: ``` $ pegjs syntax.pegjs Unexpected token | ```

feature
task

Since the addition of the heads-up display, we can keep our attention on the browser window and not the terminal. However, one thing that is missing is some indication that...

With apologies for opening an issue to ask a question, is there any reason sente would/wouldn't work in a Datomic Ions server environment? The complication is that with Ions, browsers...

input welcome
question/usage

I have a lot of core.async in my (CLJS) app. I guess spec + core.async is a very big topic, and at some point the Clojure community will probably come...