Damir

Results 30 issues of Damir
trafficstars

I have tested this package for compile my layout file which include too much things. However the result was not as expected. But commenting method `implodeLayout()` worked fine, this: ```php...

How you solve problem when you need to edit again your views files, so you need to restore back compiled files, make the edits, and then re-compile. In my case,...

I see that CSS of datatable_css.blade.php are not loaded correctly. In layout app.blade.php is missing the section inclusion or stack. In datatable_body.stub: ``` @section('css') @include('layouts.datatables_css') @endsection {!! $dataTable->table(['width' => '100%',...

This error happen when trying to build via npm run build for both css file of choices and flatpickr. By commenting this file works fine: //import "./Components/choices.scss"; //import "./Components/flatpickr.styl";

needs more info

A few suggestions and feature request. Would be good to have a rich textarea with https://www.taptap.io/ Also there is already a Discord channel or similar? Thanks!

enhancement

I did make a change in SpladeTable by adding a new prop to column named responsive. When enabled then in `th` and `td` it's added a class for hide the...

enhancement

It seem that it's not possible to set attributes via locals, but only values. So it's not possible to set dynamically the "selected" or "disabled" attribute to a select or...

### Description I would like to make a PR to allow pass a function to expose decorator for set different name using a callback. Let me know if you would...

type: feature
flag: needs discussion

Would be possible to add a default content when it's not provided? I think here in the code: ```js const content = tree.match(match('content'), () => { // Other conditions when...

Considering below types of Radix UI Accordion, where there is `type` single or multiple, and when is single we have also `collapsible` ```js export interface AccordionSingleProps extends AccordionImplSingleProps { type:...