Mitchell Horning
Mitchell Horning
### What happened? A bug happened! See some discussion in the Clojurians Slack [here](https://clojurians-log.clojureverse.org/re-frame/2022-01-07/1641588962.004100). I've prepared a minimal example [here](https://github.com/eval-on-point/re-frame-10x-bundle-bug). ### 10x Version 1.2.1 ### Reagent Version 1.1.0 ### React...
The README notes: ```NOTE: this project is in maintencance mode, and looking for a new maintainer. ``` What is maintenance mode? What are the criteria for choosing a new maintainer?...
### Your environment Terraform Provider Version: 1.4.0 CLI Version: 2.24.0 OS: Linux Terraform Version: Terraform v1.6.4-dev ## What happened? Consider the following `main.tf`: ```terraform terraform { required_providers { onepassword =...
Hello, I am attempting to format `(assoc m k v k v)` as follows: ```clojure (assoc m k v k v) ``` However, I cannot seem to find any configuration...
Reagent has a non-standard element, `:>`, which is a shorthand for an internal function call on the next element in the vector. See [reagent/doc/InteropWithReact.md at master · reagent-project/reagent](https://github.com/reagent-project/reagent/blob/master/doc/InteropWithReact.md#creating-reagent-components-from-react-components) for the...
From the [changelog](https://github.com/kkinnear/zprint/blob/fb8eb227382679164d0ed1598446a3f8f25965cf/CHANGELOG.md#changed-13): > {:map {:lift-ns? false}} -- the default for :map :lift-ns? was changed to false from true, largely because formatting deps.edn files looks ugly when the :mvn is...
### Thank you for the bug report - [x] I am using the latest version of `lsp-mode` related packages. - [x] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [x] You...
Given the following `flake.nix`: ``` { inputs.pre-commit-hooks.url = "github:cachix/git-hooks.nix"; outputs = { self, nixpkgs, ... }@inputs: let supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; in...
Given this `example-openapi.yaml`: ```yaml openapi: "3.0.1" info: components: parameters: offsetParam: # {:summary "Gets a list of users.", ;; :parameters {{:k :offset} Int, {:k :limit} (default Int 20)}, ;; :returns {200...
Hello! Thanks for the great project. I am interested in using a version of monger with #226 merged in. Is there anything in the way of pushing a 3.6.1 release...