Suggestion: add kaimon_connect command #28
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Kaimon.jl#28
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For some projects, I prefer not to use
startup.jlto launch the kaimon gate.Instead, I open a local julia REPL and then run
kaimon_connect().With
kaimon_connect()justcat ~/.julia/config/startup.jl:This enables you to launch the gate on demand.
@langestefan Nice suggestion! We can ship this as a convenience function in the Kaimon module itself so it's available anywhere Kaimon is installed — no need to add it to your startup.jl manually.
Something like:
Will add this.
Added
Kaimon.connect!()in30d378d. Loads Revise if available, then starts the gate:Available from the next release.