Leandro Ostera

Results 87 issues of Leandro Ostera

Tracing works by inspecting and pattern matching on all of the messages being sent around the system, to inspect a subset of them. The current stringly-typed messages are both wonderful...

enhancement

Right now it's impossible to know when an actor has been terminated from an observing actor, unless the terminated actor notified the observing actor directly. To solve this, we can...

enhancement

Port something like https://github.com/freecnpro/observerweb/ as a chrome devtool extension.

enhancement
help wanted

Hello folks! Thanks for the app ❤️‍🔥 I'm a recent migrant from twitter and noticed in one of my recent tootnamis that I had to recur to this tiny dance:...

enhancement

Hi! I found that this small change keeps compatibility with the current Rollbar API, and I'm using it in production just fine. Figured I might as well PR it back...

This keyword can be used in pattern matching guards. #### Preview

I haven't checked the whole of the book yet, but at least from the BEAM section I can see: ![screen shot 2018-10-29 at 08 24 22](https://user-images.githubusercontent.com/854222/47635099-1a503500-db54-11e8-9692-27ae303c4a6d.png) I'd happily replace it...

Hello folks! While unpacking an async-tar generated archive, file paths got truncated when they were over 100 chars. This seemed strange since macOS could unpack the archive correctly, and so...

Following #442 and #828, here's a few small changes that make the flow a little smoother, and one rather larger one that gives us S-expressions that are easier on the...

**Input** ```reason type s = { a: int, someInstanceVar: ref(int) }; let s = { a: 111, someInstanceVar: ref(222) }; ``` **Expected** ```reason type s = { a: int, someInstanceVar:...

Printer