Vadim

Results 25 comments of Vadim

Hi! Thanks for reporting. I'll take a look on it asap, but currently I'm very busy 😵‍💫

@leycec haha, thank you for the kind words! I believe the problem isn't that complex, but yeah, I'm still crazy busy because of finals preparation in the university, so didn't...

Hi! The problem is that mangadex has some chapters, that are linked to the external sites (not hosted on mangadex itself) which makes it impossible to scrape them. By default,...

Well.. mangadex scraper is based on their official API, so *maybe* it has something to do with it. I agree, it would be nice to support such chapters, but I'm...

> https://github.com/metafates/mangal/blob/main/inline/options.go > > Line 110: > > `from = util.Min(from, uint64(len(chapters)))` should actually subtract 1 ? Actually, that might be the case, lol

You should configure your public path in `vue.config.js` See [vue docs](https://cli.vuejs.org/config/#publicpath)

Hi! Yeah... I will look into it. I'd would need to find an alternative for [goreleaser](https://github.com/goreleaser/goreleaser) but for rust projects

Oh.. wow!! Thank you so much for this. You know, I've made this app just for myself to submit university assignment and never thought it would be any useful for...

Hi! You are right, Mangal did not receive any updates in 2 years, which could be defined as abandoned. Sadly, I have lost interest in this project, since I don’t...

I've made a simple proof-of-concept LSP that performs autocompletion for the words found in the current buffer. You can find it here https://github.com/metafates/buffer-language-server