-
(Note: I'm opening this here for discussion first rather than opening a bunch of essentially duplicate issues in several packages)
Now that posterior is on CRAN, would it make sense to have `as_dra…
-
If you want to return a single piece of your rule definition, or you want to return an array, plucking works really well. If you would like to return an object, you have to write a rule action that i…
-
## Init frontrun
Most contracts use an init pattern (instead of a constructor) to initialize contract parameters. Unless these are enforced to be atomic with contact deployment via deployment script …
-
#### Code Sample, a copy-pastable example if possible
```python
>>> df = pd.DataFrame(
{'a': list(range(10))},
index=pd.MultiIndex.from_arrays(
[[0,1,0,1,0,1,0,1,0,1], [0,1,2,0…
-
This is a question about the specification, and the intent of the following description in the [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#fixed-fields-2…
-
Now that we are going to deprecate `GetStatus` and `SetStatus`, and instead use `get` and `set`, we need to make a `Connections` PyNEST class, which you get when calling `nest.GetConnections()`. Then,…
-
https://github.com/HypothesisWorks/hypothesis/pull/4025 got some initial wins - like "running 3.14 in CI" and "ensuring that our auto-updates set up free-threading environments for us", but there's pl…
-
- Native games and apps:
- [x] [Dota2](https://github.com/ValveSoftware/Dota-2)
- ~~now blocked by https://github.com/ValveSoftware/Dota-2-Vulkan/issues/335~~
- [ ] [Forsaken Remastered](ht…
kvark updated
3 years ago
-
Currently `import` doesn't allow you to modify the names
of imports, which means you can't use `import` if there
is a risk for name clashes. With the Lua standard libs
this happens with `pack` and …
-
(Zum aktuellen Stand des Projektes habe ich kein Problem mit einer auf Deutsch geführten Diskussion, falls das die Mitarbeit vereinfacht)
APIs are fundamental building blocks of this project. They sh…