kleydon

Results 14 issues of kleydon

It appears that in company.controller.js's update() function, a company is being assigned to a user - see line 43: company = req.user; Wondering if this could be a bug. BTW...

According to https://stackoverflow.com/a/70868796 : Supertest has a dependency on "@types/supertest" which wildcards "@types/superagent": "*", and that dependency has another wildcard dependency "@types/node": "*", ***but the types within @types/supertest actually require...

### Version of react-native-audio-recorder-player 3.5.1 ### Version of React Native 0.66.3 ### Platforms you faced the error (IOS or Android or both?) Android emulator, running on a Macbook (Intel) ###...

Hi, I'm maintaining the express session store for [Prisma](https://www.prisma.io) ([prisma-session-store](https://github.com/kleydon/prisma-session-store/pulls)). Recently, a developer asked whether there might be a way to destroy _all_ sessions _for a given user_ (as might...

question
discuss

Is the readme's installation instructions missing a line for installing the pod, for ios? E.g: `cd ios && pod install && cd ..`

### Bug description After upgrading from Prisma v4.12.0 to v4.13.0, I reproducibly encounter a Segmentation Fault when running in a docker container (as a service on Google Cloud Platform), on...

bug/1-unconfirmed
kind/bug
team/client
topic: postgresql
topic: segmentation fault

### Description Summary === React Native's [primary demo project](https://reactnative.dev/docs/environment-setup) (CLI Quick-Start, macOS + iOS) is failing to build for a fresh install of MacOS (13.1), running a fresh install of...

Platform: iOS
Stale
Needs: Triage :mag:

## Environment: - OS: macOS - Browser: safari - Version: 15.1 - Method of installation: npm - Swagger-UI version: swagger-ui-express: ^4.1.6, - OpenAPI version: 3.0.0 ## Description When I run...

While `onChange` and `onForeground` seem to work perfectly, `onBackground` does not seem to fire - at least for iOS 15.2 running on an iPhone 13 simulator.

After upgrading from Sofa v0.11.2 to v0.12.0, parameters provided in the body of my REST requests are no longer found/recognized by SOFA's auto-generated REST API. If I switch back to...