nodes icon indicating copy to clipboard operation
nodes copied to clipboard

same nodes, new digs

Results 29 nodes issues
Sort by recently updated
recently updated
newest added

The 3rd party sign in button will apparently just sign people up if they attempt to sign in with their google accounts without actually having a NodePen account yet. Dislike.

Renaming of components or grouping with names would be helpful to organize code

gh-compute is able to handle Flatten List, but something on the app can't handle the response removed ahead of launch, but maybe this is a sign? we shouldn't be flattening...

bug

When creating a 'delete' wire with touch input (but, interestingly, not with a mouse), it will delete and then immediately re-add the wire. Thinking this was a regression made in...

bug

I went to https://github.com/cdriesler/nodepen/tree/main/app and ran `yarn dev` I get an error $ next dev /bin/sh: next: command not found

documentation

Bumps [@speckle/viewer](https://github.com/specklesystems/speckle-server/tree/HEAD/packages/viewer) from 2.17.16 to 2.18.14. Release notes Sourced from @​speckle/viewer's releases. 2.18.14 What's Changed feat(fe2): project tabs synced w/ URL + various hydration mismatch fixes by @​fabis94 in specklesystems/speckle-server#2149...

dependencies
javascript

Bumps [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three) from 0.136.1 to 0.162.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/three&package-manager=npm_and_yarn&previous-version=0.136.1&new-version=0.162.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.28 to 20.11.30. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.28&new-version=20.11.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

The callback caches container div dimensions on creation, but it should update these values when the window resizes.

bug
@nodepen/nodes
javascript

Due to how NodePen graph .json is serialized to Grasshopper documents, any user-set values on nodes will supersede values from sources. This is not expected behavior and should happen the...

bug
@nodepen/converters
gh