Results 115 comments of Gerkin

There might be a regression here: with v8.3.1, topology of workspace is respected. With 8.15.3, it is not. Last working version is 8.6.12. First breaking one is 8.7.0. After digging...

I've noticed that: * there is no mention of this package in the error you posted, so I supposed you asked support in the wrong place * you might use...

Yeah sorry I got busy; I'll check out latest typedoc versions soon to see if I find my way without this change; otherwise I'll rebase my PR and push a...

wsh ta gueule.

Should be closed, resolved by 5c74c28b3fffbf8b070fc69a987889311e0245e2 & merged PR #6 .

Thank you for your quick reply. I've tried the following, but it is still not working. ```javascript const caminte = require( 'caminte' ); const Schema = caminte.Schema; const config =...

And, just a silly question, how am I supposed to execute a callback once the connection is done ? I can't find it in the documentation

Hey there, I had the same issue, and I managed to fix this using `NgZone`: ```ts import { ErrorHandler, Injectable, NgZone } from '@angular/core'; import { LoggerService } from '../logger/logger.service';...

@jasonrberk Fact is, if you use jest, you use babel already: https://jestjs.io/docs/next/code-transformation#defaults. Depending on your complete stack, it can be not that hard to mock modules. With typescript, `ts-jest` includes...

As I mentioned above, it depends on your setup: some other preprocessors, like `ts-jest`, makes the thing much easier somehow (I just tried to dig in and didn't found a...