mjmare
mjmare
I agree, that's what I am doing now as a workaround in my application. However this is not a good reusable solution IMO. It requires the implementation of and/or coordination...
BTW FileDepot is just one backing store. Any other would probably fine as well.
The attachment reflects my (possibly muddled) thinking on the deflate/inflate/getter/setter stuff. [Neomodel FileProperty.graffle.pdf](https://github.com/robinedwards/neomodel/files/801157/Neomodel.FileProperty.graffle.pdf) I hope it illustrates why I think the getter/setter is necessery. Note that FD's file_id is a...
Sorry for the late reply. Indeed in an ideal world I'd be able to add an "attachment" property to a Neomodel class. E.g.: ``` class SomeClass(StructuredNode): my_attachment = AttachmentProperty(...) some_node...
> 1. Why uuid? Wouldn't the filename with respect to the root of the "store" be enough? In this way we "adopt" a file-system constraint rather than trying to create...
My usecase today was a situation where I had a cypher query that returned a list of nodes. Subsequently I'd like to do some adhoc filtering and sorting (since the...
I'm having similar problems on MacOS. When running my code in the debugger I see that the values for Window.left and Window.Top are passed as the **center** of the window!...
Sorry, don't know how to apply this change without a new release. I'm just a simple user.
My example is CSV only indeed. My workaround works but overriding a class just to provide the delimiter kwart felt a bit heavy handed.
Same here