Stewan Silva

Results 9 issues of Stewan Silva

### New Feature / Enhancement Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing...

type:feature

just like we do with `downloadFile()` , ability to have a progress listener for `uploadFile()` BTW this plugin is super awesome :)

I did clone, yarn install and tried ```sh npm run build npm run start wrangler dev ``` nothing works ![Screen Shot 2021-09-19 at 05 43 11](https://user-images.githubusercontent.com/719763/133921189-51117d2e-06f2-49f3-881b-c371471bf496.png) ![Screen Shot 2021-09-19 at...

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues/7765) ### Issue Description this is...

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/Parse-SDK-JS/issues?q=is%3Aissue). ### Issue Description The...

👏👏👏 just to thank you for this amazing app. saved my life. 🙏🙏🙏

### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used...

auto:bug

### What version of Elysia.JS is running? 0.8.15 ### What platform is your computer? Darwin 23.2.0 arm64 arm ### What steps can reproduce the bug? ```ts import { Elysia }...

bug

This is useful for testing PKCE in local environments. example: ```ts class CustomCrypto { generateRandom(size: number): string { // implement with your own crypto method. eg: using the sha256 lib...