Ivo Valchev

Results 26 issues of Ivo Valchev

_Very much_ proof of concept ![image](https://user-images.githubusercontent.com/7093518/110478126-4d237400-80e4-11eb-9a86-0d61f8a2a019.png)

new feature

At present, https://github.com/bolt/users is patchy. We need to make it work better, as well as easier. Proper documentation too.

Stale

See https://github.com/bolt/forms/issues

Stale

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

tag: feature request
Stale

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

🎩 refactor
Stale

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 :-)

💡RFC

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

enhancement
help wanted