Matěj Štolfa

Results 11 comments of Matěj Štolfa

https://github.com/RocketChat/Rocket.Chat/issues/26231 FIX

yeah, I use docker compose.. still it is mongodb problem and should be solved with the code I provided.

Try this shell into mongo and write rs.initiate( _id: "rs0", members: [ { _id: 0, host: "MONGODB URL" } ] )

Ok, drop the database beforehand, then use rs.initiate()

It will.. you completely reset it.. but I assume that is not the biggest problem now if the whole db is not working anyway

because you try to initialize replica which is already initialized, thats why you do the reconfig() option I linked above.

![image](https://github.com/user-attachments/assets/0a97f621-de09-40c9-a64a-43c4fb0f1d39) I have turned every file into a jupyter notebook file.. now all I need is to just run em, but idk what should be the order of running them

![image](https://github.com/apache/echarts/assets/54073116/9a7f0bc5-0d9b-4b07-a8e8-b829e956df2f) limiting the smallest possible width of the slider is not a bad idea, although not practical for my use case.. the user might want to achieve even higher zooming...

we don't want to limit the depth to which the user can zoom in, it's not very UX friendly

> > the slider becomes really tiny and difficult to be manipulated > > try `handleSize: 48, handleStyle: {color: 'red'}` - easier to see and manipulate its not just handles,...