radarfox

Results 11 comments of radarfox

Here is an another idea, that would also cover my use-case of finding the events at the specific date and time: ```javascript at(date) { return this.between(date, date); } now() {...

I understand. Luckily, this precision is not a must-have for the app I'm working on, but for someone it might be quite a problem, so I decided to at least...

EXDATE can have a list of values https://tools.ietf.org/html/rfc5545#section-3.8.5.1 I would recommend you to use `RecurExpansion` from the Mozilla ICAL API, which should handle those cases.

Yes, I figured that out, I was confused by the format in the error message. Looks like you are right and the problem is in the date-only format.

Anyway, I have spend a lot of time working with this library lately and I ended up refactoring it to a simple method which uses `RecurExpansion` and the parametrs of...

* or make the `start` method return `Promise`.

@totemtec @hennadiy-kudashev It's named `useWindow`, not `userWindow`

It should be derivered for `BYMONTH`. But you may be right, it shouldn't be derivered for `BYDAY`. Please, give me some time to investigate and provide a more detailed report.

Following solution [originaly posted here by ImHype](https://github.com/coopernurse/node-pool/issues/197#issuecomment-498206709) works for me like a charm. ``` const factory = { create: () => Promise.reject(new Error()), destroy: () => {} }; const pool...

I would welcome bash to be added to keep the backwards compatibility from v4, [as you have already mentioned](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1439#issuecomment-2009621313).