dzikoysk

Results 142 comments of dzikoysk

I've made a research about this topic and it looks like it's quite heavy task to do. The indexer not only process repository to build a tree of available artifacts...

I feel like this could be implemented as a plugin, I didn't have time to take a look on the indexer yet tho. With a proper API from maven-indexer maybe...

Sorry for late response, I'm currently on vacation :) As far as I remember, the indexer builds an archive and that's pretty much all, so as soon as you'll find...

Reposilite won't modify your index, because there's nothing that really checks for index file, but yes, it'll most likely become stale. In theory it could be handled with Reposilite's plugin...

Maven metadata is dynamically generated by Reposilite. Just call `(...)/maven-metadata.xml` path.

Checksum should be generated by `mvn deploy` command and you've probably uploaded this artifact using web cli. It's probably why there is no such a file. I'll mark it as...

This library has several issues and it's not frequently updated lately, so in the end we may just need to switch to another one :

Also, chaning tabs in card throws exception: ``` Uncaught (in promise) TypeError: Window.getComputedStyle: Argument 1 is not an object. setLineNumbersHeight Editor.ts:144 handler2 Editor.ts:111 promise callback*nextTick runtime-core.esm-bundler.js:246 handler2 Editor.ts:110 ``` Related...

https://github.com/koca/vue-prism-editor looks kinda abandoned, I think we should migrate to a new library that provides code highlighting / try to color those snippets without any library

Looks pretty nice, we could give it a try! Would you like to try to submit a PR? Here's the component we need to update: * https://github.com/dzikoysk/reposilite/blob/main/reposilite-frontend/src/components/card/CodeSnippet.vue