Mingwei Zhang

Results 28 comments of Mingwei Zhang

Having the same problem. @itJunky Have you figured it out how to resolve it?

To future me: Switching to [`freight-team`'s fork](https://github.com/freight-team/freight) addressed this issue on my setup. Also seems like that fork is more actively maintained.

Add my work-around here, albeit it will bottleneck on a single connection: `let pool = PgPoolOptions::new().max_connections(1).connect(db_url)` The pool above will work with pgbouncer.

@simendsjo I have had the same issue after narrowing the buffer. Couldn't find a solution to that yet.

Can confirm. My home network is Cox (AS22773) and the test result shows it does not filter RPKI invalid prefix.

@wangfenjin appreciate your work! Just want to insert here that missing insert of lists is a deal breaker for my projects. Hope to see that implemented soon. Cheers!

With `bundled` flag, the duckdb 0.6.1 compile time is now over 4 minutes with my M1 Pro Macbook. I wonder if the recent upstream updates on the main branch has...

Not using xcode. For what it's worth, it works fine on macOS 14.3.1 with `bundled` feature for me. ``` cargo new test-duckdb cd test-duckdb cargo add duckdb --features bundled cargo...

Hi @parker-stephens thank you for your pull request! We are currently investing automate the ASRank data pulling process and remove the manual update process in the CSV file. We will...

Thanks for submitting the report! It seems like the AS name is updated on RIPE DB as well as showing up on [Cloudflare Radar](https://radar.cloudflare.com/as198747). Could you help verify that the...