Victorio Berra

Results 222 comments of Victorio Berra

I think maybe they are only needed for swagger doc.

Wait no... I think you have to manually have this to respond to OPTIONS requests and that is not built into MVC. Why dont we have these?

Do we have help-wanted or up-for-grabs labels? https://github.com/aspnet/Docs/issues/7268#issuecomment-446595339

I'm not sure if we should respond with a 422 in this situation. Mediatr is designed to have multiple handlers file for a single command and commands might not always...

Do we need `npm run electron:build -- -p always`? in our build? Or is `releaseType: 'release'` effectively saying to do this? @seiyria if this worked for you, could you please...

For anyone else landing here, the fact that samuelmeuli/action-electron-builder publishes the Snap means that we might as well auto-publish releases. Once you push tags thats basically a desire to release...

This might be unrelated but I didn't start having this buffer error until I changed my node version in lambda from like 6 to 10. I think this might actually...

This might be unrelated but I didn't start having this buffer error until I changed my node version in lambda from like 6 to 10. I think this might actually...

@rtalexk Set Node to `nodejs8.10`, set `imageMagick=true`. Try that in AWS.

@rtalexk Also maybe dont use that guys `gmToBuffer()` thing. Try to use the built in GM toBuffer and callback. I know its not a promise but try eliminating all that...