Paul Mestemaker

Results 15 comments of Paul Mestemaker

I'm running into this now as well. Still an issue on Chrome 55 ... but works just fine on Firefox 50.1.0. Turns out this is a known issue in how...

My team uses pdf.js from Mozilla to get the metadata. Here is an example that uses pdf.js to get the total count of pages: https://github.com/mozilla/pdf.js/blob/master/examples/node/getinfo.js

FWIW, I've migrated all of my projects to Jest and have been very happy.

@CoderSpinoza I think it all depends on how many tests you have to convert, how much can be done with a codemod, and if you have any other tools in...

I like this suggestion. One thing to note, though, is that while this is possible with Postgres, it may not be supported on other popular RDBMS platforms.

Looks like MySQL just started supporting [Atomic DDL in 8.0](https://dev.mysql.com/doc/refman/8.0/en/atomic-ddl.html). 👍

It seems like this fork https://github.com/julianhille/muhammarajs at least builds with Node v14 and does not show a warning. I have no affiliation with the project or author. So I don't...

Seems like this is a fork that has more traction and is more actively maintained: https://github.com/staylor/react-helmet-async

https://github.com/pouchdb/pouchdb/pull/8513 has been merged. The fix should be in the next version of PouchDB.

> @maximerety One thing that would help get this merged is having a unit test in the PR. Could you look at adding that, than I can help get this...