issues
search
vvvvalvalval
/
scope-capture
Project your Clojure(Script) REPL into the same context as your code when it ran
MIT License
576
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Tests with `are` need to be corrected
#52
ahmed1hsn
opened
1 month ago
0
Update README.md
#51
verberktstan
closed
3 months ago
2
`saved-value` mentioned in README doesn't exist
#50
SevereOverfl0w
opened
1 year ago
0
How should i get the execution point and code site without using logs?
#49
drewverlee
opened
1 year ago
0
Add Snitch to "Similar" section of readme
#48
bpringe
opened
1 year ago
0
Not getting local-bindings as expected.
#47
drewverlee
opened
2 years ago
0
doucmnet possibility to inject into `core.ns` ?
#46
behrica
opened
2 years ago
0
Shortcut to use the `last-ep-id` in `letsc`
#45
jprudent
opened
2 years ago
0
Use in production?
#44
viebel
opened
3 years ago
4
Non intrusive support for naming code sites: multi methods
#43
kloimhardt
opened
3 years ago
0
add a new tip/trick for a reader macro shorthand `#spy/cap`
#42
blak3mill3r
closed
4 years ago
2
Add macros letsc* and defsc* to refer to last EP id
#41
yuhan0
closed
4 years ago
1
Capture scope only on exception
#40
yuhan0
closed
4 years ago
3
README: Link to API docs at cljdoc.org
#39
holyjak
closed
5 years ago
0
Mention similar libraries
#38
holyjak
opened
5 years ago
0
Error in tutorial
#37
eggsyntax
closed
5 years ago
1
#35 Added an optional call-site id as an arg to spy and brk
#36
npetryk
opened
5 years ago
3
Support for naming code sites
#35
npetryk
opened
5 years ago
0
Request: alias for "most recent ID"
#34
yuhan0
closed
4 years ago
3
Cool discovery: you can nest `letsc`!
#33
DjebbZ
closed
4 years ago
2
Capturing values in thread first or thread last statements
#32
jefffriesen
closed
6 years ago
2
Typo in version number in CHANGELOG
#31
DjebbZ
closed
6 years ago
1
Working with shadow-cljs?
#30
jefffriesen
closed
6 years ago
2
Add link to Clojure Days video
#29
marco-m
closed
6 years ago
0
CompilerException java.lang.ClassNotFoundException: sc.api.from compiling:(sc/impl.cljc:171:9)
#28
eraserhd
closed
6 years ago
2
option for only spying downstream of some caller
#27
vvvvalvalval
closed
6 years ago
0
Alternate spy with less noisy defaults
#26
vvvvalvalval
closed
6 years ago
0
Disable prn of captured values at execution time
#25
RickMoynihan
closed
6 years ago
4
Spy logging interferes with compiled JS in CLJS
#24
mrrodriguez
opened
6 years ago
9
Fix `dispose-all!` by using keys from `:execution-points` map as ids
#23
jumarko
closed
6 years ago
2
Add automated tests for (self-hosted) CLJS
#22
vvvvalvalval
opened
6 years ago
0
Scope-capture doesn't play nice when used in core.async's go-block
#21
DjebbZ
closed
6 years ago
4
Document how to register loggers
#20
DjebbZ
closed
6 years ago
4
Eliminate compiler warnings in ClojureScript
#19
chpill
closed
6 years ago
5
Eliminate compiler warnings in ClojureScript
#18
vvvvalvalval
closed
6 years ago
2
Trouble with cljs
#17
chpill
closed
6 years ago
4
Add Installation instructions and a copy-pastable dependency info
#16
DjebbZ
closed
7 years ago
4
Compile-time logger that works for compiling ClojureScript to files
#15
vvvvalvalval
closed
7 years ago
1
Tests spy brk
#14
vvvvalvalval
closed
7 years ago
0
Typo round 2
#13
DjebbZ
closed
7 years ago
1
Typo
#12
DjebbZ
closed
7 years ago
1
Add tests for spy and brk
#11
vvvvalvalval
closed
7 years ago
0
Customizable, dependency-free, potentially non-blocking breakpoints
#10
vvvvalvalval
opened
7 years ago
2
Document internals
#9
vvvvalvalval
opened
7 years ago
4
Remove core.async dep, use promise-based impl instead
#8
vvvvalvalval
closed
7 years ago
0
Upgrade core.async to version that is 1.9 compatible
#7
AdamFrey
closed
7 years ago
2
Document ClojureScript browser-REPL pitfalls
#6
vvvvalvalval
closed
7 years ago
1
Fix cs not found error
#5
vvvvalvalval
closed
7 years ago
0
Throws wrong error when code site not found
#4
vvvvalvalval
closed
7 years ago
1
Fix typo in README
#3
AdamFrey
closed
7 years ago
1
Next