John Munson

Results 8 issues of John Munson

The docs state that `--use-workspaces` "enables integration with yarn workspaces". However, it makes no mention of npm. This is strange because npm also supports the concept of workspaces and is...

scope: package management

One of my favorite books on Typography is [Practical Typography](https://practicaltypography.com/) by Matthew Butterick. One of his highly recommended free fonts is [Charter](https://practicaltypography.com/charter.html). It would be awesome to see this font...

It would be best to mention the basic setup needed in the document https://github.com/leerob/nextjs-prism-markdown/blob/d8343632a9d9c3de017ce0cfb38b1a8ddc1088a2/components/Layout.js#L56

CQRS (but not necessarily CQS) typically implies that you [maintain a completely separate domain model for your Command side and your Query side](https://martinfowler.com/bliki/CQRS.html). With that in mind, this example seems...

Facebook offers an audience overlap tool, but it does not appear this same functionality is offered via the Marketing API. I feel this would be a very beneficial improvement.

In the book, the reader is instructed to create the `app.js` file... ``` elm make src/PhotoGroove.elm --output app.js ``` However, if the reader used [this snippet](https://github.com/rtfeldman/elm-in-action/blob/2.2.1/index.html), instead of manually writing...

Hey @lmatteis, I'm really digging this library. One question I have is why a person might choose this over the similar [xstateful](https://github.com/avaragado/xstateful) project. It seems to me that `redux-statecharts` is...

# Preamble (or, why this proposal?) AGENTS.md has achieved broad adoption, but many of its most important behaviors are currently implicit. Tool authors and end users rely on shared assumptions...