Asqi: A codebase explorer designed to help navigate and understand Git projects
1–10 of 40 posts
Re: Asqi: A codebase explorer designed to help navigate and understand Git projects
#2once how to properly use github search especially
also not sure about the web design i guess there are some tools where this works
Re: Asqi: A codebase explorer designed to help navigate and understand Git projects
#3Re: Asqi: A codebase explorer designed to help navigate and understand Git projects
#4The demo is not working for me: https://demo.dev.asqi.io/
Re: Asqi: A codebase explorer designed to help navigate and understand Git projects
#5 Supported languages
-------------------
Asqi can provide file-level indexing for everything,
and it provides semantic indexing for:
+ C/C++
+ Java
+ Go
+ Rust
+ JavaScript/TypeScript
+ PythonRe: Asqi: A codebase explorer designed to help navigate and understand Git projects
#6The demo is not working for me: https://demo.dev.asqi.io/
Re: Asqi: A codebase explorer designed to help navigate and understand Git projects
#7The demo is not working for me: https://demo.dev.asqi.io/
3main.5cc1145c.js:2 TypeError: Cannot read properties of undefined (reading 'p')
at V.rpc (main.5cc1145c.js:2:23177)
at V.server_repos (main.5cc1145c.js:2:25611)
at e (main.5cc1145c.js:2:93041)
Would really like to try this outRe: Asqi: A codebase explorer designed to help navigate and understand Git projects
#8The demo is not working for me: https://demo.dev.asqi.io/
As for comments asking to install React, it's a bug on my end. Create-react-app leaves a manifest.json file in public/, which causes the prompt to appear. I've deleted it in the latest container image but haven't redeployed yet since we've got a lot of active users at the moment.
Anyway, you don't have to install anything, nor will you ever have to, in order to use Asqi.
Re: Asqi: A codebase explorer designed to help navigate and understand Git projects
#9I’m wondering what computer language analysis tools are necessary to make this work for another language. The OG page supplies this info Supported languages ------------------- Asqi can provide file-level indexing for everything, and it provides semantic indexing for: + C/C++ + Java + Go + Rust + JavaScript/TypeScript + Python
If you have any that you find especially valuable, let me know and I'll see if I can prioritize them.
Re: Asqi: A codebase explorer designed to help navigate and understand Git projects
#10The demo is not working for me: https://demo.dev.asqi.io/
Same, getting: 3main.5cc1145c.js:2 TypeError: Cannot read properties of undefined (reading 'p') at V.rpc (main.5cc1145c.js:2:23177) at V.server_repos (main.5cc1145c.js:2:25611) at e (main.5cc1145c.js:2:93041) Would really like to try this out