-
Maintaining a list of existing documentations here as inspiration. Feel free to add links to the list!
-
With my limited knowledge, here's what I'm thinking:
- Unit tests for backend classes. I think phpspec is the preferred tool here – we already have one spec thanks to @franzliedke.
- Functional/integr…
-
When I try to create a new Filemaker model, I expect to create a new entry in Filemaker, but I receive an error saying "Call to a member function prepare() on null". It looks like the $pdo attribute i…
-
To make it easy to validate, we can use the Laravel validator with Symfony forms:
```php
$form = $factory->create(FormType::class, $user)
->add('name', TextType::class, [
'r…
-
https://github.com/alexeymezenin/laravel-best-practices#single-responsibility-principle
That example, while probably contrived, as the first example in the document seems to signal to the reader th…
-
Hi,
Thanks for your work it's awesome, juste maybe it's a good thing if your should split the VueJS component on standalone Git Repo, for publish an NPM package ?
-
Stumbled upon this looking to connect my new Hisense AC to home assistant. It has the W4G2 wifi module and uses the ConnectLife app. Nothing really comes up for this module when googling. I have attem…
-
Hi, i am using this package and the documentation of this package says i can change timezone with the config file. I have tried but timezone is not picking value from package configuration file (SCHED…
-
This is the escape from the humbug log:
--- Original
+++ New
@@ @@
$experiment = $this->active[$uuid];
- $experiment->a_conversions++;
- $experiment->a_conversions--;
$e…
-
Hi @XavRsl
Your package is very useful for me, but it seems you have not the time to maintain it actively.
Do you think that changes again?
Can I help you in some way?
I forked your package to get …