-
I have something like this:
```
class Combo {
public:
Combo();
auto asRange() const { return ranges::views::zip( x, y ); }
private:
X x;
Y y;
};
```
If the copy construc…
-
### Description
When I use OnIdiom to detect Tablet from Phone I get an unexpected behavior on Android tablet. It gets detected as Phone:
### Steps to Reproduce
Inser this code in XAML pa…
-
Hi
**One host is sending syslog messages to a proxy rsyslog, which _format them as json_, and forwards to a central rsyslog using omrelp (which store it on redis using omhiredis).**
```
2016-10-13T…
-
I'm sure that different batch sizes are best for different machines, but on my machine the `max` value of 128 is ~33% faster than the current batch size of 512 (at least in benchmarks). As a side-note…
-
-
Related #1093
TreeSitter is becoming default in near future so I need to support function text-object in TreeSitter.
## What's function text-object
User can select
- body of function(`inne…
-
Hello,
I'm facing a difficulty (maybe because doc need some improvements) to convert a Julia 0.6 code which was using Request.jl to a Julia 0.7/1.0 code using HTTP.jl
This is my original code
…
-
_From @unional on October 3, 2017 22:36_
VSCode: 1.16.1
Original discussion:
https://github.com/Microsoft/vscode/issues/9594
I followed this instruction: https://github.com/Microsoft/vscode/is…
mjbvz updated
6 years ago
-
debug info
```json
{
"atom": "1.24.1",
"platform": "linux",
"release": "4.13.0-36-generic",
"vmpVersion": "1.30.0",
"vmpConfig": {
"blackholeRegisteredOperators": [],
…
-
Previously, `willRender` only fire when something _directly inside_ the component's template has changed (in other words, dynamic content rendered directly from the component's layout).
In Glimmer 2,…