dakur

Results 25 issues of dakur

I would appreciate adding of `sortAlphabetically` option, which would be set to `true` in default (to be compatible with older versions). That's because I need special CSS attributes for older...

help wanted
feature request

https://github.com/thephpleague/flysystem-sftp/blob/2.x/SftpConnectionProvider.php#L118

Hi, can you please elaborate on what is the difference from other solutions like e.g. well-known normalize or sanitize.css. I mean why did you decide to make a new one?...

In docs, there is a statement: ![image](https://user-images.githubusercontent.com/9862581/170508188-5df02e7f-7e66-43fc-9901-a09529c2417a.png) But there is no mention about that `orm:generate-proxies` has to be run on production otherwise the application will fail. Mine fail when fixtures...

Version: `dev-master` ### Bug Description When you use single quote `'` or `"` in a SQL comment, dibi fails with `Dibi\Exception: SQL translate error: Alone quote` ### Steps To Reproduce...

Closes #36 I have: - decoupled API client from public facade - decoupled caching from API client - started implementation of v2 API - implemented an auto-switch to new API...

### Bug report I'd like to add comment to local type alias (`@phpstan-type`) but it throws "PHPDoc tag @phpstan-type MyNumber has invalid value: Unexpected token "some", expected TOKEN_PHPDOC_EOL at offset..."...

- bug fix / new feature? 🤷‍♂️ - BC break? no - doc PR: n/a ref https://forum.nette.org/en/35470-let-s-talk-about-cookie-storage#p221533

# Error message `PDO::quote(): Argument #1 ($string) must be of type string, resource given` in [ProfilerLogger.php#L61](https://github.com/nettrine/dbal/blob/v0.8.0/src/Logger/ProfilerLogger.php#L61) # Trace screenshot ![image](https://user-images.githubusercontent.com/9862581/176167657-2d819142-e1fa-4aa3-9763-2672383bea13.png) # Problematic column is annotated as follows: ```php /** *...