Kovas Palunas
Kovas Palunas
### Feature already in Vim? No ### Feature description Allow multiple terminals to connect to a single nvim process, each acting as a "window". This is primarily so that I...
In chrome, when you search for something using "ctrl-f", yellow ticks appear showing where the search results lie on the page. It would be cool if this scrollbar showed the...
I was just setting up a new system and installing packages with paq. One thing I noticed was that in order to install everything I would have to repeatedly run...
Sometimes when using Conjure the documentation feature (using `K` over a symbol to retrieve its documentation) doesn't give me any information besides just the name of the symbol. All other...
I'm using [oz](https://github.com/metasoarous/oz) in my CLJS project and have been getting `shadow.js.shim.module$vega_embed is not a function` errors when I try to render plots with `oz.core/vega-lite` ever since [switching to webpack](https://github.com/thheller/shadow-cljs/issues/981#issuecomment-1036778067)....
I'm looking for a way to encode a homogeneous map that needs specific keys in malli. For example, ``` {:id 1 :data1 1.0 :data2 1.0 ...} ``` In this example,...
Beyond the examples in the main README, I'm confused about what properties I can supply to a schema and what they do when it comes to validating against that schema....
Is there a way to assign a schema to a `def` like we can for [`defn`](https://github.com/metosin/malli/blob/master/docs/function-schemas.md#defn-checking)? For example: ``` (def the-meaning-of-life {:malli/schema :int} 42) ```
I'm interested in calculating a p-value for a correlation that I'm calculating using [`kixi.stats.core/correlation`](https://github.com/MastodonC/kixi.stats/blob/7dbc5fd7873e9a4dc9ddb7a8b8da1d04935a8701/src/kixi/stats/core.cljc#L324). I'm curious if a function to do this already exists in this library, or if functions...
Anyone know of a way to get vim to complete from past "inserts"? For example, if i go into insert mode, make a change, then go into insert mode again,...