-
@michaelfig and I spent the morning talking about how libraries and applications could/should get access to SES features like `harden`, `Compartment`, and the closely-coupled `HandledPromise` in diver…
-
1) `FOR x IN {1, 2, 3} UNION (x, random());` returns identical values
2) `FOR x IN {1, 2, 3} UNION (SELECT (x, random()));` returns different values
3) `SELECT (FOR x IN {1, 2, 3} UNION (SELECT (x, …
-
As @jfparadis explained to me, there are basically six ways to evaluate javascript code: (program/script, expression, eval) times (strict-mode, sloppy-mode). `program` behaves like `` tags in an HTML …
-
## CVE-2018-18074 - High Severity Vulnerability
Vulnerable Library - requests-2.19.1-py2.py3-none-any.whl
Python HTTP for Humans.
Library home page: https://files.pythonhosted.org/packages/65/47/7e0…
-
I have said sometimes that we are not in a hurry for finishing the new jMetal version. However, jMetal is the tool I use in most of my research works and now we are facing in our group a complex optim…
-
Evaluate performance and avoid regressing.
Use DBSCAN to extract clusters and calculate mean velocity of those clusters to compare them with the ground truth.
-
### Use this [query](https://github.com/Microsoft/botbuilder-dotnet/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen++label%3Aenhancement) to search for the most popular feature requests.
**Is your fea…
-
Seq 5.1 runs queries in C# atop a native code storage engine written in Rust.
In Seq 2020 we'll move significant amounts of query processing down into the Rust storage engine to avoid interop overh…
-
EA for the performance testing that is originally included in the Annex of draft cPP was updated to make it simple and fit to the mobile device use case. I hope to include this draft into the Supporti…
n-kai updated
4 years ago
-
## Overview
Remove assignment field from ticket. Add assignment field to GetTicketResponse.
## Motivation
Assignment is the only mutable field on ticket, and isn't populated in most places. …