Almar Klein

Results 1569 comments of Almar Klein

> "extend" the validity What validity do you mean?

I've been reading up to this. A great series of posts on the topic in general: https://therealmjp.github.io/posts/breaking-down-barriers-part-1-whats-a-barrier/ * With wgpu being more high-level, the degree of control is limited. All...

I asked in the wgpu chat room. Someone responded that the use-case is currently not possible. The impression I get is that they may want to provide API to create...

I just did a quick search and test to confirm: you cannot combine objects created with different devices.

> The impression I get is that they may want to provide API to create additional queues, which would solve this case. I got this confirmed by a dev. Also...

> > you cannot combine objects created with different devices. > > Can you elaborate on this? > > Is one alternative the need the copy the data to the...

> This should make it possible to render various kinds of 2D UI controls @kushalkolar ☝️ 😉

Websockets are indeed more susceptible to connection problems. Technically it should be possible to restore the connection, but I fear that would involve substantial changes to the Flexx internals, because...

That error originates here: https://github.com/flexxui/flexx/blob/7461524640a60ab6b1cccc4f8c0f83455280574f/flexx/app/_app.py#L601-L612 An incoming connection asks the manager to find the corresponding session. In this case it fails, because it looks in the pending sessions, and it's...