Michal Špaček
Michal Špaček
#95 brings the support (backported from my fork https://github.com/spaze/vat-calculator/pull/5) but not the historical data, only the DE temporary change is there for now.
Díky a gratuluju k prvnímu pull requestu :-) Přemýšlím, jestli tohle není už příliš složité s jestli se tím spíš uživatel nemůže střelit do vlastní nohy. Kromě toho to taky...
To to trvalo, ale už jsem vymyslel, co s tím :-) Prosím návod na zprovoznění přesunout na již existující stránku "pro pokročilé" a upravit některé názvy (Windows, OpenSSH), díky!
Díky. Připojení pomocí proxy nejspíš nebude fungovat, pokud se blokace bude provádět nějakým sledováním provozu a spojení mezi klientem a proxy serverem nebude šifrované (tedy nebude to třeba tak jak...
Mohl bys prosím 1. obsah přesunout na novou stránku [`pro-pokrocile.html`](https://github.com/spaze/jakobejitblokaci.cz/blob/master/site/pro-pokrocile.html) 2. a doplnit _nějaký_ odkaz k sekci "SSH socks proxy server"? Takhle to naláká uživatele, ale neřekneme, kde ten stroj...
PS: koukám, že na SOCKS proxy tu je #6, takže asi můžeš ignorovat moje poznámky (he he :-) ) ohledně SOCKS proxy a ten commit z pullreq odebrat. Dík!
That was introduced in #114 where "Class" is now used instead of "Namespace" in the error message if the usage is more "class-y" than "namespace-y". Imports with `use` are "namespace-y",...
I have now updated the release notes to mention you may see multiple different error messages now.
I see. Seems like maybe a new config `disallowedImports` can be introduced and the `UseUse` node detection moved over from the namespace detection code here: https://github.com/spaze/phpstan-disallowed-calls/blob/80945f8fa346b1d8b50d6922cde56b309fb6008f/src/Usages/NamespaceUsages.php#L63-L64 I'd rather avoid a...
Namespaces/classes are detected in multiple places, adding a switch to re-allow one of them would soon require adding `allowTraits`, `allowClassConstants` etc. or making it a list like `allowUsage: [trait, use]`....