Enzo Innocenzi

Results 73 comments of Enzo Innocenzi

Hey, thanks for the awesome lib! It came in very handy. 😊 I mean basically `cropper.rotate(angle)` but with the stencil. When I say that it isn't native, I meant that...

Thanks for this info. Honestly, that feature is not a big deal at all, You've already done a lot of good work on this library, so please don't bother looking...

Hey! I like the DDD approach even for small projects because it's easier for me to reason about. This boilerplate is greatly inspired by brendt's book, [Laravel Beyond CRUD](https://stitcher.io/blog/laravel-beyond-crud), which...

> I just was wondering whether it was an overhead for medium size projects If Laravel supported a way to change the path of generated files with the `make` command,...

Hey, yes, that's a good idea. I'd accept a PR for that. :)

You may want to use the [normalizer](https://vue-treeselect.js.org/#customize-key-names) feature to change the ID. For example, you can use [lodash's `uniqueId`](https://lodash.com/docs/4.17.15#uniqueId) to get a unique ID based on the actual ID. ```javascript...

More false-positives here: ``` × 114:3 Link to https://hellosun.brussels is dead remark-lint:no-dead-urls × 236:5 Link to https://codepen.io/adamwathan/pen/RxWrZr is dead remark-lint:no-dead-urls × 238:5 Link to https://codepen.io/drehimself/full/vpeVMx is dead remark-lint:no-dead-urls × 244:3...

I think it might be an issue with Godot itself, and not the plugin. See https://github.com/godotengine/godot/issues/29238.

Tried the markdown plugin and it has issues. Is there anything new about this issue?

Not sure if it's related, but using https://github.com/spatie/laravel-data, a similar issue happens: ```php protected $casts = [ 'legacy' => LegacyUserData::class, ]; ``` The generated property is `@property \Spatie\LaravelData\Data|null|null $legacy` instead...