Results 18 comments of Scott Merrill

As an experiment, I deleted the feed from Aperture. I created a new feed URL via Granary and added that into the channel in Aperture. This also did not load...

I've identified another channel that is not updating in Aperture, though the associated Granary link does show fresh content.

We solved this same problem by [explicitly adding the VirtualCdrom device info](https://github.com/covermymeds/mkvm/blob/master/lib/vsphere.rb#L217) in the new VM hash. What we're struggling with now is programmatically detaching these VirtualCdrom devices after the...

You can also symlink the SCL enable script into `/etc/profile.d` and it should just work. We're doing [exactly that](https://github.com/covermymeds/puppet-ruby/blob/master/manifests/init.pp#L68) in our SCL Ruby module, and it's been working fine.

Yum specifically invokes `#!/usr/bin/python` in its shebang. You ought not have any trouble running `yum` with an SCL Python enabled. It's easy to confirm: ``` [vagrant@c2-smerrill ~]$ which python /usr/bin/python...

I found Pretext shortly after filing this request. It lacks a certain je ne se qua that Textor has. If Markdown support is outside the scope of Textor, so be...

To be clear, I'm using threads, not forums. Oracle prompt success in a channel, outside a thread: ![Screenshot 2023-11-14 at 6 04 17 AM](https://github.com/XenotropicDev/TheOracle/assets/722830/6250a117-f914-48d9-adc2-6ed7a5e77789) Dice success in a channel, outside...

I found that this init script worked successfully: https://raw.githubusercontent.com/visibilityspots/scripts/master/hubot

I had a similar problem. I think there are some scenarios where it fails to parse EXIF data. Try converting your images to PNG and see if that works. That's...

Sorry if I'm missing something obvious, but isn't Granary authenticating to Twitter as me already? Or is it authenticating as your application ID and I'm simply granting that ID read...