Ore Poran

Results 27 issues of Ore Poran

I have a request which should look like this `users/query?someKey=someValue&someKey2=someValue2` These are dynamic query params that I handle in the server. Is there any way to create this using tsoa?...

enhancement
help wanted

We have a repo which works with forks. However if I put a "Update Me" label on a fork, it does not get updated. I understand this is an issue...

enhancement

I've copy/pasted the example in my local ubuntu machine - works perfect. Trying on my remote Windows8 computer (AWS) - I get this error trying to run the example: `TypeError:...

* **I'm submitting a ...** - [X] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...

[This](https://github.com/serverless-heaven/serverless-webpack#exclude-files-with-regular-expression) option is missing. Use case: I want sourcemaps to be created, but I don't want them to be zipped As a general solution - why not let me pass...

As part of testing my code, I'd like to run serverless-bundle code but not as a part of serverless-offline or deploying. My feature request is to have the ability to...

We need to pass some custom claims to firebase rules. These must be strings. However one of these is an array such as: `queues : ['queue1' , 'queue2']` so to...

### Current Behavior Packaging typescript react-native project with haul running `yarn start --platform ios ` fails with: ``` ./node_modules/fsevents/node_modules/node-pre-gyp/lib/unpublish.js Module not found: Error: Can't resolve 'aws-sdk' in '/.../node_modules/fsevents/node_modules/node-pre-gyp/lib' ``` From...

Maybe something is wrong in my monorepo setup... I am getting an issue similar to #113 but even with his PR fix I'm still failing to create the tables My...