-
Proposed language spec:
- asm.js for low-level code (full-array iterations, integer / float operations etc.)
- ES6 features whitelist:
1. let
2. const
3. generators
4. template strings
5. de…
-
I have a use case where i produce a list of file names and I want a task to process each filename in parallel. So I have task that returns the list of filenames, and the next step is a group consistin…
-
**Bug Report**
While working on https://github.com/qutebrowser/qutebrowser/pull/5317 I think I may have found a bug in mypy. The following code _looks_ correct, and runs fine on my machine.
**To…
-
Márcio reported the following:
```
We are having a problem with the metric used to determine the domain of the committers that you develop for us. We ran some tests using different projects from both…
-
This is code I found while decaffeinating the project https://github.com/vsivsi/meteor-job-collection:
```coffee
class JobCollectionBase
_idsOfDeps: () ->
dependsQuery = []
antsArra…
-
Hi,
I think I've found a bug in the function get_disparity_smoothness in monodepth_model.py. The last line concats two lists instead of adding them elementwise. The actual return of the function i…
-
On the one hand, yes, coercion is slow, so it is helpful to not use it by default. On the other hand:
```
sage: Sym = SymmetricFunctions(Zmod(2)); Sym.inject_shorthands()
sage: m.sum_of_terms([(Par…
-
-
## Missing Equivalence Checks in Setters
**Severity**: Low
**Context**: [`VestedEscrow.sol#L64-L72`](https://github.com/code-423n4/2022-05-backd/blob/main/protocol/contracts/tokenomics/VestedEscrow.so…
-
Key IDs in their conservative form, i.e.
```
A2D6 BA02 EBB1 C984
```
are not easily comprehensible by the human mind. It is hard to draw context from a bunch of hexadecimal characters, which makes i…