Will Heslam
Will Heslam
This provides a way to lift a semigroup into a monoid via an alternative... think of it like a generalised version of `Option`'s `getMonoid`, except it applies to any `Alternative`....
Hello! eslint-plugin-react is an amazing plugin - it catches so many problems that I consider it indispensable :) Recently on a large-ish project I noticed some of the rules running...
**maplibre-gl-js version**: 2.1.9 **browser**: Chrome 100.0.4896.127 on OSX ### Steps to Trigger Behavior Certain lng lat coordinates, with certain zoom settings, e.g. ``` { style: 'https://api.maptiler.com/maps/basic/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL' center: [4.908376, 52.366014], zoom:...
My cypress/run CI job is currently failing due to > Directory (/home/circleci/project) you are trying to checkout to is not empty and not a git repository because the following steps...
Fantastic project, really made a lot of otherwise slightly scary TS much more bulletproof. :) I tried updating a medium-sized project to a version of this plugin post https://github.com/danielnixon/eslint-plugin-total-functions/issues/128 and...