Noah Bogart

Results 113 issues of Noah Bogart

Hey friends, Sometimes I have a function schema where an argument can be one of many different schemas and I want the return value to match the input schema. From...

enhancement
for discussion

Found this via a [clojure.spec bug](https://clojure.atlassian.net/browse/CLJ-1941): **Cause:** Malli replaces var values with instrumented functions that will not work with primitive function interfaces (double and long) **Approach:** Take primitive interfaces into...

bug
help wanted

Hey friends, I've found a small difference between `[:sequential {:max 1} schema]` and `[:? schema]` when transformed with `malli.json-schema`: ```clojure (m.js/transform (m/schema [:map {:closed true} [:data [:? [:map {:closed true}...

enhancement

**Describe the bug** The `ns` macro can have an arbitrary number of `:require` (and `:use`, etc) forms inside of it. Clojure-lsp only organizes the first of each found. **To Reproduce**...

bug
API

**Is your feature request related to a problem? Please describe.** `jj rebase` requires a number of steps to properly resolve conflicts. When it is first run and a conflict is...

enhancement

Steps to reproduce ------------------ 1. Open a playlist with more tracks than can fit in the window. 2. scroll to the bottom 3. click-drag the last track so that it...

bug
UI
playlists

**Is your feature request related to a problem? Please describe.** When using `git`, if I create a new branch and say `git push`, some forges will send back messages that...

polish🪒🐃

## Description I'm on `main`, call `jj git fetch` which says, "Abandoned N commits which are no longer reachable.", then call `jj new main@origin` so I can start work on...

This test is failing, returning 200. I know yada isn't developed much anymore but should this be fixed? https://github.com/juxt/yada/blob/cc6cb7ff0d00775e2fb066a0c87e86a1c4d2aa66/test/yada/file_resource_test.clj#L51

If a var has tag metadata attached to the var symbol (not on the vector, as is the preferred method for return types in functions), it will be resolved when...