Max Metral

Results 46 issues of Max Metral

Is it possible to step through execution (to form the basis for a debugger)?

enhancement

**Description** Something in the changes in 0.9.4 causes NodeNext module resolution to fail. https://github.com/drwpow/openapi-typescript/discussions/1634 **Reproduction** Node.js side, but build time so no reason browser wouldn't also be affected. I can't...

bug
openapi-fetch
tricky

Can you think of any reason why this wouldn't work on enterprise github? I added the matchers for the URL, but still doesn't seem to run properly. I don't find...

``` Error: dlopen(/devevelopment/setbot/node_modules/opencv/build/Release/opencv.node, 1): Library not loaded: /usr/local/opt/ilmbase/lib/libImath-2_2.12.dylib Referenced from: /usr/local/opt/opencv/lib/libopencv_highgui.2.4.dylib Reason: image not found at Object.Module._extensions..node (module.js:664:18) at Module.load (module.js:554:32) at tryModuleLoad (module.js:497:12) at Function.Module._load (module.js:489:3) at Module.require (module.js:579:17)...

bug

We ported this to Node.js and in the real world found some issues as shown in the changelog. Just FYI... https://github.com/gas-buddy/usdl-regex

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Typescript error as referenced in #46...

It's in the peer deps and the "real" deps and is a fairly old version. I can make a PR, but wondered if there's any intent around the fact that...

How does one use RNE with expo+typescript and icons on react-native-web? These config-overrides don't seem like the relevant bit for expo projects but it's unclear what is... I don't think...

Next.js is very opinionated that NODE_ENV should only ever by production/development (maybe test, can't remember). Anyhow "staging" is not allowed and bad things happen. So I've made another environment variable...

Is it possible to match a URL like :something/somewhere/somehow with a folder structure that express-enrouten will handle?