适然(Sauntor)

Results 18 comments of 适然(Sauntor)

a workaround is blocking the domain `secure.gravatar.com` via `/etc/hosts`: ```text 127.0.0.1 secure.gravatar.com ```

I got this problem too, it may be caused by HiDPI scaling.

Run the commands: ```shell sudo flatpak repair flatpak repair ``` See https://github.com/elementary/appcenter/issues/1981#issuecomment-1414514763

> > Run the commands: > > ```shell > > sudo flatpak repair > > flatpak repair > > ``` > > > > > > > > > >...

> I solved this by running: `flatpak repair --system` `flatpak repair --user` It can't work for me

But if you launch `AppCenter` from terminal, it may works sometimes. ```shell io.elementary.appcenter --g-fatal-warnings -u ```

> There are hot corners for switching workspaces in System Settings -> Desktop -> Multitasking. It waste time for impatient, the user must moving the mouse to corners specifically ...

I think `Plain SQL` is not graceful, plain sql solution seems not in `Slick` `FP` way

Other `DSL` flavor may be as fellows: ```scala // 1 def updateUserSelective(user: UserUpdate) = { users.filter(_.id === user.id) .dynamic .field(_.password, user.password) .field(_.name, user.name).with(name => name.nonEmpty, name => name.get) .fieldOption(_.age, user.age)...

> Do you want to contribute this? I can pair with you to help. I'm a newbie to `FP` and `Scala Macros` 🥹, and learn it in recent days, maybe...