Mario
Mario
what about degrading the message from [error] to [warning] in the meanwhile: `[warning] fs does not support the current operating system: automatic code reloading might not work` or similar?
sorry for the not re- or pre-thought pull request. https://github.com/duke-m/kqclient can we try to use this as a base for the fs-bsd-port?
sys/kq.erl sketch: ```erlang known_events() -> [renamed, removed, modified, undefined]. start_port(Path, Cwd) -> Path1 = filename:absname(Path), Args = [Path1], erlang:open_port({spawn_executable, find_executable()}, [stream, exit_status, {line, 16384}, {args, Args}, {cd, Cwd}]). line_to_event(Line) ->...
Hello, thanks. I don't know how the others feel but could you please rather be publishing usual bug/issue reports than pasting IRC logs? I've seen that happen quite often. Please...
Dear @zoffixznet , don't get frustrated, if you want to continue to paste IRC logs please feel free to do so. But as you mentioned time let me try to...
That you're editing a lot and deleting your replies shows that this is causing bad emotions. That was not my intention I can assure you! Maybe we just have a...
I recommend https://securitytxt.org, it's easy to setup and maintain, gives a certain level of standardization and security (when obeying to the usual rules when generating and maintaining and revoking keys).
fixed with #769, which was before this PR was opened, if I haven't misunderstood this issue can be closed @ctron
thanks for this, maybe we can close this as there is a workaround for that edge case (does this need a FAQ entry?). @ctron
what did you use to measure, something like `time trunk` or something like ``` top -pid `pgrep trunk` ```