radarfox

Results 7 issues of radarfox

Hello, awesome project, helped a lot. Thanks! Only problem I found is that mocking URLs starting with `file://` isn't working properly. This doesn't work: ```javascript xhrMock.setup(); const url = 'file:///C:/web/index.html';...

bug

Hello, I have discovered the bug in this library at the latest version 2.1. According to the [RFC at 3.6.1](https://tools.ietf.org/html/rfc5545#section-3.6.1): > The "DTEND" property for a "VEVENT" calendar component specifies...

Why is this function missing? The other `from*` methods have their static factory method in place, like `ICAL.Time.fromData`, `fromDateString`, ... But `fromUnixTime` is defined only at `ICAL.Time` instance. I have...

enhancement
documentation

Hello, I think I have found the bug in this library, that has not been covered by any other issue here. From the [RFC 5545 3.3.10](https://tools.ietf.org/html/rfc5545#section-3.3.10): > Information, not contained...

There is no way to tell, when the filling of minimum objects is completed. Or am I missing something? I would suggest: - at least emit an event, that the...

Is there any reason why the pool size can't be unlimited? The default is 1 and setting to `Infinity` causes `pool.fill` to fail with: ``` Error: Maximum count of objects...

### Description I'm trying to integrate the footer component, but I'm having trouble customizing its content. I would like to pass custom data in `links` property. When I'm setting `langList`...

bug
dev