-
The information in ["Duck Typing"](https://edbennett.github.io/python-oop-novice/06-duck/index.html)'s section "Protocols" doesn't really sound actionable to me. What am I supposed to learn from this?…
-
@jayferd I think [this #150 comment](https://github.com/mathquill/mathquill/issues/150#issuecomment-13426336) is far from the first time the `MathCommand`/`MathBlock` separation has been problematic, …
-
## Problem
Typescript actively uses duck typing, which allows us to significantly reduce the amount of code in comparison with other languages, since we do not need to write many adapters and inter…
-
There's a bug in Epoxy with model attributes called `length`.
Let's say I have an app which stores measures of vegetables e.g. `weight` and `length`.
The default Epoxy setup doesn't work:
http://jsfi…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
Using typing protocols might help with some of the issues in #59. They can live in `circuitpython_typing`.
-
Upgrade to Pydantic V2 by following steps.
- [ ] install pydantic 2.x, and include from pydantic.v1, so pydantic can be always up-to-date, and no need to maintain two environments when upgrading to…
zyr17 updated
8 months ago
-
Sometimes, in some browsers (usually old ones), calling **untar** from **GWT** client, produces exception "arrayBuffer is not an instance of ArrayBuffer."
In that part of code:
```
function fu…
TMTHY updated
5 years ago
-
For environments without signals or JMX ... that would be Windows/GraalVM and browsers?
-
## Current assumptions
Traditionally, vectorial computations have been hidden from newcomers, in the hope (https://github.com/openfisca/openfisca-core/issues/651#issuecomment-391152789) that users …