Viet Hung

Results 9 issues of Viet Hung

Your package information is incorrect here: https://github.com/LiquidPlayer/LiquidCore/packages/97926 Your groupId should be: "**org.liquidplayer**" instead of _org.liquidplayer.liquidcore-V8_ That's your Download activity is - Total downloads: 1 - Last 30 days: 1 -...

This code line has a bug when I want to pass an null value to native function https://github.com/LiquidPlayer/LiquidCore/blob/9405979363f2353ac9a71ad8ab59685dd7f919c9/LiquidV8/src/main/java/org/liquidplayer/javascript/JSFunction.java#L503 PLEASE fix like this: ```java if ( args[i]==null || args[i].isNull() ) passArgs[i]...

First, I **love** this repo **Is your feature request related to a problem? Please describe.** I would like to setup Proxy (java.net.Proxy) when processing http url **Describe the solution you'd...

Hi, I'm very new to VPN in objective C! Could you release a completed sample project with: - Full required targets - Ready capabilities Of course I have to create...

I've just updated to latest beta version. Everything is OK excludes the Panel Now I can't access to the Panel via public/private ip. Please help me Version `aaPanel LinuxBeta 6.9.57...

Hi! I've changed sample data and iOSPlot didn't show well. I'm using your framework for my app. Could you fix? Sample Data: I tested with demo project from GitHub ```...

Please check this out: ``` Using Gradle JAVA_HOME=C:\Program Files\Java\jdk-14.0.1 Build Starting Gradle Daemon Connecting to Gradle Daemon Starting Gradle Daemon Build Run build Run init scripts Compiling script into cache...

First, thanks for your work. I love this repo. I have a question: Can we inject cookies from `android.webkit.CookieManager` (cookies was made by Android Webview) into every request of OkHttp?...

First, I love your repo This is the `suggestionItems` https://github.com/mars885/persistent-search-view/blob/a42f4c61f7484d44144edea0f2e5e858871e433c/persistentsearchview/src/main/java/com/paulrybitskyi/persistentsearchview/PersistentSearchView.java#L153 I see that it is unpublic and I can't access by overriding your class `PersistentSearchView` In the function `onSaveInstanceState`, class...