-
```
What steps will reproduce the problem?
1. see example
2. win 8
3.
What is the expected output? What do you see instead?
want:input, enter key, changed=1
see:input, enter key, lost focus, changed=…
-
In scafacos release 0.1rc1 and after a git clone of https://github.com/scafacos/scafacos/commit/8b01ceca9f04d1e8b987739e93799ed5cf7dda08 (today, october 20, 2015), bootstraping and configure go fine.…
-
pretty printer doesn't know how to print the omitted type `_` marker
example:
``` rust
fn main() {
fn f1(x: i32, y: i32) -> i32 { y }
let f: fn(_, i32) -> i32 = f1;
// ~
// …
-
Hello. When parsing this xml:
```
100
29
84
19
13
872
81
1
81
1
28
29
76
19
12
17
15
1013
…
-
Hi.
i thing it would be great to add `@embed` directive, which is well know from TWIG
http://twig.sensiolabs.org/doc/tags/embed.html
It is basically way to use layouts inside @sections.it helps to d…
-
```
What steps will reproduce the problem?
1. I have directories structure:
docroot/
css/
img/
js/
static/
2. My web-server set up to show docroot as root of third-level domain
"media" (media…
-
Hi,
I've got the problem that when using wifi-tethering the clients DNS-requests are blocked.
I use Android 4.2.2 (Fairphone 1), afwall+ in whitelist mode, kernel (-11) and Tehering (-12) are allowe…
ghost updated
8 years ago
-
```
Currently the alter box on the manage invoices page (at the bottom) of the
screen doesnt work correctly when used with the new table grid js
grid uses rico/prototype and alter box uses jquery - t…
-
```
Currently the alter box on the manage invoices page (at the bottom) of the
screen doesnt work correctly when used with the new table grid js
grid uses rico/prototype and alter box uses jquery - t…
-
I am currently refactoring my jointJS code out of the main js code and into a module
I an exporting the following (with paper and graph module variables)
"create": function (graphTarget,options) {
…