Michal Srb

Results 55 comments of Michal Srb

@funkjunky I didn't write a proposal for this, but I would love to include it here: https://xixixao.github.io/proposal-hack-pipelines/index.html#sec-additional-feature-op .

@fredemmott Couple questions: 1) https://docs.hhvm.com/hack/statements/throw says throw only supports \Exception subclasses, but it supports \Throwable implementations. 2) What's the difference between \Error and \Exception? Should we have just one of...

I had to read https://trowski.com/2015/06/24/throwable-exceptions-and-errors-in-php7/ (linked from comments) to really understand what's going on, and it's pretty unfortunate :( It might help to add a comment to the Hack declaration...

Agree this should work out of the box. We mock `window.location` at FB, but that conflicts with jsdom's `History` implementation.

You probably want to use the same filter Excalidraw uses :)

What about `MTLComputeCommandEncoder::new_with_descriptor()`, would that be possible?

Backdoor to Chromium? This happens when I'm offline.

I think to get good (=fast) results you'll have to rethink things on the CodeMirror side. That is if you want to use a full language grammar for the highlighting....

Looks like both examples start from some event, like a click. Is there an "onload" event, so that I can kick off an animation loop with it?