Lukas Schmidt

Results 17 comments of Lukas Schmidt

@josharian So the call side would look like the following? ``` js text.insertAt(0, ["a", "b", "c"]) ``` or ``` js text.insertAt(0, "abc") ```

I close this for now

@ept I could imaging that upgrading a document depends on an event like version bump. So as a developer I want to give this action a name eg ```javascript document...

@pvh @josharian @ept I implemented a pseudo-polymorphic insertAt in #350. Please give some feedback and we can iterate on it.

I have nearly the same issues. First press get often ignored, Second one will first two times.

At the moment it is not possible to remove the project file because SPM does not support Unit Testing of Packages which have UIKit decencies

I guess by using an internal DispatchQueue and conforming to Sendable (maybe unsafe) your are already ready for Swift 6. Not sure if it is worth rewriting everything using actors