Carlo Nucera
Carlo Nucera
This change extends the third arity of `malli.core/-instrument` so that it optionally accepts the metadata of the old function. That metadata is passed downstream to the `report` function. This new...
## Expected and Actual behavior Consider this file in an appropriate project: ```clojure (ns omicron.core (:require [clojure.repl :as repl])) (defn foo [a] (inc a)) (repl/source omicron.core/foo) ``` I would expect...
Sometimes we have DSLs that use some classes of symbols independently from var definition. One example could be using the [meander](https://github.com/noprompt/meander) library:  or any other library that describes queries...
Here's the result of `sudo ./isw -cp MSI_ADDRESS_DEFAULT`. It seems subtly different from the other MS prestige posted in the issue. I'm unsure how to get the number under which...
Hi, I'm starting to use `outshine` when writing haskell, and there is this minor annoyance: the classic format for exportable documentation (like docstrings) in haskell is a comment line followed...
Hi, on top of my file I had the language options: ``` haskell {-# LANGUAGE DataKinds, FlexibleContexts #-} {-# LANGUAGE OverloadedLabels, ScopedTypeVariables, TypeFamilies #-} {-# LANGUAGE TypeOperators, UndecidableInstances #-} ```...
In the current version of `specter`, if I transform `ALL` of a string I get the reversed order of characters: ```clojure (specter/transform specter/ALL identity "123") ;; => (\3 \2 \1)...
## Description ## The main aim of this sprint is translating a [mock roles page](https://vacationlabs.github.io/haskell-webapps/ui-mockups/roles.html#) and the related [role edit page](https://vacationlabs.github.io/haskell-webapps/ui-mockups/role-edit.html), trying to develop approaches that scale for the problem...
Please if you have any suggestion add them below
It would be great to have a simple solution for haskell folding. The current solution, based on indentation, has many of the problems already highlighted in the `python` issue. Is...