Gareth Latty

Results 61 comments of Gareth Latty

Sounds like a good source, and [the API](https://cast.clrtd.com/api) is set up to mimic CardCast's, so it should be pretty simple to port across the old CardCast code to their site....

Also worth looking at [the old code from when CardCast was up](https://github.com/Lattyware/massivedecks/blob/c44159255b616645831416a7d55e592035eef8e7/server/src/ts/games/cards/sources/cardcast.ts), as it was working with that format so a lot of it should be reusable.

Not sure what caused this, unfortunately. If anyone runs into this again, could you give more information about what you were doing that caused this?

Thanks for the report, I'll take a look when I get a chance.

I think it's useful to have tooling for working with old formats, if nothing else, it helps support archival projects and history keeping, which is valuable, so I'll definitely take...

As I don't have any macOS devices, maintaining this would be awkward for me to do. I'd be happy for someone in the community to maintain a package, of course...

As a heads up, we are consuming JSON Against Humanity data as a part of [Massive Decks](https://github.com/Lattyware/massivedecks), and have a repository of custom decks people make in [Many Decks](https://github.com/Lattyware/manydecks/). Our...

I'd like to note this is a really important bug to fix for my uses. One of the core benefits of CSS is that style can be swapped out without...

As noted in https://github.com/Lattyware/elm-fontawesome-generator/issues/4 this is now a blocking issue for [`elm-fontawesome`](https://package.elm-lang.org/packages/lattyware/elm-fontawesome/latest/). Custom properties can't simply be replaced with Elm code as suggested elsewhere. Given this seems like a small...

> > Turns out there is already a PR that fixes this as well - [elm/virtual-dom#127](https://github.com/elm/virtual-dom/pull/127) > > Seeing as there is a fix, can we apply some "persuasion" to...