Damien Biasotto
Damien Biasotto
I stumbled upon the following article: https://andywhite.xyz/posts/2021-01-28-rte-react/ It does show towards the end, how to use fp-ts with React, it could be a starting point? NB: Beware, it's main focus...
@tmotyl @rvelhote When I was using Magento (4-5 years ago) I was using the following plugin to address this issue: https://github.com/mklooss/Loewenstark_UrlIndexer.
I'm not using Spacemacs (for now) but I fixed this behaviour by advising some magit functions: https://gist.github.com/damien-biasotto/b26f47bdfc7a8a7c76107e2160f57591 And now if you're checking out or creating a branch, the git modeline...
As a proof of concept : https://github.com/damien-biasotto/spf13-vim (branch feature/unite) What I Didn't do: Check for keybindings conflict Update read me Test it (i do not have spf13 @ work) Please...
Since outline can list all methods it's almost a replacement (attributes are not displayed). Thanks everyone for the feedback I will update my PR as soon as possible.
I recently recheck the branch I will take a look about vimfiler and apply John tyree feedback along this week.
Better late than never : This module is deprecated, obsolete and you better find an alternative but if you have no choice you can read below : Unfortunately there are...
@qazer2687 I couldn't find an easy way to override the `linux-asahi` `src` attribute (overrideAttrs is not available). So I created a fork and changed the kernel tag there. And I...
What about using `TableBuilder.specificType()`?
> @damien-biasotto > I think you misunderstand the proposed feature. `.specificType` allows us to access the server's datatypes that Knex is not aware of. The proposed feature gives developers a...