Sean A.
Sean A.
Wow... just wow. I found another scenario that bit me for a few hours tonight. I was trying to compare the AWS "fingerprint" for a private key I had to...
This fork is really promising. openapi-generator seems to lack the ability to generate API tests, so this allows me to create forms of automated tests. There seems to be a...
Extending on my comments here: https://github.com/postmanlabs/openapi-to-postman/issues/56?_pjax=%23js-repo-pjax-container#issuecomment-793995686 * The header "overwrite" isn't working for me. Seems to be due to how the "faker" stuff is designed * Wouldn't this be better...
I just pulled this fork and built locally. I discovered three issues: - Shortcut wouldn't work (although I think it's because I didn't create a signed build) on MacOS -...
Tested latest code. Couple of issues: Getting a build error on my mac: ```sh sean@SAITKEN-MAC Kap % yarn run pack > [email protected] build > yarn build-main && yarn build-renderer command...
yeah... going into capture mode after launch is weird. I want to have it always running, but not make assumptions. If I launch it manually, I expect it to sit...
Also, tested with the latest code and it still only works on one of my monitors. I have two external monitors connected to my 2019 16" MacBook Pro, and only...
Glad to keep testing! The biggest issue (that is a regression, in this case) is the lack of supporting multiple displays. It's a deal-breaker with this change. Also, only working...
I just tested the one-line fix (removing the check for action.type === UPDATE_ACTION), and it fixes the issue in our application. Anxiously awaiting this to be merged in! It actually...
I spent almost all day trying to track down what's causing old state to appear out of nowhere. **This should be considered a high priority security issue,** if multiple people...