jtrakk
jtrakk
When I use `addprocs_qrsh()` I get an error message and no jobs are created (checked in `qstat`). ``` ClusterManagers.addprocs_qrsh(3,res_list="h_rt=2:00:00,h_data=4G,highp") Error launching workers MethodError(iterate, (Process(`qrsh -l h_rt=2:00:00,h_data=4G,highp -V -N julia-13730 -now...
It would be nice to have `wormhole accept 6-` do shell completion instead of having to enter the program. Click supports [dynamic generation](https://click.palletsprojects.com/en/7.x/bashcomplete/) of completion options, so the list of...
I often have a figure that has enough detail that it would benefit from being 100% fullscreen width. That is, all the way from the left edge of the browser...
I have two `AbstractGPs.FiniteGP` instances fit with Optim. I want to know the difference between their predictions. One way to do this is to make predictions from each and take...
`Term(:a) * Term(:b)` and most of the [`@formula`](https://juliastats.org/StatsModels.jl/latest/api/#StatsModels.@formula) operators are currently not supported. It would be useful to have those for constructing formulas programmatically.
```jl ArgumentError: only one level found: foo (need at least two to compute contrasts). Stacktrace: [1] StatsModels.ContrastsMatrix(contrasts::DummyCoding, levels::Vector{Int64}) @ StatsModels ~/.julia/packages/StatsModels/MDeyQ/src/contrasts.jl:185 ``` it would be helpful if it would say...
I want to have a shape without specifying its location. For example, to ask "what is the volume of a sphere with radius 10", regardless of its location with respect...
I'm working on a package that uses Poetry. The source code is in `src/` so that it isn't importable without installation. This is a common project layout (for example, attrs...
```toml x = [{y='foo'}] ``` parses just fine but this one breaks: ```toml x = [{y=','}] ``` ``` Traceback (most recent call last): File "/home/runner/.local/lib/python3.6/site-packages/toml/decoder.py", line 607, in load_inline_object _,...
[MathML](https://www.w3.org/Math/whatIsMathML.html) is the next generation of math display for the web. There are several tools for [converting](https://developer.mozilla.org/en-US/docs/Web/MathML/Authoring) Latex code to MathML code, but there are also [other languages](http://asciimath.org/) that can...