Sam Judson
Sam Judson
Looks like another NUglify issue to me.
As a work around you can write ``` f => { return (!f.isComplete() || f.isSuccess()); } ``` This gets minified down to the expected result.
I am also getting a very similar error, but I'm not sure if its the same cause. > [INFO] Starting OmniSharp at 'c:\Users\Sam\Documents\VsCode\Test1'... > [INFO] Started OmniSharp from 'C:\Users\Sam.vscode\extensions\ms-vscode.csharp-0.3.7\bin\omnisharp.cmd' with...
I've just got access to a test box with 256GB of ram, and loads of processors (it will be a production box soon) and I wanted to test setting up...
Any chance you could share your code. I'm most interested in the security stuff (the signature generation etc) as I don't know if this is the same in .Net core...
Just to say I have checked a version that works on .Net Core (.net standard 1.3 library) so if someone could give it a go and let me know if...
Hi Guys. Feel a bit bad about this but I've been quite busy at work etc (plus random other excuses). I also don't use Flickr much myself these days. Anyway,...
Hi Easiest way is to disable the cache (not sure why the file is locked). Set CacheDisabled to true I think.
"test" is not a valid option for the callback url. It should either be a real url, or "oob". What error are you receiving?
According to this page (https://opennetcf.codeplex.com/license) it's just the MIT license. I only use this code in the legacy .Net compact framework stuff anyway, which is technically no longer supported.