-
e.g. https://w3c.github.io/webdriver/#execute-script step 8 says:
> Upon rejection of promise with reason r, let result be a JSON clone of r, and return error with error code javascript error and d…
-
I had encounter with a strange behavior when I used scikit-learn pipelines with `np.vectorize` function and pickle it using dill.
I've managed to narrow the situation to this -
When I try to pick…
-
Currently serialization is handles using hand-written `write` and `parse` functions. This is cumbersome, due to the sheer amount of code written, and error-prone, because these two functions are separ…
-
- [x] Create asset file and load it in on startup
- [ ] Create word model that is serializable from JSON
- [ ] Create word_db_service to load the file and parse the json into Word objects
## Not…
-
I just installed this WB for the latest FreeCAD (0.21.2) as I need to add a timing gear to my project. The gear appear fine, I can change its properties, all is good, but when I save the project, I ge…
-
The Delta.push method has been changed from
```
Delta.prototype.push = function (newOp) {
var index = this.ops.length;
var lastOp = this.ops[index - 1];
newOp = extend(true, {}, newOp);
``…
-
Now that we've started creating actual pangeo forge datasets, we're starting to notice the need for flow parameterization. I'll provide a few examples of where we may want to use a parameterized varia…
-
对下面代码块中的 enumValueField == null 条件判断有点疑问。
https://github.com/alibaba/fastjson2/blob/1ca0ab6f7e468cf8174ef048df3743665e9262bd/core/src/main/java/com/alibaba/fastjson2/writer/ObjectWriterCreatorASM.j…
-
-
Because [`ImmutableEntry`](https://github.com/google/guava/blob/c462d69329/guava/src/com/google/common/collect/ImmutableEntry.java) is a package-private type [`Maps.immutableEntry()`](https://google.g…