-
Finally got to the bottom of what was making my incremental restyle stuff crash.
Gecko has nsChangeHint, which is a bitmask declared as an enum [1]. Bindgen currently generates a compatible rust en…
-
I appear to have the correct modules installed:
```
$ opam list
Installed packages for system:
base-bigarray base Bigarray library distributed with the OCaml compiler
base-threads base Threads l…
-
This is just an idea I had for my own Bible app that I didn't get around to implementing. I thought I may as well share the JSON for it. I bet it would be easily adjusted to fit in with browserbible-3…
ghost updated
7 years ago
-
have MARBL specify, in a generic sense, which fields it needs,
but specification of forcing field source resides in driver
-
Euclid currently implements strongly typed units by wrapping the Point/Rect/Matrix/etc.'s scalar type in a wrapper that implements the same type of arithmetic operations as the basic types (f32, i32, …
nical updated
8 years ago
-
The FriCAS interface is currently very rudimentary. In particular, converting the results of a computation into sage types is available only in very few special cases.
Depends on #21209
CC: @sag…
-
https://dom.spec.whatwg.org/#concept-element-attributes-set
Per spec, this will remove _oldAttr_ and append the new _attr_. This matches Gecko, but not Blink or Edge in this test:
http://software.hix…
-
On the first run with an empty database OpenERP fails to initialize the database because of `UnicodeEncodeError`.
I've read through the [installation documentation](https://doc.openerp.com/install/li…
gaqzi updated
9 years ago