coltrane

Results 12 issues of coltrane

# Issue TypeError: Class constructor User cannot be invoked without 'new' ## Versions "routing-controllers": "^0.9.0", "sequelize": "^6.5.0", "sequelize-typescript": "^2.1.0", "tsc": "^1.20150623.0", "tslint": "^6.1.3" ## Issue type - [X] bug report...

Hey Kadir! I reached out via email. Would love to chat more about the contents of this repository. In the case the email on your github profile is outdated, please...

Getting an { error: { code: 0, message: 'Access denied.' } } When trying to login with a creator account. The app-token is the same... The signature is a bit...

MixpanelInstance.initialize is not working under the hood. Not sure what to do here. I install with npm i react-native-mixpanel and react-native link react-native-mixpanel. ``` import Mixpanel from 'react-native-mixpanel'; Mixpanel.sharedInstanceWithToken(''); ```...

I get this error TypeError: Cannot read properties of null (reading 'split') and then the processes quits, and I get an empty output file with just a pragma line. Code...

node version: v6.10.1 npm version: 3.10.10 wine version: 2.0.4 mono version: 5.4.1.6 I am able to build for OSX. Build script for windows... `electron-packager . Blossom --platform win32 --arch x64...

### Why? Currently neode generates outdated CYPHER query syntax for unique constraints. View issue here --> https://github.com/adam-cowley/neode/issues/183 ### What? in `/src/Schema.js` update to correct CONSTRAINT syntax. Replace `ON` with `FOR`...

## Incorrect Constraints Query Generated ### Versions - Neo4j Version `5.18.1` - Neode Version `0.4.9` ### Problem Incorrect constraints query being generated by ```ts instance.model('MyNode', { customKey: { type: 'string',...

## Environment IOS ## Description Wrong icon is displayed, or not at all. ```ts import Icon from 'react-native-vector-icons/MaterialIcons' const Component = () => ( ``` this displays ![94c8f7a6bdc15f72db990a350c5ed6ea (1)](https://github.com/oblador/react-native-vector-icons/assets/8130184/0a331540-1ec5-4a09-82b2-2025aba972cc) I...

There is no `NodeCameraView` in `react-native-nodemediaclient`; in `src/index.jsx` it exports ```ts export { NodeMediaClient, NodePlayer, NodePublisher }; ```