Martin Klepsch
Martin Klepsch
`start-process-shell-command` uses the users shell to start the given command. As syntax in Fish shell is slightly different `(symon-darwin--maybe-start-process)` doesn't work when `$SHELL` is Fish. Maybe an easy solution to...
Maybe I was the only one but I'd suggest to add a small note to the animation documentation that JS based animations can be just as good (and better) than...
The `address` column in the `users` table should never contain an empty string `""`. You can create new migrations using `lein migratus create enforce-non-blank-address`. This probably also requires some changes...
 It's probably not necessary to show all these digits but it's tricky because the significance of fractions varies from currency to currency. (E.g. 0.05ETH are $30 while...
Currently we send bounties and claims separately which led to issues like #432. Similar to how claims are injected into `owner-bounties` (see code below) we should include claims with the...
#### Problem The infrastructure we're currently running on is mostly undocumented and spread across multiple clouds. This makes it hard for us to troubleshoot problems or make adjustments. #### Solution...
Just creating a list of things that might be worth doing or at least considering: - Integrate [cljs-devtools](https://github.com/binaryage/cljs-devtools) - Switch to [shadow-cljs](https://github.com/thheller/shadow-cljs) — Figwheel is nice but as far as...
[Metabase](https://metabase.com/) seems like it could be pretty useful for extracting metrics from our data in Postgres. Note that there are two ways of doing metrics: 1. Track events; derive some...
### User Story As a developer, I want to work with production data to see if my interface and other changes work correctly with the actual data. At the same...
Leiningen comes with `lein check` which allows for easy checking of any reflection in Clojure namespaces on the classpath. This isn't very straightforward with boot and would be a nice...