nickchomey

Results 163 comments of nickchomey

FYI, Restic is working to implement compression on their repos, which will likely require a manual conversion. CyberPanel should probably take advantage of the compression, but will need to run...

@usmannasir I've also discovered that restic behaves very weird for restores and cannot be used for CyberPanel Incremental Backups as-is. **I recommend you remove it entirely from the next commit...

This restic PR should make it so that `restic restore` only replaces files that have changed https://github.com/restic/restic/pull/3425 But it won't delete files that aren't in the snapshot. This issue is...

@usmannasir We should strongly consider using Rustic, a Rust-based alternative to Restic, for incremental backups. It supports rclone, but also [does a _proper_ sync ](https://github.com/rustic-rs/rustic/issues/92 )(delete local files/directories that don't...

The method shared in this article seems to work quite well for creating a publicly accessible FastAPI endpoint from Colab. I'm only doing it for very brief periods to test...

I'd also like to be able to spell check a folder

@lifelistdev thanks for this. I get this error not on closing the popup, but on opening it. I found that if I just add ``` closeOnBgClick: true, closeBtnInside: false, showCloseBtn:...

I discovered that my problem was due to the element also having image. I had set the same class for both the img and elements, but the href was obviously...

Nevermind - this doesn't work. It fixes the problem at hand, but then breaks other things. The entire query mechansims for topics and replies are completely broken - they don't...

Here is a screen recording of the issue and fix. Please merge at your earliest convenience. https://user-images.githubusercontent.com/88559987/177055015-1ebcfb04-d0bd-4155-a89a-767d74c2e7fe.mp4