Kiryl Valkovich
Kiryl Valkovich
Ping @rogchap Just in case you missed it.
I started some work on it here: https://github.com/visortelle/hackage-ui My goal is to make its overall UX similar to Rust's https://crates.io/. Regarding visual design - don't see any sense to invent...
@ocramz thank you for the quick response. I briefly looked at the links you provided. Based on what I saw here, my short-term plan is: - I think, will finish...
> @IronGremlin What about a hoogle search widget? > That's a taller ask than a reskin, of course, but it'd be a pretty killer feature. I implemented an initial version...
> @Tehnix Could hackage store pages that a browser has visited and then dynamically present a list of packages and modules on the home page? > I don't remember the...
No, it’s not. :)
Relevant document for Rust: https://rust-lang.github.io/rfcs/2963-rustdoc-json.html
I'd like to implement docs pages for https://github.com/visortelle/hackage-ui The idea that comes to my mind today is to implement Haddock output HTML to JSON parser. 🤪 It would let me...
@yutotakano thank you for the bug report! The browser extension, VSCode extension, and the site version use the same React component. Bugs and features across them will be eventually consistent....
@NiekPas me too, but as I know, it's not possible to implement in VSCode for this moment. The extension is a subproject of the HackageUI project and I don't have...