lutuantai95

Results 10 comments of lutuantai95

Yes, i also need `@Response`. Using `req.res` or `req.req.res`, it work for me but it seem not clear.

@mfvianna Thanks for your response! Could you show me how to set up udev (660) rule (By CLI or images)? Thanks!

I had same issue. I checked `express-validator` that it didn't work on `Router`: ``` const router = express.Router(); router.get( "/:userId", param("userId").isInt(), (req, res) => { res.send(`Hello!`); } ); app.use(router); ```

@soham0005 Thanks, it worked. But i wanna only validate at ` param("userId").isInt()` to clean code (don't use `validationResult`) :smile:

Hi @Alessandro-Pang , Could you share with me **docker-compose.yml** that deploy chroma with authencation ? Thanks in advanced!

> Ah, sorry about that — I just realized my Chroma setup is deployed separately and not included in the docker-compose.yml I shared earlier. I got it. Have you been...

> > I got it. Have you been using **Chroma Cloud** or **Chroma (from local docker compose)** ? If it is Chroma from local docker compose, can you share it...

I hope that team will update in the future! Thanks in advanced!

> In that guide `adb root` is not mentioned, maybe try using the commands provided 🤔 eg. > > 1. `sudo waydroid shell` followed by: > > 2. `ANDROID_RUNTIME_ROOT=/apex/com.android.runtime ANDROID_DATA=/data...

@TriMoon, Thanks so much! I reinstalled with GAPPS image as [here](https://wiki.archlinux.org/title/Waydroid#Installation) and registered certification as [here](https://docs.waydro.id/faq/google-play-certification). Finally, it worked! But in game app, Waydroid can't zoom out/in. Have you caught...