Pete Gonzalez

Results 658 comments of Pete Gonzalez
trafficstars

> But it seems this would be a bigger release for this package to support 4.9? No, often that is quite easy actually. I can investigate on Monday and follow...

Could you provide a more complete example? The above code doesn't seem to compile for me. ```ts // TS2436: Ambient module declaration cannot specify relative module name declare module './core'...

Thanks @manrueda , this was super helpful! I added some fixes to the repro in PR https://github.com/manrueda/api-extractor-module-augmentation/pull/1 . For your example, it seems like we want the .d.ts rollup to...

BTW looking back at @yangmingshan 's original issue description, it seems that his request involed globally-scoped augmented declarations, which is a fairly different problem. Today API Extractor doesn't even support...

> Not sure if that makes thing way more complicated or not. It does. 😁 But I had totally not thought about that possibility. It is an enlightening case to...

> Update: the feature is already being developed in [our current sprint](https://tree.taiga.io/project/penpot/taskboard/sprint-49-75?order_by=status) :) Thank you!

I encountered the same problem. Due to spurious service I see something like this: | Timestamp | Type | Description | |---------------------|------|------------------------------------------------------------------------------------------------| | Dec 8, 2023, 4:21:33 PM | Info...

> Have you tried my solution had worked if 403 is encountered? @jerrywoo96 if I understand correctly, your fix essentially ignores network failures, temporarily skipping the sync for that calendar....