-
### Proposal
A new core API for PettingZoo (PZ) that is very similar to the Gym core API with several key advantages. However, this would require a large rewrite of the whole code base
```python…
-
Example: https://mila.quebec/en/publications/
It would be nice to reuse the same code as in the Mila website. Not sure if that's 'easily' possible via RTD
-
Some stations need edits, for example, the icons and title of "Kulturradio". How can I update that?
http://www.radio-browser.info/gui/#!/history/960c1c0e-0601-11e8-ae97-52543be04c81
* Should bec…
-
# Problem: Constant-Time Arithmetic for Cryptographic Uses
The math/big package naturally and inevitably gets used for cryptographic purposes, including in the standard Go crypto libraries. Howeve…
-
Hi Dr.Jackson,
I've been reading your articles about the "msm" package and I understand that the transition intensity is similar to the concept hazard in the survival analysis framework. However, I…
-
**Submitting author:** @dirkeilander (Dirk Eilander)
**Repository:** https://github.com/Deltares/hydromt
**Branch with paper.md** (empty if default branch): joss_paper
**Version:** v0.7.0
**Editor…
-
**Submitting author:** @dirkeilander (Dirk Eilander)
**Repository:** https://github.com/Deltares/hydromt
**Branch with paper.md** (empty if default branch): joss_paper
**Version:** v0.5.0
**Editor:** …
-
With the runtime APIs and docker image support, Lambda has become a more extendable service. Leveraging these new features, AWS service teams release the Lambda Web Adapter library: https://github.com…
-
- VSCode Version: 0.10.11
- OS Version: Fedora 23, 64bit
Details:
- Please add read-only mode and its keyboard shortcut.
- It should be a switch. When turned on, opening new files will be in read-onl…
-
```js
@deco
export class A {}
```
or
```js
export @deco class A {}
```
or allow both?