Christoph Krautz

Results 4 issues of Christoph Krautz

To convert from openCV's right handed CS to Unity's left handed CS it should only require a flip of the y-axis. Why does the ArUco Example also flip the z-axis?...

We are using ngrx in a setup where an app consists of multiple components: ``` @NgModule({ declarations: [ AppComponent1, AppComponent2, ], imports: [ BrowserModule, RouterModule.forRoot(routes), RouterStoreModule.connectRouter(), StoreModule.provideStore(reducer), ], providers: [...],...

Currently sftp only outputs a warning in errors such as "Permission denied": ``` 02-Jul-2015 16:19:16 Running "sftp:uploadCoreConfiguration" (sftp) task 02-Jul-2015 16:19:17 >> Error: Permission denied ... 02-Jul-2015 16:19:18 Done, without...

The SentryOptions interface contains a few useful settings: ``` export interface SentryOptions { environment?: string; release?: string; tags?: { [id: string]: string; }; extra?: any; } ``` It would be...