Brett Rowberry
Brett Rowberry
> Autocomplete. Static analysis is much simpler and much more reliable than requiring an always-live connection to the working app. I've been a Calva (and Clojure) user for about a...
[nREPL](https://nrepl.org/nrepl/usage/server.html) can use filesystem sockets to boost performance. Does Clojure-Sublimed understand these?
I noticed that this way of specifying schema properties works: ```clojure (def A [string? {:decode/string (constantly "string") :decode/json (constantly "json")}]) (malli.core/decode A "" malli.transform/string-transformer) ;; => "string" (malli.core/decode A ""...
I'm just getting started with Malli, and I really like it! There is something I can't figure out. Consider this schema: ```clojure (def Schema [:map [:x boolean?] [:y {:optional true}...
🐛 [BUG]
## Your Environment - `mas version`: 1.8.6 - macOS version (`system_profiler SPSoftwareDataType -detailLevel mini`): 12.2.1 ### mas Install Method - [x] `brew install mas` (homebrew-core) ## Describe the Bug Can't...
Would it make sense for there to be a `femto upgrade` that basically calls `dotnet paket upgrade && yarn upgrade`?
There is an unresolved comment from https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/pull/91 about working with Visual Studio's Solution Explorer that wasn't addressed. I plan to address it in a coming PR.
F# Interactive `#help` shows these options: #r "file.dll";; Reference (dynamically load) the given DLL #I "path";; Add the given search path for referenced DLLs #load "file.fs" ...;; Load the given...