Johannes Haposan Napitupulu

Results 9 comments of Johannes Haposan Napitupulu

Using npm force resolutions later will give me this error when I run `npm ls trim` ``` npm ls trim [email protected] /ex_proj ├─┬ @storybook/[email protected] │ └─┬ @storybook/[email protected] │ └─┬ @mdx-js/[email protected]...

> Take a look at the query router. It parses the SQL into an AST using the `sqlparser` crate. You should be able to identify the called functions and adjust...

I put the logs here https://github.com/haposan06/logs/blob/main/pgcat.log Its really weird, on line 76, when it "START TRANSACTION" it already fetch from the correct pool which is from primary. But on line...

> Something weird is definitely going on. Do you think you could submit a PR with a simple Java app that I can use to reproduce this? We can use...

After did some quick debugging, it seems the query_router.infer() seems never been called in client.rs. So the query_router.active_role still holds the default value which is None. So when it executes...

Hi @chriskapp . I realized I missed mentioning a few steps earlier. I chose the installation method using git clone to clone the repository. Then I set both APP_URL and...

We plan to use it on production actually. How about if generated account app code still using the placeholder, instead of hardcoded value from .env value? That will give flexibility...