Shaun
Shaun
process.env.NODE_CONFIG_RUNTIME runtime variable can only overwrite on top of config data after being loaded from files. We need a process.env variable that can completely bypass config files loading process. So...
## Bug Description ``` const pool = new Pool(url); const proxyAgent = new ProxyAgent("http://one-proxy:8080"); const { statusCode, body } = await pool.request({ ... dispatcher: proxyAgent, ... ...}); ``` when Pool...
For building StaticSite, `buildCommand` will create a build folder. so we should check the existence of the build folder after running the `buildCommand`.
Somehow it's not working with latest project structure that are generated by `npx create-next-app@latest`
pyproject.toml version is out of sync with the published blarify version 1.3.9 in pypi.org. So this causes the dependency conflict in my repo. please update them
when parsing java, the inheritance and use relations cannot be built. I think the problem is that LSP server return nothing for java code. here is the line: https://github.com/blarApp/blarify/blob/main/blarify/vendor/multilspy/language_server.py#L429 this...
When parsing Java code base, it's often stuck at "Starting server...", especially when running the script at the first time. ``` Starting server... Starting server... Starting server... ``` where it...