Gabriel Grinberg

Results 12 issues of Gabriel Grinberg

Hey, I'm trying to create a schema for an object that has a `code` property, a `path` property, or both. But not none, and that no other key exists by...

Hey, There's a small twitch in the tooltip's tip when it is opened (also recreates in the playground): ![react tip](https://user-images.githubusercontent.com/3727015/27516555-e936a33a-59c4-11e7-9c29-cf23406fdb8a.gif) As you can see, the tip moves a few pixels...

bug
priority / high

Hi I'm testing a component that uses react-popover inside it. For testing, we're using mocha and jsdom, but initializing jsdom only in the scope of the test, something along these...

feature

`loadFlow` receives a string that isn't type-safe, leading to possible annoying errors such as typos or `loadFlow` not failing when .flyde files were moved around (#112 ?) Also, adding type...

enhancement
good first issue
priority: high

Better infrastructure around releasing is needed. Right now Flyde has no change log, which sucks. Also, all packages' patch versions are bumped on each push to main, even when they...

documentation
enhancement
help wanted
priority: high

The docs' last iteration had a good tutorial on how to get started - https://github.com/flydelabs/flyde/blob/ffacb30e5454cac92a4433acf28ca9c93998679c/website/docs/Tutorials/hello-world-with-flyde/index.md and needs to be re-written

documentation
good first issue
priority: high

One of the major problems with visual tools is the need to constantly move nodes around to make everything readable. Although I believe manual tweaks might be needed, Flyde should...

enhancement

Macro nodes are a powerful tool for node authors and must be documented https://www.flyde.dev/docs/custom-nodes/#macro-nodes

documentation
help wanted

Write a tutorial that covers how to do: - loops - conditionals

documentation
good first issue
help wanted