Walter

Results 6 comments of Walter

Not so familiar with referral header restrictions, but I just tried a similar thing and had successful results (I'm using powershell): ```powershell > $Headers = @{ referer = 'pstatic.net' }...

This might not be what the rss feed was intended for when it was developed, but I also don't see there being any technical limitation for it, or a reason...

Any updates on this? Not blocking, but annoying :)

I definitely could use this as well, I've had to hack together my own version of it for now

Just checking in before I make another issue, is this related to this error I occasionally have during build?: ``` [!] (plugin rpt2) Error: EPERM: operation not permitted, rename 'C:\Users\USER\Desktop\vscext\node_modules\.cache\rollup-plugin-typescript2/rpt2_f808fd13b1b670642c5722202f2b618552490b83/semanticDiagnostics/cache_'...

I imagine that it's possible to correctly trace items and properties as modified via `ItemGroup` and `PropertyGroup` elements in targets, though it would probably require reading the source build files...