Thái Tấn Lợi

Results 8 issues of Thái Tấn Lợi

Can we support SG holidays?

help wanted

Hello, I'm trying to use Random Forest to classify item's category (either ```Drink``` or ```Food```) based on item's name. But I got this error ```Error resolving Attribute CategoricalAttribute``` Here is...

Hi there, I would like to disable debug for apis that download the pdf in bytes. In this case the logs are not needed Is possible to enhance this? Thank...

Hi, I'm using this library in many projects. Sometimes I was getting this error. I only used this library for caching purposes with basic Get,Set function. Here is my redis...

const linkProperties = { feature: "share", campaign: "referral" }; const controlParams = { $ios_url: "https://itunes.apple.com/us/app/rent-my-wardrobe/id1375748670?ls=1&mt=8", $fallback_url: "https://itunes.apple.com/us/app/rent-my-wardrobe/id1375748670?ls=1&mt=8" }; const { name, description, photos } = item; branch .createBranchUniversalObject(`shareItem/${item.id}`, { locallyIndex:...

Hi @blackmenthor ! in Android platform: This function `FlutterBranchIoPlugin.listenToGeneratedLinkStream().listen((link) {});` never called unless App onResume. When I debugged on Android, I found that this function `buo.generateshorturl` was not called, cause...

**Describe the bug** ``` SwapTest := swap.NewSwap() SwapTest. AddExchanger(ex.NewGoogleApi(nil)). AddExchanger(ex.NewYahooApi(nil)). Build() euroToUsdRate := SwapTest.Latest("EUR/USD") fmt.Println(euroToUsdRate.GetRateValue()) fmt.Println(euroToUsdRate.GetRateDateTime()) fmt.Println(euroToUsdRate.GetExchangerName()) ``` I tried to run the example from the repo and got this...