Frank Xu

Results 7 issues of Frank Xu

I don't know why all the child workers exit with a code 0 and signal null in 2 minutes. And I tried to restart worker by binding a function to...

When my child worker have some syntax error, or runtime error which outside `onmessage`, `onerror` callback, the parent worker does not show any message, just wait there. Today I just...

your code is modified from apple's SMJobBless, which use XPC as a command-line utility, can you make it work w/ Xcode's XPC Services Template?

okio version: 1.4.0 okhttp version: 2.4.0 ``` Java java.lang.NullPointerException: Attempt to write to field 'okio.Segment okio.Segment.prev' on a null object reference at okio.Segment.push(Segment.java:96) at okio.Buffer.writableSegment(Buffer.java:1120) at okio.Buffer.write(Buffer.java:940) at okio.Buffer$1.write(Buffer.java:74) at...

bug

`setMarkedText` seemed to set `attributedString` to itself, and `_mutableAttributedString` was changed but never set.

Without this fix, redhat/x64 will throw an error '`long' is two large for constant variable.`

I try to use sendResponse for redirect back after login success. ``` everyauth.everymodule.sendResponse(function(res, data) { res.redirect('back') }) ``` Object has no method 'sendResponse'