Ivo Valchev

Results 47 comments of Ivo Valchev

This will be tricky... the `FileField` and `FilelistField` entities are not autowired, which means we can't _reliably_ get the correct public directory in order to generate the path to the...

Hey @evertalbers , looking into this more I see that the `bolt:server` command (here: https://github.com/bolt/core/blob/master/src/Command/ServerCommand.php) runs with the `--full-path` option when creating an installation. Therefore, it gives the command including...

Hey @Marmelatze, could you share a reproducible example? I'd be happy to take a look and see if there's a bug we can fix :-)

Sorry this got lost. Yes, I think so. I'm working on collections anyway, so I'll add a fix for this too :-)

Hi @Chi-teck , nice catch and tracking the source of the issue. Can I assign this issue to you? :-)

Hi @EmilePerron, yes there is: https://github.com/bolt/core/pull/2116 Hope this helps ^^

Hi @romokebi , it sounds like the `.htaccess` config needs a bit more configuration to work properly on the 1on1 hosting. Here is the default `.htaccess` that Bolt arrives with:...

Thanks for the detailed issue, @mcdennem ! Digging into this, I don't think we're able to fix it properly. The issue is that when vue multiselect's `searchable: true` is set,...

Wow, awesome! Big fan of upgrading to Vue 3! 👍