Justin Foell

Results 11 comments of Justin Foell

I have not... I don't currently have a dev environment set up in Windows.

If anyone is successful with a windows build, we should provide a DLL for download somewhere.

I had assumed that Adium simply used the libpurple protocols as-is, but looking at the Adium IRC code (as an example) there's an "adapter" written to use the libpurple IRC...

Awesome! Keep us updated on the progress you're able to make.

Hey @razvanFrandes - we just released a new version of `wd_s` can you update and see if you're still getting the same issue? If you can provide a detailed build...

Just want to chime in that I encountered this problem when trying to create `wp_object_sync_sf_object_map` on a server running MySQL 5.5: ``` CREATE TABLE `wp_object_sync_sf_object_map` ( `id` bigint(20) unsigned NOT...

OK, so the config file needs to be added to the current working directory of the request. Do you mind adding that to the documentation? Can be gleamed through ``

So there's a problem with sub-folder multi-site that happens with the default .htaccess that WP generates. I don't know if it is actually an Apache problem or a WP problem,...

Hi @pdclark, just wanted to check in and see if you could merge this pull request. I'm going to submit another for a non-multisite issue fix, but realized this one...

@grantpalin you can do this right now using the `composer-installers-extended` library in your project by adding the following to your project's `composer.json` file: ``` "require": { "webdevstudios/taxonomy_core": "0.2.4", "oomphinc/composer-installers-extender": "dev-master"...