Sean Abraham

Results 9 issues of Sean Abraham

I can't seem to get the `update` block to ever trigger. I have a package installed via this Homebrew provider, there is a newer one available and I've specified `ensure...

bug
help wanted

I've seen many builds fail nondeterministically (with multiple modules and gradle running in parallel mode) with the following error: ``` error: Bad service configuration file, or exception thrown while constructing...

I'm imagining something like what [Growl Voice](http://www.growlvoice.com/) used to be, it was incredible. Something like this: ![image](https://cloud.githubusercontent.com/assets/1400053/18029838/732b50be-6c58-11e6-8440-ede1bc93b9df.png) I'm not currently very familiar with OS X development/Swift but I can try...

enhancement
nicetohave

## What happened? Presently it's a little cumbersome to generate the native image config graal needs for programs that may use reflection. One such way of doing it includes using...

This is a feature request (unless I'm missing something and this already does exist). Essentially my question is, is it possible to add a trusted application when creating a keychain...

**Describe the bug** I have gspread installed against version 1.35.0 of google-auth which is within the constraints currently specified by `pyproject.toml` (`google-auth>=1.12.0`) and get the following error upon `import gspread`:...

Thanks for the great tool! I've played with it and looked through the documentation and was looking for an option to invert the output. That is, I'd hope for an...

I get the following when trying to run the script here. "groovy.lang.MissingMethodException: No signature of method: honeywell.preferences() is applicable for argument types: (honeywell$_run_closure1) values: [honeywell$_run_closure1@3af4aa7a] at honeywell.run(honeywell.groovy:16)"

The "Extract function refactoring" section in the documentation (link [on the website](https://kotlinlang.org/docs/reference/coroutines/basics.html#extract-function-refactoring) and [in the repo](https://github.com/Kotlin/kotlinx.coroutines/blob/d55d8e80e152e46c170edc4dcfa08ccb7b2c4a03/docs/basics.md#extract-function-refactoring)) describes the process of extracting out a suspend function and makes a couple statements...

guide