-
### Summary
As of today, the VersionUpdater tool has a couple of hardcoded paths where it looks for the git executable to perform its functions.
Probably it would make sense to have a first go for…
-
Is there a way to have `mincost()` return not just the solution variables, but also the dual variables? In the example posted, `mincost()` is passed `Clpsolver()`, which produces the dual variables a…
-
[TAPE_START]
0101 // Binary foundation
⟪ // Start of definition block
0:∅, 1:∃ // 0 defines empty set, 1 defines existence
00:¬, 01:∧, 10:∨, 11:→ // Logic operators
000:0, 001:1, 010:2, 011:3, 1…
-
We should decide whether we go for WPF, Unity or a mix before we continue developing.
-
I noticed there is an argument to control foreground colour and/or fill in the new `theme_*` functions called `ink`.
A common confusion for ggplot2 beginners is whether to use `colour` or `fill`.
F…
-
**Is your feature request related to a problem? Please describe.**
The labeling of early bird and night owl seems off to me. I definitely wouldn't describe myself as an early bird, and the data gener…
-
```
--- FAIL: TestSpout (103.06s)
--- PASS: TestSpout/SpoutBasic (20.72s)
--- PASS: TestSpout/SpoutOverwrite (19.45s)
--- PASS: TestSpout/SpoutProvenance (41.78s)
--- PASS: TestSp…
-
**Describe the feature you'd love to have in Orchest**
We've had requests from multiple users to have more comprehensive support for deploying code in Orchest by simply pushing commits to a branch th…
-
Read the performance tips: https://docs.julialang.org/en/v1/manual/performance-tips/index.html
In particular, using global variables and having loops in the top scope will make your code orders of m…
-
I often find myself fighting the design of `to`, since when I'm not using `thru` I wish to ignore the delimiter:
`parse input [.. copy x to [dlm p:] :p ..]` or
`parse input [.. copy x to dlm dlm ..]…