LE PHUC H
LE PHUC H
I have a vertical carousel. ``` ``` ``` export default { data() { return { quantity: 1, mainImage: this.product.images[0], slickNavOptions: { slidesToShow: 1, slidesToScroll: 1, dots: false, arrows: true, vertical:...
I am getting this error on the `_bootstrap_variables.scss` of Bootstrap 5.2 `$map1: map-loop(("primary": #0d6efd, "secondary": #6c757d, "success": #198754, "info": #0dcaf0, "warning": #ffc107, "danger": #dc3545, "light": #f8f9fa, "dark": #212529), to-rgb, "$value")...
I am testing a document in Portuguese, but it doesn't exclude the stop words from the result even I already defined stop_words='portuguese'.  This is...
Make Orbit able to create schema outside the model class. ```php Orbit::registerDynamicSchema('posts', function (Blueprint $table) { $table->string('external_url')->nullable(); }); ``` This will add `external_url` column to the `posts` table.
I can not call static method like your documents. I got this message: `Non-static method Moltin\Cart\Cart::insert() should not be called statically, assuming $this from incompatible context` Thank you :D.
Firstly, I want to say I really like your plugin, but ... I just copy some examples in your documents and paste into the editor and maybe they don't work....
I used the example of the docs: ```php $sparkLine = SparkLine::new(collect([ new SparkLineDay( count: 1, day: new DateTimeImmutable('2022-01-01') ), new SparkLineDay( count: 2, day: new DateTimeImmutable('2022-01-02') ), new SparkLineDay( count:...
## Description When using `y-direction="south"` on a `VisXYContainer` component in Vue, the tooltip fails to appear on hover. The crosshair component appears to not detect mouse events properly when the...