Travis DePrato
Travis DePrato
You're right about not seeing /dev/shm, but I ran both and only saw an ftruncate syscall at all when running under runsc.
This isn't (from my perspective) a bug. It helps synchronize execution. Suppose you have a function ```js function getFriends(userId) { const user = userLoader.load(userId); const friends = userLoader.loadMany(user.friendIds); return friends;...
For anyone wanting to make all properties that are `undefined`-able optional, here you go. The magic sauce is the last type, `UndefinedOptional`. **Updated Gist:** https://gist.github.com/travigd/18ae344a6bc69074b17da11333835c3d#file-undefined-optional-ts ```ts /** * Get all...
> Project local links only work for non absolute paths. Can this be changed? I get opening project-external files in external applications, but it doesn't make sense that a project...
It seems pretty clear that the chances of this project being updates are low. Can we (well, you, to be specific) create a fork and publish to npm (maybe as...
Maybe an `@slate-contrib` npm org? I'd be happy to help (at least a bit).
To do this *properly*, you'd need to change Anser as well, since there's no guarantee that splitting a string into chunks will happen at the "right" places (e.g., only in...
Is there a reason to support this (eg, what's the use case)? Semantically, `code` is almost always the correct choice. Also, the pattern I've seen for this stuff out "in...
This is pretty important. I just tried to open some open street map data using LightXML and it crashed HARD (the file is like 200MB).
@jheinen Any ideas on this?