Marc MacLeod

Results 100 comments of Marc MacLeod

@yuletide had a moment to look at the logs - seems like Heroku decided to upgrade postgres to v12, which is causing this error: https://stackoverflow.com/questions/58763542/pginvalidparametervalue-error-invalid-value-for-parameter-client-min-messag From what I can tell...

Yeah it's the same issue - issue connecting with the PG DB

Hi folks, apologies for the delay here. Spent a good chunk of this weekend just trying to get things working locally - went 7 years with no downtime, revisiting after...

@UberMouse Hmm I'm not seeing this issue. I'll write some tests for it. Which timezone are you using?

Hey guys, I'm not able to replicate this on any of my computers, but I suspect it's a time zone issue in the browser - specifically with the moment library....

Something like the below in `utils.ts` (perhaps exposed as an option rather than always running) would probably do the trick: ```js return packageJsonKeys .map((key) => { if (!packageJson[key]) return [];...

Hi, I've created a simple example so you can reproduce the issue. The repo is here: https://github.com/marbemac/ember-auth-test/tree/master Instructions to run it are in the readme. It's just a basic expressjs...

Hi Kevin, very exciting that "move" is on your radar! I understand you're focused on moving ranges within a Y.Array in this PR - is re-parenting ala https://discuss.yjs.dev/t/moving-elements-in-lists/92/14 in the...

In case it's helpful, we use a custom webpack config + the `generate-package-json-webpack-plugin` plugin, which has proven more robust than `nx` implementation in our testing. Our `webpack.config.js` looks something like...