-
This is what we now see:
![image](https://user-images.githubusercontent.com/276007/154252825-5d741ad4-97d0-4d25-a3be-3f0b539d0b03.png)
This is great new feature but there are a couple of things …
-
Hi I tried the integral
```
from sympy import *
x, a, b = symbols('x a b')
integrate(sin(x)*(a*cos(x) - b)/(a**2 + b**2 - 2*a*b*cos(x))**(3/2), x)
```
The output just echos the input
Th…
beew updated
10 months ago
-
If a bad zip file for a Go package is downloaded, it will get stored and end up in every `funtoo-go-bundle` (we should change this name, btw) that is produced afterward. The solution was documented o…
-
I am trying to get a signed certificate, but sscep doesn't work in Red Hat 9 (x86_64). The same version (0.10.0) works in Red Hat 8.
FIPS is disabled.
# sscep enroll -v -c /tmp/sert-0 -e /tmp/ser…
-
It was asked on SO.
http://stackoverflow.com/questions/29830963/sympy-substitute-function-into-expression
```
In [58]: t = Symbol('t', real=True)
In [59]: f1
Out[59]:
⎡ d …
-
# Value Proposition
As a user I want to add single tasks/todos to my List
to be able to update my todo List with my new tasks
# Description
![Bildschirmfoto 2022-05-11 um 10 59 28](https:/…
-
As a developer,
I want the warnings that currently show on yacc build to be fixed
For general portability & peace of mind.
```
$ yacc -d -y -Wall sesh.y
sesh.y:92.66: warning: empty rule witho…
-
(perhaps rather an issue for https://github.com/c2corg/v6_images/issues )
Several problems have been reported with uploaded SVG images:
* unexpected cropping of the uploaded SVG, see https://for…
-
In #513 we've added a `CHANGELOG.md` separate to our [GitHub Releases](https://github.com/UW-Madison-DoIT/uw-frame/releases) area. We need to update [the release docs](http://uw-madison-doit.github.io…
-
### 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…