mybigman

Results 37 issues of mybigman

```javascript const styles = { base: 'px-6 py-2 rounded font-medium mx-3 shadow transition duration-200 each-in-out', outline: 'border', size: { sm: 'small', lg: 'large', }, }; const cx = classNames.bind(styles); console.log(cx('size.sm'));...

Hi, Having an issue with route group protection on nested groups. ```php Route::group([ 'prefix' => 'application/fast', 'middleware' => ['web', 'auth', 'acl'], 'is' => 'god|fast.admin|fast.user', 'namespace' => 'Modules\Fast\Http\Controllers', 'as' => "fast."...

Hi, Are you able to add a method getRolesById() to return the role ids rather than slugs? Thanks

fails ``` #include #include ``` works ``` #include #include ```

mos.yml doesn't use `http.auth_file` if preceded with a dot. fails ```yaml config_schema: - ["http.auth_domain", "ADMIN"] - ["http.auth_file", ".htpasswd"] ``` works ```yaml config_schema: - ["http.auth_domain", "ADMIN"] - ["http.auth_file", "htpasswd"] ``` if...

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question
investigate

Is there anyway to support extended string for the delimiter as the copy command supports this. ``` delimiter = E'\x05' ```

```css :root { --gulf-blue: 55, 64, 87; } rgb(var(--gulf-blue)); rgba(var(--gulf-blue), 0.5); ```

enhancement

Our vendor databases use `bigint` as the primary key which is rather annoying. Out of the box lucid (mysql driver) doesn't appear to support it. After a few hours of...

A couple of things. * Is there any plans or can we have support for [astro](https://astro.build/), maybe a plugin? * How can I use twind@next via shim as installing the...