jackcrane
jackcrane
I am attempting to install electron-vibrancy, and when I build, I am getting the following: ``` C:\electron\quick start\electron-vibrancy>npm install > [email protected] install C:\electron\quick start\electron-vibrancy > node-gyp rebuild C:\electron\quick start\electron-vibrancy>if not...
I read the guide on the website and other issues and could not find anyone else having this issue and/or references to it. I am able to save and load...
It would be nice to be able to create a port that accepts "any" datatype. Use case could be a "toString" block that converts anything to a string.
I have my pages organized by chapter numbers, some exemplified below ``` 8.4.1: Some words [...] 9.5.2: Some more words [...] 10.1.0: Another words ``` They should be in that...
Hi, I am trying to build a "debug" node that just renders whatever is passed into it using a React component placed on the node. ChatGPT gave a decent suggestion...
https://github.com/jackcrane/data/tree/master/editor I have built out the above application using context as specified in `editor/src/App.js`, but it computes as undefined. I am struggling to find any documentation on how to actually...
When I launch a tour, then close out of it again, if I click the button to launch it again, nothing happens. https://github.com/jackcrane/eventpilot-v3/blob/289683bcbb790ed89234938e06b45e845048ee89/app/components/tourManager/TourManager.jsx Any guidance would be appreciated. I really...