Robin Grönberg

Results 28 comments of Robin Grönberg

I can see that the your PR on snapcast has been merged. Any progress here to use that metadata and update volumio's front-end?

Hi @wawefr I have not worked with Cloudflare Tunnels or Swag + NGINX proxy_conf. Are you refering to this: https://github.com/linuxserver/reverse-proxy-confs ? It does not look that hard to write a...

What is your suggestion? That we change the project structure? I think that the integration part will be part of home-assistant repo in the end. So having it in a...

Hi, sorry for missing this. I belive this is because `/seafile` is mapped from an external host directory with incorrect permissions. I'll investigate this... Thanks for the report.

An idea is to create a new class: UnallocatedEntity which is returned by the EntityManager when creating a new entity. It has the same interface (methods) as an entity an...

I was thinking that instead of implementing a new method: `EntityManager::create_temp();`, modify `EntityManager::create()` so that it returns an UnallocatedEntity which can be implicitly casted to Entity. So when writing like...

I've benchmarked for some time now and don't really find a huge performance swing. Unless there are very few entities with a quite large component. In my test, if i...

I added the UnallocatedEntity and as performance was better when iterating, since entities are clumped closer together. However, allocating is pretty slow right now (5x times slower compared to when...

What file system are you mounting? Is it a local filesystem or network mounted?