Nick
Nick
I've also added the necessary support for toggle AC's (required for the Daikin FTV35CXV). This also fixes #573
Currently, if you call layoutsubviews while the button is animating, ` setStyle(buttonStyle, animated: false)` will be called and hence the animation will complete instantly. Since my button animates the view...
Device characteristics can't be read properly. I've tried a few things, but I've fully removed it from any homekit as to not have it paired to anything. Running on MacOS...
### Is your feature request related to a problem? \ is a client only feature, the server will always wait for the promise. ### Describe the solution you'd like I'd...
When adding a column like so: ``` $table->string('model_value')->nullable(); ``` I must set the charset and collation manually so it matches the driver config like so: ``` $charset = config('database.connections.singlestore.charset'); $collation...
### Telescope Version 4.17 ### Laravel Version 10.45.1 ### PHP Version 8.3 ### Database Driver & Version _No response_ ### Description Dispatching a job in a loop leads to a...
### Steps to reproduce await yt.account.getAnalytics(); ### Failure Logs ```shell InnertubeError: AnalyticsChannelLatestVideo not found! This is a bug, want to help us fix it? Follow the instructions at https://github.com/LuanRT/YouTube.js/blob/main/docs/updating-the-parser.md or...
Not really sure how to explain this. I want a fully prepaid system where there's no subscribing, simply tickets that can expire. I tried modifying a few things but got...
see this test for what is this fixes: https://github.com/nick-potts/virtualcolumn/blob/bd7097323d3d6dc45e418363562bfc13b56bcce6/tests/VirtualColumnTest.php#L133
This is a continuation of #10, where it uses's Laravel's migrator instance to fetch custom migration paths. Also added in the docs the ability to override `getCustomMigrationPaths` and `getMigrationPaths`.