Lukas Schmidt
Lukas Schmidt
Sounds good. I can not promise to find the time but will give it a try.
We consider using this in out app and SPM would be awesome. @Patrik-svobodik By reading this PR I encounter a few places which were declare public, but I my opinion...
Hey, thanks for bringing this up. This is definitely not intended. This is my fist try on integrating a static lib into a SPM package. Not sure if this is...
Could be useful: https://github.com/SwiftDocOrg/swift-doc#github-action
We have the same problem. ```swift router["/reisen"] = AdvancedResponse(stubFile: "ReisenResponse", mapper: mapper) router["/reisen/details"] = AdvancedResponse(stubFile: "ReiseDetailsResponse", mapper: mapper) ``` returns always `/reisen/details`
Just found the red X.
So no I really understand why I opend the issue. Looks like the Table is to small to show the red X. I would need to scroll which is not...
Makes totals sense. Thanks
> As a corollary to this, what should happen if i do: > > ``` > text.insertAt(0, 'abc', 'abc', 'abc') > ``` > > The PR does not cover this...
> What is the expected behavior for `text.insertAt(0, 'abc')`? > > One test specifying "should support inserting a single element" is asserting that the text equals abc: https://github.com/automerge/automerge/blob/performance/test/typescript_test.ts#L327-L331 > >...