Lukas Schmidt

Results 35 issues of Lukas Schmidt

Is there a reason to not allow it?

Hi, I am not familiar with Rust but I have experience compiling rust to be used for Apple platform development (iOS, macOS etc). To do this I would like to...

When creating a route sequence (v 3.4.1) I am not able to delete a stop. Is there a way to do this? If possible, it is not very obvious. If...

housekeeping
Frontend

I just forgot to enter the Route in the Default Route Sequence screen. When saving it warned me to set a route. After setting it I lost all my data....

housekeeping
Frontend

When editing trips/timings it would be really helpful to have stop name to have a readable reference

This could resolve #326. It introduces a the possibility to pass normal strings into `insertAt`. ```js Automerge.change(s1, doc => doc.text.insertAt(0, 'string')) ``` If one passes a string it gets split...

At the moment automerge stores dates as milliseconds(int64) which can lead to loss of sub-milliseconds precision on platforms which support it. We should find another representation which works on all...

design-discussion

Current version (0.6) does not have Carthage support

Either AMClone is not implemented or it is missing from the header file. Maybe @jkankiewicz can help?

The JS version of [applyLocalChanges](https://github.com/automerge/automerge/blob/2abe94e9e6a35742f1dbd6be12b3d4f3c3cbd880/backend/backend.js#L122) supports returning the resulting binary change. Would be great if can expose this to the C-API

enhancement