Harings Rob

Results 64 issues of Harings Rob

## Summary - [ ] Allow publishing custom icons - [ ] Publish block Vue components ## Describe the solution you'd like This is a follow up of https://github.com/area17/twill/pull/1446 with...

type: enhancement

Currently these are strings, but we can add an "enum" ``` class PermissionLevels { public const ROLE = 'role', } ```

type: enhancement

## Summary We could cache the compiled data of blocks and repeaters (when not in dev mode)

type: enhancement

## Description When you have a bock with media field "cover" and you also have a "cover" on your main form, the media will be saved with the crop parameters...

type: enhancement

Hi, I have made an attempt for the implementation that has the following requirements: 1) langcode field on the order 2) ensure it's populated (by CartProvider) 3) ensure it can...

I have included the messages from #749

Solves https://github.com/martinlindhe/laravel-vue-i18n-generator/pull/121 as well (copied it over so give attribution). Solves? https://github.com/martinlindhe/laravel-vue-i18n-generator/issues/122 as well

So I have the following snippet: ```ts axios.get('/api/user').then(({data}) => { this.user = plainToInstance(User, data); }); ``` Functionally it is fine. However, typescript reports the following: ```ts TS2322: Type 'User[]' is...

type: question

Hi! I think a nice addition to the package could be a boolean public property "inModal" for when a component is actually in a modal. This can be useful for...

Small guidance for phpstorm.