Rodrigo Passos
Rodrigo Passos
I would like to not load the extension at all, unless platformio.ini is present @ the root of the project folder.
Yes! That package can contain "Create New Platformio Project", that would create the project structure with the platformio.ino file in it. That would make atom much lighter. Other settings for...
If you need testing on this, let me know 👍
I am still having the same issue on a different project 🤷🏻♂️
What's the best course of action here? Can I submit a PR for it?
Hi @andris-sevcenko, I would like to help with some code. I am a pretty decente js/ts developer, how can I help? Do you have a process/setup in place that you...
Just tested locally and with `gatsby-starter-minimal` and it works. The reason this particular issue is significant is because when writing queries in Gatsby that would work both at build and...
Spoken too early. All the assets types and interfaces lost `localFile` and when I consolo.log `iface` I get `undefined` at: https://github.com/craftcms/gatsby-source-craft/blob/69a00d7139879034b24c3f4bde4325fd0dd8ac17/gatsby-node.js#L408
Sent pull request https://github.com/craftcms/gatsby-source-craft/pull/60
If you are looking for Craft's Asset id, use `remoteId` or `id: remoteId` instead. I personally use `uid` instead everywhere.