Přemysl Karbula

Results 8 issues of 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...

enhancement

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...

enhancement
good first issue

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: ![Image](https://github.com/user-attachments/assets/e988b2ad-ada1-4617-98e1-bc79216fa20d) In `1.14.0` and after: ![Image](https://github.com/user-attachments/assets/3bb110da-7f00-4e30-8837-69d05ed45c3c) Which is pretty annoying, since previously I only had to press TAB to...

completion

`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...