Matt Hamann

Results 101 comments of Matt Hamann

I looked at https://github.com/delvedor/find-my-way/blob/master/test/issue-17.test.js and realized that my first example would make `-x` the suffix of the parameter. So now I better understand the comment you made. What do you...

I would think that the current validator logic could remain mostly the same and just rewrite / port it to a new implementation for OAI 3.0. Since the OAI doc...

FYI, fastify has this (or relatively similar) in the form of [fastify-openapi-glue](https://github.com/seriousme/fastify-openapi-glue). It may be helpful for the work that needs to be done here.

@dsprenkels could you include some examples of using this to encrypt arbitrary strings?

Any updates on this issue? Experiencing it as well.

I'm experiencing the second issue (`TypeError: Cannot read properties of undefined (reading 'filename')`) as well on a project that worked fine with v1.3.x. I need 1.4.x because I'm building a...

I proposed a fix via #53. it works locally for me and all tests pass.

Yep, I ran into the same issue. Couldn't hit UI or get other things to talk to consul other than the main RPC. Unfortunately, this will also require some changes...

@wkozyra95 I'm fairly new to this, so not sure I fully follow you. Are you saying I should be able to create a `credentials.json` file somewhere and add some values...

Thanks for the pointers, I'll give this a try. Do you know if there are plans to support Apple's ID federation at some point? I know it's a fairly new...