Timon
Timon
@jstnlef, what can be understood under a stable build machine?
I fixed the error by upgrading all node modules. I believe npm update worked for me
There is one other problem as described here: https://github.com/ihalila/pancurses/pull/43#issuecomment-572012502 We can't use Unicode on a terminal created with `pancurses::newterm`. In order to support this `platform_specific::pre_init()` should be added to that...
I would like to see this one merged. There was anything wrong with the windows code? I will have a look for you.
pdcurses function returns a SCREEN while `window::new_window` expects an `WINDOW` ``` pub fn newterm(arg1: *const ::std::os::raw::c_char, arg2: *mut FILE, arg3: *mut FILE) -> *mut SCREEN; ```
Can we merge/release this one, since it exposes a pretty useful function?
There is one problem with this pull request. This is Unicode support. This PR supports us to use `newterm` and access it's `Window` with `stdsrc`. Though we can't use Unicode...
It would be great to see DTLS support, is there any progress?
I solved it by creating my own library, and tracking changes from outside the type, rather then relying on this library: https://github.com/entity-sync-rs/track
This PR would be very usefull if it could be merged. This event life time is a pain.