Maurício Szabo
Maurício Szabo
**Describe the bug** Getting doc for var for `s/defn`, for example, returns `#object[clojure.lang.Namespace 0xd57d6de1 "schema.core"]/defn`
### Describe the bug I want to use SolidJS in an Electron. Using `require('solid-js/web').isServer` returns `true`, which means I can't use `render` and other web-related code. I can work-around by...
Hi, based on this issue: https://github.com/metosin/malli/issues/474 I was trying to do something similar. In my case, I have some conflicting info: for example, if I chose a specific type of...
* **Electron-Builder Version**: 23.2.0 * **Node Version**: v14.17.1 * **Electron Version**: 12.2.3 * **Electron Type (current, beta, nightly)**: current (old) * **Target**: Linux I need to generate a `package.json` with...
I know this can span to multiple features and maybe it's a bit complicated (I'm willing to help work on it if it sounds interesting for the team), but I...
Sometimes, the interpretation of which should we run becomes confused. For instance: ```clojure ; Will try to find a file named "temp" in current dir: >> (let [temp "/tmp"] (sh-str...
As the title says, it would be great if autocomplete would complete abbreviations, aliases, etc when pressing tab.
I was thinking about doing some experiments on GUI-based NeoVim implementations, and I was thinking if you do have somekind of "webview" API similar to NyaoVim (https://github.com/rhysd/NyaoVim#ui-plugin-examples, for example). If...
Hi, I'm using Nomnoml to experiment things on the Atom editor, and one killer feature for me would be to be able to export `` links in SVG - this...
When I add a schema like: ```ruby optional = Dry::Schema.JSON do required(:a).maybe do hash do required(:b).filled.type(:string) required(:c).filled.type(:integer) end end end ``` When I try to validate with: ```ruby optional.call({a: {b:...