Matt Hansen

Results 9 comments of Matt Hansen

This might be a very "rough trail" but I've got a work in progress project that uses Jinja templates and a basic API wrapper tool that I wrote to help...

Yeah, this issue is becoming more common. I don't know the exact details here, but can you workaround it with this monkey-patch... https://github.com/autopkg/recipes/pull/100

@hjuutilainen Can it be inherited from here? https://github.com/autopkg/hjuutilainen-recipes/blob/master/TeamViewer/TeamViewer.pkg.recipe#L62

I've seen that before. Try this... `/usr/local/bin/QnA`

Feels like a QnA bug to me, where it isn't able to load the dylibs (which are in the same directory as the binary) unless it is called with the...

We've successfully used this Python project from the same developer mentioned: https://github.com/filipp/py-gsxws With the new certificate and whitelist requirements from Apple it takes a little bit of work to get...

@abujeda We need to update our instance before we can implement this but at first glance, it seems like it would check all the boxes for functioning as a policy...

All of our Slurm account names have underscores, mostly in the form of __. Adding `account.tr('_', '-')` [here](https://github.com/OSC/ondemand/blob/c1622e2872633adac61e5544f89f674e8f22c375/apps/dashboard/app/lib/account_cache.rb#L159) in an initializer modifying account_cache was enough to allow auto_accounts and auto_queues...