-
```
What steps will reproduce the problem?
Scrolling in list view with decent number of binded ImageViews is not so
smooth; probably because of synchronous bitmap loading from cache files.
Could yo…
-
I'm trying to run multiple custom graphs via `client.get(...)` simultaneously but I'm having issues getting this to work.
The native `Futures` interface does not seem to support custom graphs but o…
-
## Proposer
@thill-odi (ODI)
## Use Case
Many providers are making activity videos available for asynchronous viewing or download (contrast #224, which deals with streaming, or 'live', video)…
-
```
What steps will reproduce the problem?
Scrolling in list view with decent number of binded ImageViews is not so
smooth; probably because of synchronous bitmap loading from cache files.
Could yo…
-
Loading a large file (50k LOC) blocks the UI for several seconds, because we do tokenization / syntax highlighting synchronously. By the way, we're a lot faster than the TextMate-based one they copied…
-
Currently on every keystroke `racer.exe` (and depending on configuration also `rustc --print sysroot`) is run synchronously to fetch code completions, leading to delays while typing. Racer should be i…
-
```
These dependencies were not found:
* date-fns in ./node_modules/formol/src/async/CalendarField.jsx, ./node_modules/formol/src/async/CalendarFieldLocales.js
* date-fns/locale/fr in ./node_modu…
-
from yahooquery import Ticker
ticker_list = ['0398.HK']
# Fetch data asynchronously
tickers = Ticker(ticker_list, asynchronous=True)
data = tickers.history(period='1d')
# Ensure the event l…
-
-
## The Problem
The following code hangs on the JVM backend (it works on MoarVM):
```
$ ./perl6-j 'my $sh = run("echo", "foo", :out); say "alive"; say $sh.out.native-descriptor'
alive
```
#…
usev6 updated
1 month ago