Adrian Salceanu
Adrian Salceanu
1. Integration with Plots.jl ```julia using Plots gr() f(x, p) = sin(x) + cos(p) function gen_data(n::Float64) x_range = -10:0.1:10 y_range = -3:0.1:3 xs = Float64[] ys = Float64[] zs =...
Is it possible to pass the changed files as the argument to the handler function please?
For backends that support it. Similar to, for MySQL: * `LOAD DATA INFILE` * Bulk inserts (`INSERT INTO`): `INSERT INTO class_result VALUES (1,’John’,’A’),(2,’Elsa’,’D’),(3,’Sophia’,’B’),(4,’Paul’,’B’),(5,’Saira’,’A’)`
Including Union{Nothing,T}
```julia julia> RDatasets.datasets("datasets") 1×5 DataFrame │ Row │ Package │ Dataset │ Title │ Rows │ Columns │ ├─────┼──────────┼─────────┼───────────────────────────┼──────┼─────────┤ │ 1 │ datasets │ BOD │ Biochemical Oxygen Demand │...
I just started atom and started the Julia session in the REPL. **Atom**: 1.26.1 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.13.4 **Thrown From**: [julia-client](https://github.com/JunoLab/atom-julia-client) package 0.6.12 ### Stack Trace...
When doing `julia -L the_file.jl` if within the file I attempt `Gallium.breakpoint(function_name)` it crashes with `UndefVarError(:active_repl)`
I'm expecting that `breakpoint_on_error()` would switch to a debug mode REPL. Instead, it throws an error. ``` julia _ _ _(_)_ | A fresh approach to technical computing (_) |...
This has been driving me nuts - in some situations the debugged function would disappear. After a ton of trial end error it turned out the culprit was Logging.jl, namely...