-
Currently the following snippets causes error, which is quite surprising for users coming from Pandas background:
```python
import mars.dataframe as md
import mars.tensor as mt
df = md.DataFra…
-
Taking inspiration from Hooks (i.e., React), a state preserving mechanism like `useState(..)` is proposed.
You could use it in do-routines like this:
```js
IO.do(component).run({});
function…
-
I started looking at the state of random in Gleam and I have several ideas.
1. `int.random` and `float.random` do not have seeds. It might be a problem for libraries. For example: if you want a fake-…
-
Hello,
I have a dataset `ds` with ~60k rows and ~3 million columns. I'd like to retrieve certain columns (e.g. at most 100 at once), but the indexing is way too slow (e.g. `ds[:, list_with_100_rand…
-
A bug exists whereby sometimes when you zoom into a FileGDB in TileMill geometries that previously rendered at lower zoom levels disappear randomly.
I've replicated this issue on Windows and OSX, bu…
-
This seems related to https://github.com/dask/dask/issues/2651
```python
import dask.dataframe as dkd
import dask.array as dka
import numpy as np
arr = np.random.rand(25,2)
ddf = dkd.from_arra…
-
Code indexing seems to be randomly reset and disappear from the UI. I have clicked "Index workspace" three times this week. It seems to reset itself and then it will just stop working.
Realistical…
-
An example:
```py
>>> a = np.random.randint(0, 10, (3, 3))
>>> a[:, [0, -1]] = 0
>>> a[[0, -1], :] = 0
>>> a
array([[0, 0, 0],
[0, 5, 0],
[0, 0, 0]])
```
Unless I'm understandi…
-
### Describe what you were doing
Random crash that happened during gameplay, I believe it happened when an enemy died, but not 100% sure. Playing on a swf file extracted from the steam release of bin…
-
In case of errors, database files often get corrupted and need to be re-indexed.