Olav Sundfør

Results 22 issues of Olav Sundfør

Hi! Thank you for maintaining this action :-) I'm unfortunaltely experiencing what I believe is unexpected behaviour when using the config below. **What exactly happened?** Fails even though all files...

bug
hacktoberfest

Hello 👋 Thank you for maintaining this project. I believe I am experiencing a bug where awaiting a call to get response causes timeout. Minimal example: ```ts it("TIMEOUT when awaiting",...

Hi 👋 I am very new to Serverless, so I may be skipping something relatively obvious. I have set up a test-template/test as per [this guide](https://www.youtube.com/watch?v=VlyaZuY_XLk&list=PLIIjEI2fYC-BZliSOIhWUqiiwadhCvewg&index=13). The test function generated...

Hi! I am working on a project having bytebuffer as a dependency. Bytebuffer is not used directly, but is in the `node_modules`-folder. Bulding the application on (Vercel)[vercel.com] causes the application...

Hi! As far as I can tell, there is no way to access request headers. This makes many tasks difficult, e.g. Bearer-tokens. I propose a solutions where headers are available...

WIP -> Not sure how this should be solved, if it should be solved. What do you think, @syumai? Closes #68

Closes #64 ~WIP -> as this would potentially be a quite big change, I'll test it some more.~

Hi! Again: thanks for this project 😄 I am wondering if it would make more sense to separate the HTTP response body from `params`, in `Context`. This makes the code...

I am serving HTML statically, and the HTML includes a script-tag, e.g.: `` `./client.js` is a file in the `public` directory, so my understanding is that this should work. However,...

Hi! We are looking into using this package for an application and it looks promising! Thanks! This may be due to an understanding, but we are having some issues. Given...