Tac Tacelosky
Tac Tacelosky
I can also confirm, although it appeared to crash a few times when I was toggling the service off and on. I miss the Log in the Android version, it's...
+1 We're trying to notify the user if they've stopped tracking, but don't want to do that if they've explicitly turned the service off.
FWIW, here's the dependency errors: ``` Using version ^3.0 for vimeo/vimeo-api ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Restricting packages listed in "symfony/symfony"...
Has this issue been fixed?
Symfony's OptionsResolver is perfect for this kind of thing.
I'm happy to give it a try. I'll need help on setting up the test, though.
I got it to work by adding a mount() method. But the docs are confusing, because it looks like $attributes happens automatically, unless you have a mount method, then I'm...
Although the documentation says to avoid passing anything in the 3rd argument, it seems natural to be able to do so -- that is, to pass the querybuilder with the...
Thanks, @kbond , indeed autowiring was the problem! I'll post a working example soon, which a collection of bootstrap components.
Is there a way to alter the condition so that this error doesn't show up? That is, something like UNITY_2018_2_OR_NEWER and UNITY_LESS_THAN_2020?