Alexander KIRILOV
Alexander KIRILOV
I am having the same issue. I tested my expression on http://jsonpath.herokuapp.com/ and it worked fine there, but whenever I run it in my javascript it returns an empty list....
Hello, I tried to enable debug logs as described in the tutorial https://restic.readthedocs.io/en/latest/090_participating.html After building locally the problem seems to disappear and my backups are correctly uploaded. Here is the...
Hello @MichaelEischer, this morning everything works fine with both official release and compiled version. I will contact my cloud provider (OVH) to see if the problem is related to their...
Hello, @MichaelEischer I found where the error is comming from. I am using OVH Cloud Archive which is the equivalent of S3 glacier. When uplading files they are in "frozen"...
Hello and thank you for this great project ! When can the here-mentioned PR be merged ? Can I help somehow with it ?
@aawsome I have tested your code with OVH Cloud Archive (cold storage) and both backup and restore worked well. The only drawback was that the first restore failed since cold...
@aawsome all of this looks awesome good job ! Isn't the current PR merge-able already ?
@zeldigas It seems that many PRs are not merged. Is there any particular reason for this ? Is the project dead ? I would be very happy to use callouts...
I think if feasible, icons can be a nice feature. +1 from me :)
Hello @hasanbalci, thank you for your answer. I ended up writing the function as you suggested. (Written in typescript) ``` export const expandParentsRecursively = (cy: Core, api: any, node: any,...