Tyler Calder

Results 5 comments of Tyler Calder

I wouldn't mind working on this if it's not being handled already

Will look into changing this: https://github.com/google/earthenterprise/blob/93bf8911e7568dfe22f413b88a1d83103796d2a5/earth_enterprise/rpms/opengee-server/snippets/pre-install.sh#L37-L38

> ```zig > var file = try std.fs.cwd().openFile(path, .{ .mode = .read_write }); > var stat = try file.stat(); > try file.seekTo(stat.size); > > try file.writer().writeAll(); // this will happen...

> Apps like Mercurial SCM is dependent on atomicity of file append semantics when a local repo is share by multiple users. https://wiki.mercurial-scm.org/Presentations?action=AttachFile&do=get&target=ols-mercurial-paper.pdf And `std.posix.open()` is not supported on Windows....

Hey I saw this, and saw the work you did forking vte. With the transfer of the Roff style code were you thinking of a general purpose `bytes` or `str`...