Results 93 issues of refi64

If I move the cursor to the end of the textbox in the "Text Editor" demo and start typing, everything's OK. If I put a space, the cursor will appear...

## Dart version ``` $ dart --version Dart SDK version: 2.13.1 (stable) (Fri May 21 12:45:36 2021 +0200) on "linux_x64" ``` (I'm aware that this is slightly out of date,...

Type: bug
State: blocked

**TL;DR:** Want to convert to Opus. Cannot convert to Opus. Was slightly disappointed. :grin:

Type 1 - [Bug]
Priority 2 - [Normal]
Status 8 - [Under Analysis]

Repro: ```python from projectq.ops import X, Measure import projectq import projectq.meta eng = projectq.MainEngine() q0 = eng.allocate_qubit() with projectq.meta.Control(eng, q0): X | q0 # eng.flush() Measure | q0 print(int(q0)) ```...

enhancement

Recent VSCode versions warn when a task provider of one type registers tasks of another, leading to issues due to the "crystal" task provider registering "shards" tasks. This fixes that...

Signed-off-by: Ryan Gonzalez Unfortunately, it wasn't possible to make work as needed without these two PRs to walkdir: https://github.com/BurntSushi/walkdir/pull/159 https://github.com/BurntSushi/walkdir/pull/160 However, it seems that PRs to walkdir have been stagnant...

First thing: this is AWESOME! Now, as this is targeted towards terminal destruction, I was wondering about the chance of adding something involving [Unicode RTL](http://www.explainxkcd.com/wiki/index.php/1137:_RTL). Something like: - Whenever the...

There were two issues I noticed on mobile: - Opening the sidebar breaks the layout: ![Screenshot_20190915-211954](https://user-images.githubusercontent.com/1690697/64931521-a74cbd00-d7fe-11e9-92cb-1067dbc682bc.png) - Even with it closed, YouTube videos don't scale: ![Screenshot_20190915-212014](https://user-images.githubusercontent.com/1690697/64931520-a74cbd00-d7fe-11e9-84ee-0ef2300cd2fc.png)

Most Redis clients use a custom exception when a watched value changes, that way it can accurately be detected. However, Dartis doesn't seem to support this. Could it be added?...

enhancement

From what I can tell, this is basically present (since the loader syntax is identical), except systemd-boot needs the loaders and kernels to be on the ESP (/boot/efi), not where...

enhancement