Přemysl Karbula
Přemysl Karbula
_I have noticed this behavior quite some time ago, but now I finally had time to investigate it a bit._ ### Example scenario - I'm developing an app which relies...
The idea is that this would introduce better options for parallelization inside a workflow. If I understand right, currently only `jobs` can `need` _(wait)_ for other `jobs` to finish. If...
Hi, I'm proposing this to avoid namespace conflicts when having multiple libraries dealing with OAuth2 and both have - let's admit it - pretty silly general `OAuth2` namespace, which bears...
Currently `import std.types` will always import module `types` into variable `types`, or `import std.term.colors: Fg` will always import name `Fg` from module `std.term.colors` into variable `Fg`. What we want to...
The premise: ``` Table 'users' +------+------+ | id | name | +------+------+ | 1 | a | | 2 | b | | 3 | c | | 4 |...
**Describe the bug** I think Intelephense should (could...?) not report a `Undefined function '...'` error when in block that has a `function_exists(...)` check around it. Honestly I'm unsure whether this...
**Feature description or problem with existing feature** In `1.13.1` and before:  In `1.14.0` and after:  Which is pretty annoying, since previously I only had to press TAB to...
`nette/database` version: 3.2.6 (current latest) ### Bug Description Expansion of SQL parameters in `SqlPreprocessor` is buggy when a SQL query with parameters and `?` placeholders also contains [table aliases quoted...