Michael "Mike" Ferris
Michael "Mike" Ferris
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@playlyfe/[email protected]` for the project I'm working on. I didn't dig deeper, but I...
I'm using tsd to manage typescript definition files across a few projects. Right now it works perfectly by changing the repo field in the `tsd.json` file. However, I would like...
I have the following schema and I want to allow users to send body `{"id": 123, "teamRole": "Admin"}` However right now openapi-request-validator will consider `Admin` invalid because it is not...
https://github.com/ryu1kn/csv-writer/pull/57 was merged a long time ago, but no new releases were made since. Our project has been relying on a patch to get this fix for almost 3 years...
Can you add a proper changelog entry for the recent 2.4 release. Real quick it looks like a bunch of PRs have been merged and then a release was made....
`require.resolve` is only supported by webpack. When trying to migrate to Vite preprocessor with [cypress-vite](https://www.npmjs.com/package/cypress-vite) I hit error that `require` doesn't exists. https://github.com/abhinaba-ghosh/cypress-react-selector/blob/1c552942900f9ce24bf93a5ca996392957ac461f/src/resqInjector.js#L8-L11 I initially tried to add `typeof require...
Among the browser vendors we agreed upon a limit of function body size to allow in webassembly module of 128KB. However, the benchmark [Godot](http://godot.eska.me/pub/wasm-benchmark/) has a function of 151975Bytes or...
Fixes #54
Fixes #48 using `traverseByTypes` because I know I'll conflict with #80
I have a special need where I want to add `.gen` at the end of the files that are always regenerated by the codegen. Instead of baking that logic into...