Luciano Oliveira

Results 11 issues of Luciano Oliveira

Hi, I have installed `sofa/eloquence-mappable 7.0` but when I try to install `composer require sofa/eloquence-mutable` I get this error: ```log Problem 1 - Conclusion: don't install sofa/eloquence-base v6.0 - Installation...

Hi! Please, do you can change the default scrollbar? ![MaRhtNuJM6](https://user-images.githubusercontent.com/12519008/229172759-b639782c-7f90-4cfc-964d-ad82af6abde4.png) Something like this: ![image](https://user-images.githubusercontent.com/12519008/229173718-9c957204-d9cc-44fc-a9cf-610054509415.png) ```css ::-webkit-scrollbar { height: 5px; width: 5px; background-color: transparent; } ::-webkit-scrollbar-thumb { border-radius: 0.375rem; background-color: #e3e3e3;...

Is there a way to work with [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller) ?

how can I write Synchronized lyric (SYLT) in mp3 file? I didn't find any examples. All the best.

Before Laravel 11 to use compoships with [Eloquent Eager Limit](https://github.com/staudenmeir/eloquent-eager-limit) it was necessary to use this [Compoships Eager Limit](https://github.com/mpyw/compoships-eager-limit) package. Now the Eloquent Eager Limit package [is native on Laravel](https://www.youtube.com/watch?v=n4oiIa6BDqE)....

Hello! First of all, congratulations on the application and all the documentation, it is perfectly excellent. I think it would be awesome if KaraFan automatically copied song metadata like artist,...

Thank you for you package. I found a problem with the last version 1.0.5 In your example, change the package version to 1.0.5 and try to select a small text...

After upgrade from 0.4.5 to version 0.5.1 share state it is not working. I receive this error on console log: `[5576:0425/120114.056:ERROR:CONSOLE(1)] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)`

Implementing ID3 tag copying and saving functionality using the Mutagen library. Please note that this feature is exclusively for MP3 files due to Mutagen's limitations. Limitations: - Mutagen does not...

**Describe the bug** On the progress tab, when the output text reaches the view limit, the app crashes. I found that the issue lies in the [```inference.py -> def write...