Alex Henderson

Results 11 comments of Alex Henderson

Having the exact same issue on Ubuntu 12.10 - I followed the steps on stackoverflow answer here: http://stackoverflow.com/questions/11779284/xdebug-sublime-text-2-and-kindarisublimexdebug Which got me to the point of being able to connect, hit...

This would be super helpful 👍 +1

The googlecode site is old and should not be used as a reference. The latest provider example is on github here: https://github.com/bittercoder/DevDefined.OAuth-Examples/tree/master/src/ExampleProviderSite And does demonstrate using the class DevDefined.OAuth.Utility.UnguessableGenerator to...

Just wanted to add my 2 cents that this is really frustrating for our organisation as well - for anyone running github actions self-hosted cost management becomes important, and one...

That patch is here - I think google code has just changed the link: http://code.google.com/p/devdefined-tools/issues/attachmentText?id=9&aid=3384463087779190539&name=patchUrlDecode.diff&token=831720cbd6d42e9c4afa9075c5fe8b37 I haven't had a chance to review it yet - but if you feel like...

Closed, library no longer supported.

I got a bunch of conflicts trying to merge this with master, are you able to take a look.. I believe master has changed a bit since you submitted this...

It's on my todo list, but frankly I probably won't get to it until around xmas as I'm burning the midnight oil on some work projects currently. Happy to accept...

If your using web style search then I would suggest having a look at `websearch_to_tsquery` and running your search text through that to see what the result vectors look like...

I was more meaning changing the how the fulltext index statement is generated, here's a rough C# example that should hopefully help: ``` public static void ConfigureMarten(DocumentMapping mapping) { Expression[]...