Jc Miñarro

Results 40 comments of Jc Miñarro

@lachlan-eagling The updates on the backend development are not on a public repo but I can assure you our backend team is already working on it and will be ready...

Hello @prekogdevs Our Backend Team already changed it, but maybe your App has not received the update yet. Would you mind opening a ticket [here](https://getstream.io/submit-bug-report/) with your AppId then we...

@prekogdevs @lachlan-eagling @GrayaMax @Yatish1910 It should be already fixed on backend and deployed to all apps. Could you verify it is working fine on your apps?

I can see some dark-theme css are added to [this](https://github.com/tobychui/zoraxy/blob/main/src/web/main.css#L30) and the "theme toggle button" is commented [here](https://github.com/tobychui/zoraxy/blob/main/src/web/index.html#L33). The dark-theme is enabled by calling `toggleTheme()` within the browser's console. Is...

I don't have high css knowledge, but I will try to improve it a bit

For now, it is not possible. Please share your use-case to see if we can add a generic case to cover it.

Maybe we can open our `GenericError` class, Allowing you to create your own Error classes, but as far as the sealed class is defined inside of the library, you won't...

There are for `.cvs` files that would need to be considered for importing from SimplyAuto. [Here](https://simplyauto.app/importguide.php), on their import guide, they detail the content of every file

As far as I can see when I export my data, there are 4 files, the same 4 that are detailed on the link I posted previously. If you need...

Ok. I see. I didn't read/check the `.csv` structure details, but it looks fine. We will need to split the `fuel_log` into 3 different files before to import, Fuel, Services...