Fabian Iwand

Results 288 comments of Fabian Iwand

[According to this overview](https://developer.samsung.com/smarttv/develop/specifications/web-engine-specifications.html) the most recent version is Chromium M85 which was released in June 2020. However, even this version should have full support. Can you please share here...

> I would expect that the owner has the permission to see, manage, and possibly edit all(!) notebooks of the organization. The current behavior is by design, as stated [in...

I can't comment on the current design, but I want to offer some notes that might help you address some of the challenges. **Default access:** In your team's workspace settings...

My description of the handling of notebooks owned by removed members was wrong. I've updated the section.

I suspect that this is a hardware acceleration bug caused by ~~repeated instantiation and removal of SVG elements~~ rerendering. Are you able to reproduce this problem on other devices?

Does it still happen if you order the privileges in your configuration alphabetically?

@gallowayevan Can you confirm that the error disappears if you simply reload the notebook? I suspect that what happens here is: 1. when you upload the file, the MIME type...

My preferred solution would be to make our search work with a negative collections filter like `-collection:` that excludes any notebook which is part of a collection. You can then...

The problem is that DuckDB loads its own instance of Arrow and then does `instanceof` checks against those symbols. If you load Arrow from a different URL it becomes a...

Yep, that's an open bug in DuckDB: https://github.com/duckdb/duckdb-wasm/issues/1231 The workaround is to ingest dates as ISO date strings, then change the column type: ```js { const data = [ {create_time:...