Jason Millard
Jason Millard
##### **Overview of the issue** I was working on upgrading a monolith oauth2 app from 7.8.1 to 7.9.1. We currently use Keycloak 15.1.1. When trying to call any services from...
Hello. I was looking to have a CSV file that gets updated every time a user performs an action in an app. I also wanted the CSV file to contain...
Hello. If you make a brand new project in Xcode, and add NJKWebViewProgress.h, it will fail to compile with: `/MyApp/SDKs/NJKWebViewProgress/NJKWebViewProgress.h:23:42: Cannot find protocol declaration for 'UIWebViewDelegate'` My guess is XCode...
I believe I am having an issue when trying to get archived objects from the keychain. They always come back as nil. Take the following code: ``` var preferences =...
Hello. I posted this in discord, but the channel doesn't seem to be too active. Using Unity 2021.2.x, when you load a graph that was saved as an asset, any...
With PR https://github.com/freezy/VisualPinball.Engine/pull/255 we upgraded the required version of Unity to 2020.2.0.b12. When building a table such as mm, and making a native Windows build, it will crash immediately after...
Please answer these questions before submitting your issue. Thanks! ### What version of Python are you using (`python -V`)? ``` Python 2.7.13 ``` ### What operating system and processor architecture...
While working on dependency updates for [VisualPinball.Engine.Mpf](https://github.com/VisualPinball/VisualPinball.Engine.Mpf), we noticed an exception while parsing lights when a user presses `Get Machine Description`. Coils and switches currently have a `number` node. Lights...
I maybe missing something, but it seems the highlight / unhighlight colors are inconsistent. For XLFormRowDescriptorTypeText, when activated the title becomes the tint color, while the text field becomes black....
I realize Alamofire 5 is not yet out, but when doing some testing with 5.0.0.rc2, a GraphQL request will result in a crash: ``` return request.responseJSON { response in ....