Tomáš Neumaier

Results 8 issues of Tomáš Neumaier

In case of dynamic service creation it would be nice to have possibility to inject all services trough splat operator. `interface IService{}` `class ServiceA implements IService {}` `class ServiceB implements...

Version: 3.x ### Bug Description Since latte 3 the `|strip` filter leaves spaces equals to the indentation. ### Steps To Reproduce https://fiddle.nette.org/latte/#5c9a026438 ### Expected Behavior No trailing whitespaces of the...

Hello, we are using Datagrid on quite large project with millions of records. And we have currently reached some limitations that causes us some issues. We would like to create...

Hello, 6.9.6 updated assets but these changes were not propagated to NPM. Can you please update them as well?

Hello, we had table that was rewritten to Datagrid. There is just one function i am not able to implement. We used to sent email which is ~combination of grid...

- bug fix / new feature? new feature - BC break? no Nette/Di introduced warning about suspicious dumping of objects. While i understand the intention, this little warning forces as...

Hello, wanted to create a PR to fix compatibility for this new fancy BC break change from our favourite ecosystem, yet I've seen that you already fixed it but have...

question

Hi. This is my simplified approach to add historical currencies. It maintains the spirit of the original code (at least I hope so!). There are some issues when it comes...