Lennart

Results 132 comments of Lennart

You'll want to update the tests, currently it fails on this: ```shell Error: expect(received).toHaveLength(expected) Expected length: 2 Received length: 4 Received array: [{"localFile": {"id": 0}}, {"localFile": {"id": 1}}, {"localFile": {"id":...

Were you able to figure it out yourself or do you need guidance?

Hi! It's "kinda" working as intended as I only think that inline code should be used with the `text` label. It doesn't need special syntax highlighting or labels as it...

I'm slowly moving over all starters to themes: https://github.com/LekoArts/gatsby-themes Hence I won't do any work here anymore but you can expect the converted theme to have preview functionality. Can't promise...

Ok, thanks! I'll tell users to use this version until it's in a stable version then (when they can more reliably reproduce this).

We had to pin lmdb (https://github.com/gatsbyjs/gatsby/pull/35397) so our own tests didn't run this version yet. (cc @pieh)

We need to update https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/schema/graphql-engine/lmdb-bundling-patch.ts first for the new binary loading -- but that's on us.

`gatsby@next` now uses lmdb 2.3.10 so going forward we should get better error logs and will post them here 👍

The CircleCI tests in https://github.com/gatsbyjs/gatsby/pull/35724 seem to consistently fail on `MDB_BAD_RSLOT: Invalid reuse of reader locktable slot: The reader lock pid 0, txn -1, doesn't match env pid 523` -...

I was OOO for a week, but I'll update the PR to 2.5.2 now and let you know how it goes :)