Jan Tojnar

Results 824 comments of Jan Tojnar

Thinking about it, it probably be too hard – the variable string can be in any n:attribute as well as in any macro and filter, so we would first need...

It is the same error when I drop the `search` extension in favour of manually registered services. I will try to reproduce this with nette-sandbox.

I actually got a [different error](https://github.com/TomasVotruba/barista/issues/4). I saw that one before as well.

Something fishy is in place. I deleted the presenters and run `composer dump-autoload` and now it cannot find the command. Maybe something with how `symfony/console` finds commands. ``` $ vendor/bin/barista...

```ShellSession $ vendor/bin/barista list [...] Available commands: completion Dump the shell completion script help Display help for a command lint Lint your Latte files with your own Latte\Engine. Provide it...

Right. Since trying it in nette sandbox just gave me a different error message, I am trying to simplify my project by deleting files left and right. Only to get...

As mentioned, it does happen when I remove the `search` block so unless Nette adds it implicitly somehow, that should not be it. I ate something so hopefully I will...

After trying almost every possible subset of files to delete from the project, it turned out that `classmap` autoload is the determining factor, see https://github.com/jtojnar/repro/tree/f0d5ae9cc3a8e68b3d7098b172a5db80dcea0f2d/barista-3. I have decided to port...

Is that an official syntax? Do not see it mentioned in the [docs](https://help.fivefilters.org/full-text-rss/site-patterns.html). And would not it make more sense to preserve the attributes when just changing the tag name?

See also https://github.com/j0k3r/graby/issues/240