-
**Description**
The fusion pipeline tries to express array shape queries in expressions (with the `shape` primitive) in terms of shapes of argument arrays if not doing so would prevent fusion. Howeve…
-
**Area of Concern**
- [x] Server
- [ ] Behaviour of one or more Modules [provide name(s), e.g. ObjectDetectionYolo]
- [ ] Installer
- [ ] Runtime [e.g. Python3.7, .NET]
- [ ] Module packages [e.g…
-
I have a ZTE MF281 with LTE.
If the connection is very busy, checkuplink often incorrectly recognizes the tunnel as dead and reconnects.
If the connection is heavily utilized, the latency of the…
-
**Description**
Using excelize in a go binary increases the size by 17 MB. This is by far the biggest dependency in our eco-system. Is there any way to decrease the binary size?
Go Build should re…
-
https://godbolt.org/z/oecxca7hK
Given the following code:
```C
void foo(void);
static char e = 3, i;
static unsigned f = 6;
static int g, h = -1L;
static char(a)(char b, char c) { return c …
-
Input:
```
// ==ClosureCompiler==
// @compilation_level ADVANCED_OPTIMIZATIONS
// @output_file_name default.js
// @language_out ECMASCRIPT_2015
// ==/ClosureCompiler==
const A = class {…
-
### Summary
For this particular lint, module-level `#![allow(clippy::duplicated_attributes)]` suppresses occurrences of the lint within that module, and within in-line modules in the same file, but…
-
We welcome comments on the following proposal. Regarding implementation, please use #175 .
### Objective
We want to test fonts ability to correctly render texts in corresponding Brahmi-derived s…
-
While I was going through the `reduce()` function in the `mdl_controller.cpp` (both in `PrimaryMDLOverlay::reduce(...)` and `SecondaryMDLOverlay(...)`), I found some things that are probably just zomb…
-
All blocks after the first if, are dead code.
```
bool _isStatic(Element element) {
if (element is ClassMemberElement) {
return element.isStatic;
} else if (element is ClassMemberElemen…
jwren updated
2 years ago