-
There are so many variants, and the errors are so confusing when I pass a wrong combination. Like certain other packages in the Julia ecosystem, there are too many supported signatures here imo.
`…
-
API with some methods like:
showing barrier for players on given conditions, get All bariers etc.
-
It feels like we can make the API simpler. Why isn't the community template just this, for example?
```js
import { defineIntegration } from '@sveltejs/cli/integration';
export default defineInt…
-
Reposting from #45:
Is there any interest from the devs to implement some variations of [this Yomichan issue](https://github.com/FooSoft/yomichan/issues/1649)) at some point in Yomitan?
The reason…
-
It's currently _very_ easy for us to hit GIL with queries from the python api. An easy mitigation for this would be to add an api for performing bulk queries. By this I only mean:
```
Input: a 2d ar…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Something like this?
```py
pars = sc.objdict(
n_agents = 10e3, # Number of agents
start = 2000, # Starting year
diseases = 'sis',
networks = 'random',
)
s1 = ss.Sim(pa…
-
# [SIP] A simpler chart API for dashboards
# Motivation
Historically, the Apache Superset dashboard has been built on top its interactive, no-code, chart builder (”Explore”). While it makes sens…
-
**Describe the bug**
pd.api.interchange.from_dataframe fails with simple cuDF dataframe
**Steps/Code to reproduce bug**
```python
import cudf
import pandas as pd
df = cudf.DataFrame({'a': [1,2,3], '…
-
We have a tutorial already https://luckyframework.org/guides/tutorial/overview
but this covers building a full site. Doing a simple API alone could be a good alternative tutorial and should be a f…