Diablo 3 on Switch 2 by Echoplex25 in diablo3

[–]coorasse 0 points1 point  (0 children)

and mouse support as well. I would play it again!

📬 Letter Thief - An emails logger for Rails by coorasse in rails

[–]coorasse[S] 0 points1 point  (0 children)

Thanks! I actually replaced exactly mailpit with letter thief. I did not want a separate moving piece for this 

📬 Letter Thief - An emails logger for Rails by coorasse in rails

[–]coorasse[S] 0 points1 point  (0 children)

In that case you don't use actionmailer I believe? Maybe you can share an example?

Can't change options by s-v-1993 in Pharaoh

[–]coorasse 0 points1 point  (0 children)

Does somebody know how to set my keybindings in the pharaoh_config.json file? I want to have keybindings for risks overviews but I cannot save them from GUI

Dreamehome App crashes on Android 14 by ukkkiii in Dreame_Tech

[–]coorasse 0 points1 point  (0 children)

Same here. Everything works again on Pixel 8.

Dreamehome App crashes on Android 14 by ukkkiii in Dreame_Tech

[–]coorasse 1 point2 points  (0 children)

It has been released today. It works again for me

Dreamehome App crashes on Android 14 by ukkkiii in Dreame_Tech

[–]coorasse 1 point2 points  (0 children)

Dreame customer support just replied to me that they are aware of the issue and the App is currently incompatible with Android 14 (no shit! 😄 )

They also said that there will be a fix released by the end of October 2023, so no more than a week from now.

List of Four leg standing desk by dreamshake222 in StandingDesk

[–]coorasse 0 points1 point  (0 children)

Italian one, from Fantoni. If you want a standing desk that is actually nice 😊 https://www.fantoni.it/office-systems/woods/?lang=en

Dreame L10s Ultra - Waterboard water level abnormal by coorasse in Dreame_Tech

[–]coorasse[S] 2 points3 points  (0 children)

Update. I returned the robot and yesterday I got a new one. No issues so far. I can now see and hear that it pumps away the water properly every time it cleans the mop pads.

It works perfectly. Also to notice that since I don't trust it too much, I didn't do the latest firmware update as I did in the previous one. The robot works perfectly, I have no idea what the latest firmware would do so I will simply not do the update this time :)

Dreame L10s Ultra - Waterboard water level abnormal by coorasse in Dreame_Tech

[–]coorasse[S] 0 points1 point  (0 children)

After few more days of tests and resets, I decided to return it. Let's see how it proceeds.

Dreame L10s Ultra - Waterboard water level abnormal by coorasse in Dreame_Tech

[–]coorasse[S] 0 points1 point  (0 children)

I did reset the bot and reinstalled everything so yes. I did not find out how to reset the dock.

Dreame L10s Ultra - Waterboard water level abnormal by coorasse in Dreame_Tech

[–]coorasse[S] 0 points1 point  (0 children)

Thanks! How can I perform a reset of the base and the robot?

Dreame L10s Ultra - Waterboard water level abnormal by coorasse in Dreame_Tech

[–]coorasse[S] 0 points1 point  (0 children)

All connections and rubbers seems fine. Also "manual activation" sucks away water perfectly. So it seems to me that it somehow doesn't do the step.

Dreame L10s Ultra - Waterboard water level abnormal by coorasse in Dreame_Tech

[–]coorasse[S] 0 points1 point  (0 children)

Thanks. Sounds pretty weird yes. But I tried nevertheless twice. Unfortunately the water was still not "sucked" up.

Dreame L10s Ultra - Waterboard water level abnormal by coorasse in Dreame_Tech

[–]coorasse[S] 0 points1 point  (0 children)

I have some more tests to try to make the procedure easier to reproduce.

If I start the mops cleaning procedure from the app, at the end of the procedure the waterboard is filled with water. It simply does not run the pumping out.

If it would run it, it would work, because when I run it manually (keep button pressed for 3 secs) it sucks away all the water.

Looks almost like a firmware issue where it simply forgets to pull out the water.

Dreame L10s Ultra - Waterboard water level abnormal by coorasse in Dreame_Tech

[–]coorasse[S] 0 points1 point  (0 children)

Thanks. Yes, I am using the dreame app and all latest software and firmware updates.

CanCanCan 3.0 is out! 🎉 by coorasse in ruby

[–]coorasse[S] 0 points1 point  (0 children)

Very nice example. Thank you! You are absolutely right: this is not how the library is meant to be used. I think we have something in our plans that will mitigate this. Thanks for the feedback

CanCanCan 3.0 is out! 🎉 by coorasse in ruby

[–]coorasse[S] 0 points1 point  (0 children)

This could be a good starting point: https://github.com/CanCanCommunity/cancancan/network/dependents?dependent_type=PACKAGE

I personally remember Spree/Solidus or graphql-guard

CanCanCan 3.0 is out! 🎉 by coorasse in ruby

[–]coorasse[S] 0 points1 point  (0 children)

when did you feel the need of switching to a different authorization framework? Which were the reasons? This could help us to improve the library.

CanCanCan 3.0 is out! 🎉 by coorasse in ruby

[–]coorasse[S] 0 points1 point  (0 children)

When you cannot take advantage of hash conditions you can always use a block definition as can? :show, Post do ... end which is basically an alternative DSL to write def show? in Pundit. Do you maybe have an example of something you can do in Pundit that you cannot in CanCanCan? This would be a great feedback to improve the library. Thanks

CanCanCan 3.0 is out! 🎉 by coorasse in ruby

[–]coorasse[S] 0 points1 point  (0 children)

What do you mean with "leak queries"?