Jacob Kapitein

Results 6 comments of Jacob Kapitein

I will resolve the conflict, fix the issues and update the pull request before this weekend. I assume you checked the code already then?

Resolved the conflicts and resolved your comments.

Can confirm this is still an issue. It was really annoying. Found out the type declaration was wrong, because language keys are supported in this function: https://github.com/hapijs/joi/blob/81277bd9123392cd0b8447065d8615e480b04613/lib/errors.js#L118 Type declaration for...

I created a quick patch with `ts-patch`. Use this to fix any errors you might encounter: ```diff diff --git a/node_modules/joi/lib/index.d.ts b/node_modules/joi/lib/index.d.ts index da367a9..3ed262e 100644 --- a/node_modules/joi/lib/index.d.ts +++ b/node_modules/joi/lib/index.d.ts @@ -26,7...

I am having the same issue. My "fix" for now is to just press Ctrl+Shift+P and type "Reload Window". This "solves" the issue, but it's really frustrating when editing a...

Put this in your `` tag: ``