Özüm Eldoğan

Results 62 issues of Özüm Eldoğan

Hi, I need many to many relations in PostGraphile, and found this plugin but multi column key relations are not generated. I see `// TODO: handle multi-column` comment. [pg-structure](https://www.pg-structure.com) (I'm...

Hi, Thanks for the project. I have a feature request please. It would be great if we could provide custom types for props, because some props requires complex objects and...

Hi, TypeScript: 5.3.2 Node: 21.1.0 pnpm: 8.6.12 When I tried to use this library with TypeScript, I got the following error: ``` Could not find a declaration file for module...

Hi, Thanks for the library. It would be great if it provided an `hasByPath()` method to check the path's availability. Thanks,

Hi, When I try to create a file using the context menu or command pallette, I get an error message. I can create them using `nuxi` from CLI. ![image](https://user-images.githubusercontent.com/1497060/217253134-94192622-9455-4143-a677-3577fea13678.png) Log:...

bug

## Summary - Add `submitNewOrderList()` because `New OCO` is [deprecated on Binance API](https://binance-docs.github.io/apidocs/spot/en/#new-oco-deprecated-trade). - Make `sumbitNewOrder()` and `replaceOrder()` generic to have correct report type for the response. - Add missing...

Hi, When I try to connect/subscribe to `SpotUserDataStream`, I get an error message stating `Invalid API key, IP, or permissions for action.` (code: 2015). ```ts const wsClient = new WebsocketClient({...

Hi, Thanks for this great library. I'm developing a subclass by extending `BigNumber` to add my custom utility methods. However, when I tried to access superclass methods, I got type...

The hard-coded return type "BigNumber" prevents subclasses from working correctly with TypeScript types when superclass methods are called. See #368, this PR closes #368 Note: I didn't change the return...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this...