SHND
SHND
Instead of sentence: > Given a type A, all endomorphisms defined on A are a monoid isn't it more correct to say: > Given a type A, all endomorphisms defined...
I understand this is a translation from another repo, but from the text I couldn't fully understand what code properties mean. We have below in the text: > In functional...
Looking at the code for `concatAll` for [Magma here](https://github.com/gcanti/fp-ts/blob/60250b9de118d4939374368ca1be665bac871769/src/Magma.ts#L74-L90), is it correct to define `concatAll` for Magma? This is how it is implemented right now in fp-ts: ```ts export const...
I'm installing the **itypescript** in **jupyter/base-notebook** docker container. It seems that it is failing in compiling phase: ``` root@cab675b6394b:~# npm install -g --unsafe-perm itypescript /home/node/.npm-global/bin/its -> /home/node/.npm-global/lib/node_modules/itypescript/bin/itypescript.js /home/node/.npm-global/bin/itskernel -> /home/node/.npm-global/lib/node_modules/itypescript/lib/kernel.js...
### Problem: users (developer using window colors) may not like to change the root_directory_name but is forced to see a theme that they hate. ### Proposing an idea: Since it...
Hello, and thank you for all the great resources you've gathered in your Repository, I didn't know about couple of them and it was pretty helpful to me. I have...
I'm trying to add tags to my tests and run them separately. using the ``` plugins { id 'com.github.maiflai.scalatest' version '0.25' // or '0.31' or '0.32' } dependencies { testCompile...
I'm pretty new to this awesome app, just wondering since everything is being kept in `~/.kit`, should we give it a permission `700` so only the user has access to...
# Bug The message text is not being passed to the custom message components. # Test I didn't have the setup to test this, can someone try check. This should...