-
Since `CmdAction` can take a `str` or `List[str]` and also `callable` that returns the action - can the callable also return a `List[str]` ? This would be helpful if you wanted to call something witho…
-
## References
- working on https://github.com/conda-forge/importnb-feedstock/pull/28
## Findings
- [x] #147
- [x] #150
- [x] remove coverage from `docs` shipped in `sdist` entirely
- [x] `c…
-
```
I am using reliance 3G data card to receive SMS. Getting problem in receiving
messages. Plz. suggest what to do...
Example: Read messages from a serial gsm modem.
SMSLib: A Java API library fo…
-
We used dockerize with script, which is regularly fetching some external data.
The script is here: https://gitlab.com/tamtamresearch/cet/datahub/app-es-openlr/svc_es_openlr_doit/snippets/1908196
…
-
**Is your feature request related to a problem? Please describe.**
When hacking around in the REPL, it's can be useful to comment out certain forms. Editors usually have support for line-wise comment…
-
When `multipart/form-data` is specified as content type, multi-value parameters are formatted as a single parameter with a strange representation (quoted and comma-separated) rather than multiple sect…
-
I had a few issues substituting matrices into an expression.
First, I just tried using non-commutative symbols. This fails miserably:
``` pytb
>>> x, y = symbols('x y', commutative=False)
>>> expr …
-
Incredibly long processing of limits and integrals
For example:
`sympy.Limit(sympy.Abs(sympy.log(x))**x, x, 0).doit()`
`sympy.Integral(sympy.cos(x) / sympy.Pow(sympy.sin(x), sympy.Rational(7, 4))…
-
They're working on it to bring that functionality via an API so we can use that. But it's not possible at the moment though.
-
### Dafny version
3.10.0
### Code to produce this issue
```dafny
datatype K = K(ghost MainSet: set, Element: object)
datatype KUp = KUp(ghost MainSet: set, Element: object, k: K) {
method DoI…