Dax (Tim) Dillman

Results 8 comments of Dax (Tim) Dillman
trafficstars

Firstly, the project explicitly states which platform this is for... > JSONExport is a desktop application for Mac OS X written in Swift. Secondly since this application is written for...

This may be unrelated response however, in the documentation for AuthenticationPolicy when interacting with TouchID / FaceID following the example here: ```Swift let keychain = Keychain(service: "com.example.github-token") DispatchQueue.global().async { do...

After making a toy app that integrates with KeychainAccess, I've been able to reproduce the issue where the simulator does not show any Touch / Face ID prompts even though...

Also having the same issue. 2018 VW Atlas SEL https://connect.comma.ai/9eab6bb0c76baa3d/1704842420631/1704843640843 Was at stop light and accelerated and turned under OP and my control. I felt a slight bump then steering...

Compact suggestion, credits should be an externally linked page to this repo with a contribution markdown file listing everyone. This keeps bloat out of the source code and is future...

@NA0341 one of the styles the keyboard offers is 👏 clap 👏 . The hand is considered an Emoji so I believe Emojis are in scope for this keyboard.

@Swampcritter you may have already tried this but just in case you havent ![initial_screen_1](https://github.com/DomiStyle/docker-idrac6/assets/4106065/b1e24c40-a902-4cf3-ae13-922a039b47a3) Click the dropdown and navigate to `/` folder ![screen_2](https://github.com/DomiStyle/docker-idrac6/assets/4106065/956c7200-abac-45a6-a0e7-b026dc29a0e9) ## Click on `/` ![screen_3](https://github.com/DomiStyle/docker-idrac6/assets/4106065/9bfb4f7d-7a06-41e0-ae40-e2cac0c9b037) You may...

Can also confirm the error received as well. ``` tf.__version__ #yields 2.15.0 ``` ### Code Before Change ```python from tensorflow.keras import layers inputs = layers.Input(shape=(1,), dtype="string") x = text_vectorizer(inputs) #...