Paul
Paul
I have a typescript Svelte component that makes use of moment.JS, importing like so: `import moment from "moment` It works with my rollup compilation and development server flawlessly. However, when...
This plugin does not work on webpack applications. After doing some testing and looking into the source code of this project, Prism themselves say that this is because you should...
When uploading ssh data, we should be able to sync the known_hosts file so that known hosts can be saved across different machines. details: support storing and writing known_hosts expose...
It would be highly desirable to make ssh-sync quantum resistant. Work should be done to investigate this as Golang 1.24 has just been released with the `crypto/mlkem` package.
conflict resolution was easily added for download - it should probably be added for upload as well. This might be a more difficult task to implement as implementing it in...