-
Consider adding an exponentiation operator that is higher in precedence than the multiplicative operators but lower in precedence than the unary operators.
In the [Symbolism](https://github.com/dha…
-
```
Error in irlba(t(x), nv = n) :
BLAS/LAPACK routine 'DLASCL' gave error code -4
```
Any ideas?
-
Hi Jeff,
I was trying to run the simulation.ipynb (unchanged) from the tutorial and when running the following cell:
```python
results = problem.solve(
sigma=0.5 * simulation.sigma,
…
-
The components of the server boot process are spread out over too many methods, in too many distinct threads, causing bugs.
Based on discussion under #3280, I propose we rip it out and rebuild it:
…
-
I'm writing a new web interface for bCNC Pendant, using bootstrap 4 and font awesome.
When testing the interface without using bCNC web server, all looks fine.
Using bCNC web server, I miss all icon…
-
The new way to install the beta version is to open the Command Palette and select `Package Control: Add Repository`
![addrepository](https://cloud.githubusercontent.com/assets/4319484/12014157/7103037…
-
I am running a fairly big problem with about 9000 product firms, absorbing a single fixed effect (with ~250 levels), with five random coefficients (price being endogenous). I can give more details in …
-
### Background and motivation
Currently, if I want to support a `Pow` operation for some generic type, I am not really able to give the exponent a sensible value. It is great the current numerics A…
-
Currently, the range proposal is very complicated. Thanks to [iterator helpers](https://github.com/tc39/proposal-iterator-helpers) we can greatly simplify the `range` function.
```javascript
Numbe…
-
- In a subdirect product $\prod D_i$ of domains, the annihilators are of form $\prod A_i$, where $A_i$ is either $0$ or the whole $D_i$. This implies L/R Rickart. For commutative domains, this catche…