Michael "Mike" Ferris

Results 50 comments of Michael "Mike" Ferris
trafficstars

You could export the sheet using the "export" button then copy the content of the .txt file

I moved maestro to `c:\maestro` and it worked it tries to set an env variable `set CLASSPATH=` which is just way too long

I've long updated to scss and bootstrap 5, would be possible to look into this

I've finally got around to publish the library to npm https://github.com/Cellule/npc-generator https://www.npmjs.com/package/npc-generator

> yarn remove is-alphanumerical yarn add is-alphanumerical This seems to be the only reliable way to actually update a dependency. I realized today that we were stuck on a `1.0.0`...

Just to mention that I really like that you went with the regex approach. I've just hit a bug in production where I mistakenly thought that `parseISO` would only parse...

While I didn't dig much in this particular issue for apollo-client, I suspect the proper fix will have to look like the one made to apollo-server https://github.com/apollographql/apollo-server/pull/7614 Apollo-server was already...

I have a patch that I've been running with for years now. I was never sure how to make this configurable or bring it back upstream... In my case I...

To update snapshots you have 2 options, wait on #234 Or simpler, temporarily downgrade pretter to v2, update the snapshot then revert prettier back to v3

I don't have any particular issue, but I'd expect the CHANGELOG.md file to reflect the changes included in the new version to make it easier to evaluate the nature and...