David Adi Nugroho

Results 11 issues of David Adi Nugroho

This PR add static function `names()`, `values()` and `toArray` in the BackendEnum class. ```php use PrinsFrank\Standards\BackedEnum; use PrinsFrank\Standards\Language\ISO639_1_Alpha_2; $array = BackedEnum::toArray(ISO639_1_Alpha_2::class); $values = BackedEnum::values(ISO639_1_Alpha_2::class); $names = BackedEnum::names(ISO639_1_Alpha_2::class); ``` This maybe...

As issued here #133 Currently headwind doesnt automatically activate when using ESM file `tailwind.config.cjs` This PR add activation events for file `tailwind.config.cjs`.

Saya lihat readmenya tidak urut abjad, kayanya sih bakal lebih enak dan gampang nyari hal di list yang sudah urut berdasarkan abjad. Ide saja sih. Pendapat? :point_down:

enhancement

Hi, i just notice that when i install `jeroennoten/Laravel-AdminLTE` it has dependency of `almasaeed2010/adminlte` which has HUGE download size, around ~109MB. ![image](https://user-images.githubusercontent.com/20186786/123501602-46f3dc00-d670-11eb-87af-e95d235bc2d1.png) But here, i believe it just copied some...

question
adminlte-enhancement

As i browse the codebase, i found tailwindcss is added to this starter template. [Stilsa](https://getstisla.com/) uses bootstrap 4 right? Why add tailwindcss to the core? If the use of tailwindcss...

enhancement
help wanted

I installed my browser (firefox and chrome) via homebrew, when i run the gluworld example. i got error: ```txt ❯ node . [Gluon] starting browser... file:///Users/d/Data/labs/glutonis/node_modules/@gluon-framework/gluon/src/index.js:86 const [ browserPath, browserName...

enhancement

So i was trying the package, but when i click backup only database, it wont work. turns out, when i debug, it has an error: Maybe it would be nice...