Fred Emmott
Fred Emmott
Thanks - FB T87049790
The runtime should actually already be fine with this - it needs xhp library and typechecker extensions though. From an open source perspective, this would probably need to be a...
I think we'd be very unlikely to provide a way to retrofit this to existing HTML classes: - it is essentially what the `data-` attributes are meant for - it...
Seeing what appears to be the same issue with Hack, when completing variable names: 1. Use a variable `$foo` 2. Type `$f` to trigger autocomplete 3. Gets completed to `$$foo`...
Can confirm I have this issue with at least one other app using IDXGIOutputDuplication, but not with OBS's game capture.
David has some feedback about this - in particular, `dynamic` can be safer than `($mixed as foo)->bar()` if you are not absolutely certain that `mixed` is a `foo`
Sorry, I still need to incorporate David's feedback
whoops, did not mean to close it; still needs feedback addressing though
The actual webserver root is the public/ subdirectory , not the repo root
I remember seeing some problems with non-HHVM parts of the environment, but I can't find the PR/issue/commit - @lexidor , any idea?