jacereda
jacereda
In that case, they probably added some other function to libc that isn't intercepted, the output of `nm` for libSystem (or whatever has the `open` wrappers, IIRC they splitted libSystem...
The benchmark I saw was reposted today at HN: https://news.ycombinator.com/item?id=32517274 By TOS caching I mean something like this: ``` OVER: *--dsp = tos; tos = dsp[1]; NEXT; DUP: *--dsp =...
You don't need to control the registers to have something like that. Each word can probably receive a pair of values (TOS and DSP) and return those as well. With...
I'm also facing this under NixOS and Nixpkgs/Darwin (without `:ensure t`). It's weird, but I tried installing `org-brain.el` from a local checkout (as opposed to the version available in Melpa)...
I'm not very familiar with the `attr`/`prop` distinction, but if `attr` should be used for attributes and `prop` for properties, looks like the standard declares most of the video stuff...
What would be the solution then? Maybe extending the `Prop` type in `Halogen.VDom.DOM.Prop` with `| StupidProperty String String PropValue`?
I just tried: ``` muted = prop (PropName "defaultMuted") ``` No joy. Even if the Elements inspector in Safari is now showing `muted`, the video is still audible. If I...
Looks like a problem on my side. I have tried again with a reduced example (not involving XML3D) and a standalone video will work as expected using: ``` muted =...
I'm also facing this issue. Is there any bug preventing a new release?
I tried current master and it seems the error is still present in my case :(