djsegal
djsegal
Resolves: #509 Replaces: #510 --- **Notes:** - Read commits in order - Changes allow for polymorphic relationships - PR will be followed up with a modification to the registrations controller...
``` jldopen(work_file, "w") do file for line in readlines(input_file) cur_var, cur_val = map(x -> strip(x), split(line, "=")) write(file, cur_var, cur_val) end end ``` gives ``` ERROR: LoadError: LoadError: LoadError: MethodError:...
for example, ``` julia using SymPy @syms x max(0, log(x)) ``` raises the following error: `ERROR: DomainError: in asBool(::SymPy.Sym) at /Applications/JuliaPro-0.5.1.1.app/Contents/Resources/pkgs-0.5.1.1/lib/v0.5/SymPy/src/logical.jl:101 in max(::Int64, ::SymPy.Sym) at ./operators.jl:87`
The code in question starts at [line 18 of addon.less](https://github.com/Addepar/ember-charts/blob/f1a5cfe1f05333e30dd100b8e9059d53193e6618/addon/styles/addon.less#L18). I think this is overly aggressive and should be scoped within some some other html item + maybe `.chart-frame`? --------------...
For example, ``` Iter f(x) inf-norm Step 2-norm ------ -------------- -------------- 0 3.324599e+00 NaN 1 1.074657e+00 1.023475e+01 2 1.074657e+00 8.011869e-31 3 1.074657e+00 0.000000e+00 4 1.074657e+00 1.232595e-32 5 1.074657e+00 8.011869e-31 6...
If you have `mutable structs`, you can have fields you want to set before or after the constructor `Parameters.jl` uses. Is there a way to provide access to wrapping that...
right now this breaks: + https://juliapackages.com/suggestions // this is caused by switching from associations to slugs
Would help a lot with accessibility. This would then let Home/End work as well
Need this before the next seed job!
When you check mtime for cachin, consider trashing outdated json files // this allows packages to get dropped from Julia side and Rails side...