Marshall Roch

Results 29 comments of Marshall Roch

isn't this fixed by 16620e3623fd46b435313abd639b86313facb7b8 which is in [email protected]? i must be missing something because that was released several months before this was filed. :)

i'm running into the same digest_path issue with sprockets 4. I narrowed it down to using `//= link foo.js`. I think this is the issue: https://github.com/rails/sprockets/blob/24c97270fbf6de11b4ffff0311bb427b7a8a3a83/lib/sprockets/base.rb#L88 as far as I...

i don't think it was the root cause because (according to that PR) it broke in 9de01c9f8ddb5f4956f1473b657c055c1974642f which was in 5.6.0, but we're using 5.5.0. i'm going to use a...

circling back with results from our workaround. these are the two underlying exceptions we've gotten reports of so far (still no actual repro unfortunately): ``` Unix.Unix_error(Unix.EBADF, "read", "") Raised by...

[WTF-8](http://simonsapin.github.io/wtf-8/) seems like a similar scheme

see my comment here: https://github.com/diversario/node-ssdp/issues/95#issuecomment-478291570 the client doesn't wait for responses before exiting. you can do something like `var timeout = setTimeout(function() {}, 1000000)` and `clearTimeout(timeout)` when you're ready to...

@fredemmott updated permalink: https://github.com/facebook/hhvm/blob/0c4c1b966bec9cae74d9d35d13ffc93c449fa00a/hphp/hack/src/utils/lsp/lsp.ml#L1007

My use case probably only applies to Meta employees, but we have a related issue. I'd love to see a `-f` force option to ignore that the dir already exists....

just stumbled across this, I don't know how I missed it before. I ported Grisu / double-conversion from C++ to C here: https://github.com/flowtype/ocaml-dtoa would be awesome to have in stdlib...

> A possible use case which I encountered recently is [FILE_NOTIFY_INFORMATION](https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-file_notify_information). ReadDirectoryChangesW writes a sequence of these into a buffer, so inserting a null byte would potentially overwrite. specifically, here:...