Wes Morgan

Results 47 issues of Wes Morgan

When backing up my Consul kv store, I get lots (but not all) folders dumped as `null` values like this: ``` json [ "my-folder/", 0, null ], [ "top-level-folder/nested-folder/", 0,...

bug

This package claims it can be used to stage chunks, but I can find no documentation nor UI options for doing so.

We're using this to serve a small JS webapp from S3. Its Javascript code uses a few query parameters, but when we append those to our requests, it results in...

I added `core/runtime-env` to better support graalvm native-image (where `core/env` reflects the compile time environment). Since it's a delay you just deref it: ```clojure (require '[environ.core :as environ]) @environ/runtime-env ```...

I often import modules of library dependencies when something I'm working on needs changes in both an internal library and one of its consumers. These are usually pulled by git...

This is probably a known issue / hard to fix, but reporting just in case since I didn't see it in the list: When you load a babashka pod and...

If you start typing e.g. `(:import (java.time Zon` and then Cursive suggests `ZonedDateTime` as an autocompletion and you hit enter, you end up with this: `(:import (java.time ZonedDateTime ZonedDateTime))`. This...

When I run `rake db:setup` in a Rails 4 project, I get a "Couldn't create database for..." error. [database.yml](https://gist.github.com/cap10morgan/ac85b8935d9c11e3a2fc) NOTE: I need to use the `adapter: jdbc` syntax because it's...

mysql

I tried using this with [planck](http://planck-repl.org) after installing it to my local Maven repo and then running: `planck -D aero:1.1.2` (Planck REPL starts up) ``` cljs.user=> (require '[aero.core :as aero])...

Keeping track of new tools releases would be much simpler if there were an RSS feed available on that page that was just new releases. I looked into adding that...

backlog