grafito icon indicating copy to clipboard operation
grafito copied to clipboard

Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo

Results 14 grafito issues
Sort by recently updated
recently updated
newest added

The CI builds have to use the latest build system of Arturo (*right now, it still keeps looking for the `./install` script, which is obviously not there anymore)

bug

If you haven't heard of [Grist](https://github.com/gristlabs/grist-core/ ) yet, I can only advice to take a look at. It's getting closer and closer to my vision of a simple DB for...

Just saw [Metabase](https://github.com/metabase/metabase#features ) and thought it might provide some [inspiration](https://www.metabase.com/docs/latest/users-guide/ ) for Grafito :wink:. Feel free to close this for lack of actionable items (it's meant only as a...

enhancement
wontfix

Check if dropdowns in modal dialogs work properly there is an issue with Bulma & overflows for modal dialogs https://github.com/arturo-lang/grafito/blob/82615a4aea835ea7ef9be48598b9fcb2c8050e3b/ui/styles/app.less#L1190 ```less } } // TODO(UI style) Check if dropdowns in...

bug
ui
todo

Fields appearing empty after closing modal mainly the Name field; weird... https://github.com/arturo-lang/grafito/blob/82615a4aea835ea7ef9be48598b9fcb2c8050e3b/ui/scripts/app.js#L606 ```javascript this.modal.mode = "edit"; this.modal.accept.button = "Save"; // TODO(edit node) Fields appearing empty after closing modal // mainly...

bug
ui
todo

Verify it's working properly in all cases To check & re-visit https://github.com/arturo-lang/grafito/blob/82615a4aea835ea7ef9be48598b9fcb2c8050e3b/ui/scripts/app.js#L363 ```javascript } }, // TODO(expandNodeNeighbors) Verify it's working properly in all cases // To check & re-visit expandNodeNeighbors(nodeId=null){...

todo

Right now, the **release** workflow (trigger when pushing a `vX.Y.Z` tag) crashes: https://github.com/arturo-lang/grafito/actions/runs/6754948182/job/18362925758 And the reason is it actually tries to pack - yes, there are calls to `./package` which...

bug
cleanup
workflows

@drkameleon: you wrote: ["That being said, you're more than welcome to post all issues you come across, related to... anything." ](https://github.com/arturo-lang/arturo/issues/1276) =>Therefore ;-) : When i run "docker run -it...

bug
3rd party

**For example:** https://discord.com/channels/765519132186640445/831551548605595698/1159615247020200028

enhancement
engine
ui

As of the [latest PR](https://github.com/arturo-lang/grafito/pull/38), we can actually set properties for edges and create relevant queries. However, the capabilities are not the same. For example, we can do: ```red person...

bug
engine
core functions