Lan Phan

Results 30 comments of Lan Phan

there are 2 ways: 1. based on viper (https://github.com/spf13/viper/pull/497 or Viper extension https://github.com/sagikazarmark/viperx ) 2. use lib Go CDK secrets https://gocloud.dev/howto/secrets/ which help us to standardize all secrets interface (Google...

Hello @go-dockly It's great to see your PR here, I really need this. Please continue with your PR, I'm looking forward to it. Thanks

@c9s In order to get rid of CGO, we must replace go-sqlite3 by [modernc.org/sqlite](https://gitlab.com/cznic/sqlite), the performance of new library is twice as slow comparing to go-sqlite3 (benchmark performance report is...

Hello, I'm using Mac M1 and got problem with astarte/vernemq too, but with different error logs. * astarte/vernemq with tag snapshot and 1.2-snapshot, I got same issue below: ``` Password:...

Hello again, I also checked that https://hub.docker.com/r/vernemq/vernemq/tags already supports linux/arm64, would you please support linux/arm64 for all astarte images? Thanks.

I have 2 use-cases below which I think supporting db selection in Redis can bring more benefit to developers: 1. Simplify local + dev env setup 2. In case 1...

@raphaelhoffmann I got problem with Bazaar/parser setup.sh (see HazyResearch/deepdive#530), what should I do to replace bazaar/parser by bazaar/pipe like you said? Is it possible to apply it to current Deepdive...

@c9s you want to change field name to ignore: true to be consistent with printdump as Railgun said? He already has PR to add documentation for that

@c9s I update tag name to "ignore", so that it's consistent with document https://github.com/c9s/bbgo/blob/main/doc/topics/rw-strategy.md

I think I found the root cause of this bug: when my sub account doesn't have any asset, Portfoilo page will show that bug. After I deposit some USDT, the...