Truong Nguyen

Results 9 issues of Truong Nguyen

**describe what you want to archive** I'm crawling a website and I got some error log in the console: ``` W 18:45:05.272 [rotocol.ResponseProcessCookies] Cookie rejected [ali_apache_id="33.22.117.208.165684150532.144344.8", version:0, domain:.aliexpress.com, path:/, expiry:Thu...

question

What if I create another activity? For example PostDetailActivity. Should I create a new Module and Component? As in [here](https://github.com/ogulcan/kotlin-mvp-dagger2/blob/master/app/src/main/java/com/ogulcan/android/mvp/app/di/component/ActivityComponent.kt#L13): ```kotlin fun inject(mainActivity: MainActivity) ``` We got MainActivity, if I...

I'm trying to create an Android app with Hyperledger Iroha. So first user will type `Username` and `Account details` to register an account. [![enter image description here][1]][1] Here is my...

First, thanks for the implementation! Carefully written, also the test was really helpful! By the way, when I read the credential callback implementation: https://github.com/cedarcode/webauthn-rails-demo-app/blob/d9b73e20a7272e8d9f7a26c48ec49e5100295939/app/controllers/credentials_controller.rb#L27 Why do we have to base64...

One of my page has an input and whenever I hit space, the shortcut play/pause is called and ignore my input. Is there any workaround that can temporary disable the...

## Why Sign in with a passkey through form autofill. Make the transition from password to passkey-based authentication easier. Ref: - https://web.dev/passkey-form-autofill/ - https://developers.google.com/codelabs/passkey-form-autofill ## What - use Conditional UI...

## Why > the transition from password to passkey-based authentication can be challenging. As users switch to passkeys, there will still be those who use passwords and websites will need...

On the final step: **Anomaly Detection** I ran: `$ python src/vector_anomaly.py ` but I got this error: > Traceback (most recent call last): > File "src/vector_anomaly.py", line 11, in >...

It's a very useful project for akka learner, but seems like the build it not exist any more. ``` [error] (update) sbt.librarymanagement.ResolveException: Error downloading com.blstream.akkaviz:sbt-akka-viz;sbtVersion=1.0;scalaVersion=2.12:0.1.2 [error] Not found [error] Not...