Steve (Gadget) Barnes
Steve (Gadget) Barnes
Can I renew my suggestion of reverting the current pushes and instead putting a "name spaced" selection of the examples in a subdirectory for any users that are interested?
Will do - it will be a few days as I have a lot on at the moment.
My main concern is on the memory file system it would be possible to crash the system if, e.g. you have 16 GB of RAM and try to write 20...
If you are trying to isolate a test case that _might_ have run-away file usage being able to set a limit would be very handy.
The thing that is currently missing is the facility to set a hard limit on the size. I would like to be able to do something like: ``` Import fs...
Actually thinking about it setting a maximum **writable** quota for other all file systems, and ignoring the possibilities of: 1. The actual file system may not have the space available...
If there were a simple to use continue or start-from mechanism documented this would allow a work-around.
Since API returns a flag (_`hasNextPage`_) to say that there is more data including this in the response along with the `endCursor` and adding a `--startfrom` option could potentially allow...
There is an _hopefully_ in progress feature request to enable this [here](https://gitlab.com/inkscape/inkscape/-/issues/2307) and a partial implementation in a [merge request](https://gitlab.com/inkscape/inkscape/-/merge_requests/1994) that looks to have been merged into release 1.2 -...
Many thanks to @yilei for implementing this!