Daniel Goertzen

Results 69 comments of Daniel Goertzen

Unless there's some concrete issue with the current implementation this should be closed.

Since I am not so involved in the project any more, I've sketched out the update process [here](https://github.com/rusterlium/erlang_nif-sys/wiki/Updating-this-package-for-new-OTP).

Oops, thanks. But maybe I'll leave this open as a reminder to eventually write a paragraph about it in docs. It could be part of a larger discussion on mutability,...

@hansihe Is this repo obsoleted by https://github.com/rusterlium/rustler/tree/master/rustler_sys ? If so we should put a note on the top of this repo to keep people from getting stuck here.

The problem is likely OTP21 not being present on the docs.rs build machine: https://github.com/onur/docs.rs/issues/23 http://www.erlang.org/downloads

Side note: A solid use case for `interpose`: ``` Haskell -- | Mutate all `trace` calls in the given action mapTrace :: Trace :> es => (String -> String) ->...

I would very much like to see pseudo terminal support. My use case is in an embedded system where a daemon needs to open and service pseudo terminals and serial...

@NorfairKing , if you have a branch of your work pushed somewhere I would love to look at it. Also, did you manage the TERM environment variable at all? I...

Some comments on a Windows implementation: This PR does not implement `useTermHandles` for Windows. I tried briefly to port the changes into the Windows backend, but more rework is required...

Some useful reference information on this topic: https://stackoverflow.com/a/3219355/398021 I'm coming here from case jtdaugherty/vty#160 where a slow serial port is causing escape codes to not be recognized. I'd like to...