mariovde-IIO

Results 8 comments of mariovde-IIO

@jan-wagenaar These queries are made in the graphql playground from gatsby. So that's how the queries need to be build...I guess? There is no other way to get those slug/title/description...

@gzhanghui actually happy to see I'm not the only one :)

@jan-wagenaar if you are dealing with a large dataset, that is indeed not a solid solution... This needs to be addressed to the core-team, imo...

It's for a page, off course, but gatsby node api needs the same query as far as I know...

That could work yes... create a clone of the nodes[0].data array and the custom logic would be to find the current node again in the cloned array, use that data...

adding the &transparent=0 to the iframe url worked for me too in Safari. That's the trade-off then...

The model can be found in this repo: https://github.com/drcmda/floating-shoe

I figured it out! the wallnodelinks should be seen as this: for example : [1, [4, 5]], draw a line (wall) from the coordinates of item with id 1 from...