Max Waterman
Max Waterman
I'm not sure what the alternative is for the `exclude` option. I was looking for a way to turn it off altogether, and presumed `terser: false` would work, but it...
I have an ISP that is primarily email but also has file storage, and I thought I would use that because I had previously used their (s)ftp server to access...
anyone have a workaround?
Hi, coming back to this issue...can you explain why width/height shouldn't be saved out to node metadata? We're using the-graph as the foundation of another editor and we want to...
I don't quite get what you mean by 'read in'. Our editor can save and read graphs to/from fbp files, and it seems to reproduce the previous state perfectly well....
OK, but could I suggest that it shouldn't ignore it, and does actually export it as metadata? This would allow us to more easily implement project save/open functionality, which is...
there doesn't seem to be any check to see if the new id is actually already used...did I miss something, or are we assuming duplicate random numbers are so unlikely...
IMO, the values should be integers as soon as they're read (this sort of error could happen anywhere, no just in findMinMax()), and the fix should go into fbp parser...surely,...
I should add that there is also an issue with the fbp parser where it lower-cases the port names, and that causes the ports to be duplicated. Why would it...
Is it viable to make a test app for things that require oauth and/or secrets/etc? I'm still finding it quite confusing, tbh, not least because client app (eg chrome app/extensions)...