masto.es es uno de los varios servidores independientes de Mastodon que puedes usar para participar en el fediverso.
Bienvenidos a masto.es, el mayor servidor de Mastodon para hispanohablantes de temática general.

Administrado por:

Estadísticas del servidor:

2,2 K
usuarios activos

#updates

48 publicaciones27 participantes4 publicaciones hoy

Ok, Steam's patch system is getting out of control. After one game finally finished taking 30 minutes to apply a 320MB patch on a pretty decently fast NVMe SSD, Baldur's Gate 3 downloaded a < 3GB patch that requires more than 140GB free space to install. It's literally faster and easier to redownload BG3 on a slow connection than to delete a whole bunch of stuff to clear up that much space, remember what I deleted, then reinstall all those...

I don't know, I never really seemed to be able to get into BG3. Now that I can't run it without going through all that I think I'll just give up that false hope of one day giving it yet another try.

New Kitten release

• Fix: messages that are promises are properly awaited before being sent.

kitten.small-web.org

Kitten automatically and transparently handles asynchronous content in your templates for you so you don’t have to worry about it. One place where this wasn’t working properly is if you addressed `this.component` to stream a custom update of your component manually instead of calling the `this.update()` method of Kitten component instances.

e.g.,

```js
export default class AdminPage extends kitten.Page {
// …
onSelectedPost (data) {
this.send(kitten.html`<${this.component} postId='${data.selectedPost.postId}' />`)
}
}
```

:kitten:💕