Steve Mokris

Results 32 comments of Steve Mokris

I don't currently have further work planned for this repo, since the project I was working on (getting an old Intel QX3 camera to work on a recent macOS version)...

Not currently. Since QuickTime no longer exists on macOS 10.15, I just removed all the QuickTime driver stuff from my macam port. If I understand correctly, we'd need to reimplement...

On macOS 10.15 the QuickTime + QTKit frameworks are no longer available. (`QuickTime Player.app` still exists, but it uses AV Foundation now.) https://developer.apple.com/documentation/macos_release_notes/macos_catalina_10_15_release_notes?language=objc#3319804

Sounds good. I don't have the time at the moment to work on the driver, but if you want to work on a PR, I'll do what I can to...

> Don't you have the same problem on line 24? Hmm, good question. Here's line 24: ```erb ``` When `_item['require']` is a hash, `!(_item['require'] && _item['require'] != '')` evaluates to...

Rangefinder says: > Breaking changes to this file WILL impact these 6 modules (exact match): > Breaking changes to this file MAY impact these 2 modules (near match): I ran...

There are a few Redis plugins in the gallery: https://gallery.munin-monitoring.org/keywords/redis/

It's this section in `settings.json` (which you might need to copy from `settings.json.template`, since it's a fairly recent addition): ```json { "socketIo": { "maxHttpBufferSize": 10000 } } ``` That matches...

Hi, @sirainen and @cmouse, and thanks for the feedback. > [sirainen] Since it works in normal Linux, isn't this an incompatibility bug in SmartOS LX instead? Hmm, from my understanding...

> would it allow setgid() calls even after dropping root privileges? Ah, good point. I wrote a quick test — https://github.com/smokris/drop-priv-test — and on both a real Linux kernel and...