Timothy

Results 12 issues of Timothy

Steps to reproduce: `npm init electron-vue-next my-project` `cd my-project` `yarn install` `yarn dev` Server starts correctly, but opening the page in the browser shows a blank white screen. The following...

bug

This is exactly what I was looking for. The laravel validation strings are hard to remember, hard to read, and take forever to write. This solves all those problems. Well...

Would be great to have the option to get the words as an array so that we can construct our own joining rules easily. E.g.: ```js converter.toWords(9007199254740992, true); // 'true'...

### Synopsis: The migration path is a hard-coded string in MigrationGenerator. Changing this value is necessary for some installations such as multi-tenancy, where migrations for tenants are placed in a...

enhancement

Is this a support or usage question? No ### Expected behavior allow carbon fields as replacement for ACF fields. Would be great to see this as an integration. I imagine...

has-patch
2.x Future

``` img { -webkit-filter: saturate(10%); } ``` This is confuzed as the LESS filter function for saturating colors and throws an error. String interpolation does work, however: ``` img {...

Please don't do this to the end users (me). I'm in the midst of using v2rc1 and came across this restriction - which seriously limits my ability to provide services...

2.x Future

### Expected Behavior The `build()` methods would declare the return type as the concrete class - `static` instead of `self`. ### Actual behavior Timber entity classes declare their return type...

2.x Future

**Describe the bug** When creating a relationship on a table that references other records of the same table, the routes generated use the entity name rather than the relationship name....

All documentation examples show single-use case. Would be nice to see a page dedicated to showing how fields/complex fields can be reused. I feel like that's where the real power...

enhancement