Zlati Pehlivanov

Results 36 issues of Zlati Pehlivanov

I get the includes with wrong identation and an empty line between ``` @mixin otb-sub-modal-settings() { @include otb-modal-title-settings; @include otb-modal-footer-settings; @include otb-label-settings; @include otb-text-input-settings; @include otb-link-like-settings; } ``` or ```...

Could we get an npm release please

Have you deleted the generator on purpose? If so, can we have an explanation step by step how to configure everything, cause now the readme is unclear and not fully...

**Describe the bug** Missing image in the Material theme builder **To Reproduce** Steps to reproduce the behavior: 1. Go to [https://m3.material.io/theme-builder#/custom](https://m3.material.io/theme-builder#/custom) 2. the emulated mobile screen **Expected behavior** Expecting the...

## 🚀 Feature Requests I would like to have more logs, and be able to change the level from the constructor parameters. ### Contextualize the feature Currently there are logs...

I tried 3 animation jump, worm and magnify. All of them with 4 dots only, when jumping over 2 dots meaning from first to last dot I see middle dots...

Hi, just tried to update my dependency image package to latest 4.0.17 and after calling controller.crop() I see the Status is changing but the callback onCrop is not called.

SupabaseAuthState and SupabaseAuthRequiredState are unclear where they came from. In the official docs of supabase for flutter there is no such thing. Maybe it was existing in v0.3 but not...

I've found that there is an attribute templatePagination to ng-Table I guess I have to check how the current pagination is done in order to prepare a template. Is there...

like so I would be able to make something like this ``` { title: '', field: 'id', sortable: false, getValue: function($scope, row) { console.log($scope) var value = row[this.field]; return $sce.trustAsHtml('Edit');...