Georg Oldenburger

Results 28 issues of Georg Oldenburger

`Application.loadModule` method loads module trees wrong. Logs `Application.sandbox.lib`: ``` 2021-09-08T10:04:10 { example: [Function: bound method] { cache: { set: [Function: bound set], get: [Function: bound get] }, doSomething: [Function: bound...

### Describe the problem We can acccess schemas and model by `application.schemas.model.entities` We need a namespace for schemas or model, because it is our core. ### Describe the solution Create...

enhancement
metarhia-s'22

### Describe the problem https://github.com/metarhia/impress/blob/d31792cad01e2bf213b7fcf00bf57bbc2ae237e3/lib/worker.js#L31-L32 We have only `process` injected into config sandbox - we need to limit process API access only to process.env, because we don't really need other...

enhancement
metarhia-s'22

### Impress and Node.js versions Node 16, impress 3.0.0-alpha.2 ### Platform Linux Fedora latest ### Describe the bug https://github.com/metarhia/impress/blob/ac554b4d6aee02ed920e5d6900c4f8498b240fe3/lib/application.js#L76-L86 There is Promise.allSettled used. API load later and depends on schemas,...

bug

**Describe the bug** I had Metarhia from Example template running during the night. And server crushed with Uncaught exception. **To Reproduce** Run server, run client in browser and wait a...

bug

**Is your feature request related to a problem? Please describe.** There must be good docs for `metaschema` **Describe the solution you'd like** Write documentation in MD format

metarhia-s'22

@lundibundi please edit ## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]...

metarhia-s'22

**Is your feature request related to a problem? Please describe.** ```js const schema = new Schema('File', { Entity: {}, size: 'number', ratio: { method: (file) => file.size / 10, returns:...

metarhia-s'22