vemv

Results 256 issues of vemv

Hi! Interesting project. Sorry if it sounds whimsical, but support for https://github.com/zyedidia/micro/blob/master/runtime/help/colors.md would rock. Btw Micro is a really nice and modern editor for 'one-off jobs', worth checking out. Cheers...

Hi there, I noticed there's no `:float`. `float?` is recognised, however. Probably it would be good to leave things symmetric relative to `:double`? My request is not esoteric as it...

enhancement

Hi there, in Malli 0.8.3 it was easier to implement custom Schema types. In 0.8.4, protocol extension effectively became a closed thing, since custom implementations would be omitted by `schema?`...

## Context / Problem statement Malli schemas, naturally, can be defined in terms of previously defined schemas, for example: ```clj (def foo [:map [:name :string]]) (def bar [:map [:foos [:vector...

Unrelated to https://github.com/metosin/malli/issues/125 ## Problem statement The current data notation for defining schemas can be considered pretty verbose: ```clj [:map {:closed true} [:y {:optional true} int?]] ``` It's not something...

for discussion

Hi! One thing which I've always wanted (but to be fair, have never checked if it was possible in the prior version of Figwheel) is how to `println` from plain...

https://github.com/clojure-emacs/orchard/blob/c0e24f71292f4fed8d4d8cf854a99e4a80cf6ee6/src/orchard/java.clj#L385 `11` isn't a special JDK and defaulting to it can mask issues (especially as we complete and enable enrich-classpath)

There are a few `:cljs` branches in our reader conditionals, but there isn't a cljs runner in our CI. This means an important hole in test coverage. (Thanks for spotting...

Hi! First to give a bit of context, I find myself writing something like the following in every other project: https://github.com/reducecombine/playground/blob/954104e2c673b8e9952c12c4d707dc946570a68c/src/playground/spec_utils.clj#L6-L12 i.e throw an expounded-powered runtime exception if `spec/valid?` fails....

enhancement

Hi, I'm trying to follow https://github.com/MacPass/MacPass/tree/cbb4cea9cfd697a97f800f51769fc619158ad4bf#how-to-build. I'm on M2. In `carthage bootstrap --platform macOS`, one step failed: ``` *** Checking out Sparkle at "1.27.1" *** Checking out HNHUi at "6.0"...