Jonas Pauthier

Results 165 comments of Jonas Pauthier
trafficstars

I believe if you use `and/or` for the u + p and u + otp you shouldn't use `when` anymore. Have you tried removing the `when`?

@danzf if you tried to submit an image, we cannot see it.

I don't see it as mandatory to be honest as anybody with a little bit of NodeJS project experience knows you need to install dependencies to use them. We could...

Have you tried to import `joi` as below? ```js import { joi } from "joi"; ``` In a past project I was able to use it in a frontend project...

It might not give you the exact output you're looking for but you might be able to reconstruct it yourself, have you looked into: `schema.describe()`? https://joi.dev/api/?v=17.9.1#anydescribe

Alright I understand. Maybe somebody else has a better suggestion for you.

Thanks @developerkunal for the example with the dynamic block. However how would go about it if you didn't need to have the whole set of `scopes` from the resource server...

@developerkunal Thanks for the other suggestion. I didn't write a full repro but I gave instructions in the OP, if that could be helpful. One thing I don't understand though,...

When you move win32yank to Windows host, do you need a specific configuration on NeoVim or Windows to use it? I assume you should add it to your PATH on...