Brendan Thompson
Brendan Thompson
Hi there, Would be sick if there was a homebrew formula for this, so don't have to compile all the things from scratch. As I have dotnet 2.0.0 installed as...
The following code gives me back _no more rows in this result set_ ```go type Entries []Entry type Entry struct { Id int Title string ... } func ReadAll(session sqlbuilder.Database)...
As a portion of this excellent tool is aimed at macOS users it would be excellent to see this in brew!
Would it be possible have this using Refractor 4.1.0 as there are a few more languages in there as well as an updated version of Prism. I did fork this...
## Description This PR adds the ability to have an application filter on `azuread_conditional_access_policy`. ``` resource "azuread_conditional_access_policy" "this" { display_name = "access-policy" state = "disabled" conditions { client_app_types = ["other"]...
When working with more complex projects `Xcode-build-server` (XBS) doesn't work as well. For example I have a project with iOS, macOS, and Widget targets. When I run the XBS `config`...