Baris Tikir

Results 7 issues of Baris Tikir

Recently I was facing some issues at deploying the server to Heroku because of type errors inside the built `node_modules` folder. These errors were specifically for `mongoose` but since I...

### Describe the bug `Invoice.d.ts` is missing payment methods on the type [`PaymentMethodType`](https://github.com/stripe/stripe-node/blob/master/types/2020-08-27/Invoices.d.ts#L733). From the docs - [Invoice API Docs](https://stripe.com/docs/api/invoices/object#invoice_object-payment_settings-payment_method_types) - `eps` and `p24` payment methods are missing on type...

bug
type definition

# WIP EdgeDB Plugin Related Issue: https://github.com/hayes/pothos/issues/534 ## `edgeDBObject` **Naming Conventions** - `t.link()`: Model property which is a relation to another model. (like prisma plugins `t.relation()`) Could be one or...

# Introduction https://www.edgedb.com/docs Just found out about EdgeDB and it looks like a new database which also has its own schema and query language, according to my understanding. However it...

needs-api-design
new-plugin

Added missing dependency for `with-websocket` example. Related to https://github.com/solidjs/solid-start/issues/417

# Overview Seems like the `with-websocket` example is missing the `@solid-start/meta` dependency which causes the dev server to crash. ## Output Error: Cannot find module '@solidjs/meta' imported from '.../node_modules/solid-start/entry-server/StartServer.tsx' ##...

I am using Visual Studio 2019 for MacOS and just followed the getting started section of the readme. Creating a project and trying to debug without doing any changes to...