-
I don't know why, but i update mi composer.json to use symfony 2.8 and disappears from time to time in the folder vendor, having to run composer install/update again and again...
This happen in linux…
-
I'm constantly getting this error whenever I type a class name plus a dot (so that auto-completion shows up) in FD 4.4.3 (also happened in earlier versions IIRC):
`Error: Class name must start with u…
-
``` Lisp
(DEFUN FIND-AUX (N ANSWER) ; find the nth digi of answer
(COND ((= N 9)(PRINT ANSWER))
(T (FIND-SUB N 0 ANSWER))))
(DEFUN FIND-SUB (N M ANSWER) ;try to append nth digi as m to answe…
-
A number of objections were made to the resolution to #44 in #47. I wanted to bring one of them to its own issue. There was a desire to have names play a more prominent role in the construction of rat…
-
I have attached image of my storyboard and it is empty
i have commented out most of my code to only show the MK Card
When i add this code to the MK Card I get constraint issues
//material Kit Car…
-
Currently the `setup.py` calls `cmake` and `make`, but not `make install`, instead it uses distutils to figure out which files to install. The problem with that approach is that now we need to test `s…
-
```
Let's port all things from sympy/numerics to mpmath. Let's only close this
issue when everything is ported.
We'll then remove sympy/numerics from sympy and will just use mpmath for
everything tha…
-
```
Let's port all things from sympy/numerics to mpmath. Let's only close this
issue when everything is ported.
We'll then remove sympy/numerics from sympy and will just use mpmath for
everything tha…
-
```
Let's port all things from sympy/numerics to mpmath. Let's only close this
issue when everything is ported.
We'll then remove sympy/numerics from sympy and will just use mpmath for
everything tha…
-
Hi,
thanks for expresso, it's awesome!
I am writing a library to compile collections of definitions into fast functions using expresso, e.g.
(compute f7 (= f0 0) (= f0 1) (= fn (+ fn-1 fn-2))).
I hav…