jetchirag

Results 62 comments of jetchirag

@akubuzz API is still accessible but I think they are now serving cache

I'd like to pick this. I'm still researching how we can pass env across the platforms. Do you have pointers?

What would be the optimial approach for fetching Borg Passphrase? Should I reuse https://github.com/borgbase/vorta/blob/1f1278270df5dd452ffaa3646912f2520387a9c7/src/vorta/borg/borg_job.py#L154-L186

Oh I missed this one. I think this would go well next to action button related to repo but others may have different preference. ![image](https://github.com/borgbase/vorta/assets/15169678/b7549443-99e9-4683-b0dc-ad6b7e293142)

This module is still supported but currently I am not using CyberPanel actively so reliant on bug reports by users.

@CptGibbon Are you on dev branch? It was renamed, I'm using [5.3.0](https://github.com/jemalloc/jemalloc/releases/tag/5.3.0). Btw to update on progress, I'm currently working on parsing rtree which stores extent metadata, will add a...

> > Are you on dev branch? > > I'm on the `jemalloc_1` branch that this PR is based on. > > EDIT: Oh I guess you meant dev branch...

@CptGibbon Added prefixes to command, and also installation script. Also pushed some WIP code for rtree parsing.

So I have removed the old commands and added proper class for generating memory mapping by jemalloc. There are lots of todos, I'll be adding one or two classes for...

@CptGibbon I think now we have something which resembles `malloc_chunk` and `heap` command which is the primary goal. The structure's still not there yet and tests aren't done but it...