Kevin Leung
Kevin Leung
Don't forget to mention `Signal.generate` will swallow all immediately triggered items. I was tricked by it just now 😠```haxe var s = Signal.generate(t -> { t(1); t(2); t(3); });...
Manually patched the ts files and seems to generate fine now. Generated almost 80000 files 😅. https://github.com/kevinresol/hxnodejs-aws-sdk Really well done man. Perhaps the solution is to detect long type names...
This is what I get if I log `schemaPath` at line 261 ``` Mixed { path: 'waitingList', instance: 'Mixed', validators: [], setters: [], getters: [], options: { __type__: { current:...
It is the typeKey http://mongoosejs.com/docs/guide.html#typeKey
Here you are: https://github.com/kevinresol/mongoose-deep-populate/commit/49bd67c0a27e227ecc3d71fb79052bfeb7db269b
I am not sure if there are any extra information out there other than the link I posted and the source code. I think mongoose will force treating the the...
@Yuliang-Lee your problem is probably unrelated to deep-populate You may need to specify typeKey in the schema options.
Yeah but some lib/code depends on the `sys` define. When the sys-related api are complete (e.g. `Sys.stdout()`), I think the compiler should define `sys` for us. Tried `-D sys` and...
> I don't know if it can actually add -D sys because that's a reserved flag. We might have to find a solution for that. Is it possible to hardcode...
@nadako maybe make a checklist of them and see what we can do.