agrath

Results 18 comments of agrath

By performing a binary search of my markdown document (cutting it in half etc) then counting image includes, I have determined that this seems to happen when I exceed 50...

+1 I am evaluating this library to replace an internal library that is non-core compatible wrapping HttpRuntime.Cache In our usage we prefix our keys sort of similar to namespaces so...

//https://stackoverflow.com/a/33263253/647728 For a line of business app use the checknetisolation.exe tool to grant the app a loopback exception. To enable loopback use this command: c:\>checknetisolation loopbackexempt -a -n= To disable...

I would like to add to this - even with the loopbackexempt as per my above comment, I still could not get the StreamSocketListener to accept incoming connections from my...

The same issue applies for AddMailKitSender, which means my startup looks like this: ``` var smtpClientOptions = new SmtpClientOptions { UseSsl = EmailSettings.UseSsl, Password = EmailSettings.Password, Port = EmailSettings.Port, Server...

Just diagnosed this issue, I think. I had the same problem. Dropped and created stored procedures and storage table and now the admin area is working again.

@4712 +1 for your suggestion. I'm trying to get some old SN16A ESCs running BLHeli 14.9 I could not get one of the escs to come up after flashing but...

Here's how I solved this for now, I would rather a generic solution (e.g. in datasource itself.. but because you can't get the callee of the computed write function, there's...

Hi Craig Have been thinking about this. It's not overly difficult to wire up a computed which is bound to an ajax request so at the end of the day,...

added implementation (limited testing) and created pull request. didn't bother with throttle as debounce is implemented when async: true commit notes has sample invokes https://github.com/CraigCav/ko.datasource/pull/5