marcin-wlodarczyk

Results 8 comments of marcin-wlodarczyk

+1 There should be `absoluteUrl` cli option available.

Same problem. Manually editing `/Users/gustysetyono/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/location-4.3.0/android/src/main/java/com/lyokone/location` helped. Thanks @gustysetyono

The problem is in `serializer.js`: ```js const stringify = build({ type: 'object', properties: { '@timestamp': string, 'log.level': string, log: { type: 'object', properties: { logger: string } }, message: string,...

Any progress on this? I have the same problem...

I have a problem with bracket notation and [User-Defined Type Guards](https://www.typescriptlang.org/docs/handbook/advanced-types.html#user-defined-type-guards) Simplified problem reproduction: ```typescript class OpenPeriod { from: string; public isOpen(): this is OpenPeriod { return true; } public...

> I believe this is common case of the type guard not working on array expressions (and maybe some other computed references) > > Try assigning the array element to...

@DigitalBrainJS I'm trying to implement a custom Axios adapter. Looks like the path `./unsafe/core/settle.js` is not recognized by TypeScript.