Ivo Valchev
Ivo Valchev
_Very much_ proof of concept 
At present, https://github.com/bolt/users is patchy. We need to make it work better, as well as easier. Proper documentation too.
We already support tags (dynamically added select field values). I'd like to have the option to add values to a select field dynamically (similar to Bolt's tags).
The method is making _too_ many things, including calls to the database, which slows down things like `{{ record.title }}`. How can it be refactored? Can we do less there?...
Upon running `composer require ...`, it will be very convenient if Bolt can recognise the package as a Bolt theme, and run the install script already :-)
Hi, I need to be able to mark an object as safe based on a prop value. Following the docs, I can successfully add a safe class/interface. However, the use...
The app seems to assume some sort of 10,000 investment baseline. I highly doubt this at first glance random number will help. For me, I do know that it gives...
I have paginated iterable, say split in 5 items per page. I want to be able to `setCurrentPageOffsetStart()` to, 2, for example. That way when I iterate over the items,...