Azarus

Results 9 issues of Azarus

So on windows the importing looks like this if i have the following directory structure: ``` - source/ - app/ -controllers/ - a.js - b.js - c.js ``` `import *...

Usage See the demo source for an example of using MatterTools.Demo which also integrates the inspector and the gui tools. See the API docs for more information. The links here...

Hey Nick, I have issues with the MLP algorithm, that it causes `Exception thrown at 0x00007FFCF0874F45 (GRT.dll) in Application.exe: 0xC0000005: Access violation reading location 0x000002505D933000.` The crash points to the...

I am amazed how many solutions are out there but for real none of them work on mobile. Please be the first supporting mobile devices with touch input. Hold to...

How to make it work?

feaure request

## Issue Description User defined custom types do not work with find operators. Given the following type to an entity field fails: ```typescript export type TestType = "TEST" | "YOLO"...

bug
requires triage

Why are there no events catching errors and verifying if the sockets are connected properly? I have no idea why my messages are not sent and theres no response from...

http://kamrik.org/GulpCordova/#/ I get redirected to this page from google search results, please add an url to the actual git page or something.

### Description of change Given the following model ```ts export type MyCustomType = "A" | "B" | "C"; @Entity() export class MyEntity { @PrimaryGeneratedColumn() id: number @Column() data: MyCustomType =...