Jonathan Leonard

Results 24 issues of Jonathan Leonard

Add graphql-type-lang-compiler.

Hi, Does there exist a Python -> hy converter? If not, how difficult would it be to create? I’d imagine that the project would get a lot more adoption with...

feature

``` (defn phrase-all [context spec val] (some->> (s/explain-data spec val) ::s/problems (mapv (partial phrase.alpha/phrase context)))) ```

Have you considered using the recent cljs.main + deps.edn capabilities to avoid the dependency on lumo?

## Expected behavior CIDER starts and works properly with CLJS over tramp. ## Actual behavior CIDER does not start properly (with either 0.21.1 or 0.22.1 of nrepl) and the following...

bug
good first issue

Due to `background-image` being marked `!important` in the `media` section of re-com.css, all attempts to style this control via stylesheets with a custom image for the dropdown arrow are failing....

styling

The "modern" auto-disappearing scrollbars which one gets for free on Chrome on Mac OS X (for example) are preferred by most [modern] users. Is it possible to make hijacking that...

styling
PR request

Hi, It seems like this function would be good to apply to all styles coming into re-com (as it doesn't seem to be the sort of thing that everyone will...

Between separate runs of my tests, I'm seeing them execute in a different order although the default execution order for JUnit is purported to be "deterministic but not predictable". Any...

e.g., ``` let checkerArgs = CheckerArguments(replay: .none, maxAllowableSuccessfulTests: 200, maxAllowableDiscardedTests: 0, maxTestCaseSize: 1000) ``` i've tried a bunch of different values for `maxAllowableSuccessfulTests` and `maxTestCaseSize` yet my property body only...