Daniel Gasienica

Results 54 comments of Daniel Gasienica

@FiftyThree uses **sharp** on our [Mix](https://mix.fiftythree.com/) backend to pyramid (resize) our user image uploads into different resolutions as well as compositing PNGs onto different background colors (hence #94). We previously...

Turns out to support links in the ``, we’d also have to extend the `` tag to be a `display: block` element, incl. various style changes, so the click target...

@adfretlink Thank you for documenting the workaround using `{-# OPTIONS_GHC -fomit-interface-pragmas #-}`. I had to use this + globally disabling optimizations using `stack build --ghc-options='-O0'` to have it pass on...

> Do you know of a guide for git tagging? Sorry, not too familiar with it. Absolutely! Depending on whether you prefer `git` CLI or GitHub UI, you can use...

> For the literal, are you not able to literally use a literal? :-) Ha, indeed — thanks! Just fixed it: https://github.com/zoomhub/zoomhub/pull/131/commits/ab9ae0b4c8616b6d15ac149c6556a61aaa68374e#diff-ed4a782deea6e05bcc7afab1fab4ec8dR345 I have a feeling there are other things...

Awesome — thanks for the tip! You’re right, none of my migrations need `IO`. I simply never came across `manipDefinition`. This commit outlines the change: https://github.com/zoomhub/zoomhub/commit/504f57b779e8852feda6bdfbe7ed12a76be5e0cc Re: naming of `manipDefinition`....

> Absolutely, the endomorphisms in any category always form a monoid and that should be true in Haskell too. Sounds cool. I don’t understand category theory yet but thanks for...

I would have liked Slack too but apparently it’s not well suited for communities, e.g. 100 people limit, awkward invite system, etc. I’ll look into other options, ideally ones that...

@echatav D’oh! I just realized the answer has been staring me in the face. GitHub (recently?) added a ‘Discussions’ feature, seen in the tab navigation above: https://github.com/morphismtech/squeal/discussions ![image](https://user-images.githubusercontent.com/49583/110629717-81457600-8172-11eb-940e-7e27a78d0770.png) Can we...

Looks like they added it in December: https://github.blog/changelog/2020-12-08-github-discussions-now-available-as-a-public-beta/ Re: GitHub actions. Funny that you bring that up: I ran into OOM errors on CircleCI as described here: https://github.com/morphismtech/squeal/issues/82#issuecomment-787214644 I tried...