Clark C. Evans
Clark C. Evans
> This issue can be fixed by having composition preserve a reference to the original node The downside, besides implementation time, is added maintenance due to more complex code base?
David, thanks for this ticket. I'm glad you found a simple work-around. Let's keep this ticket open till we've provided more direct support for JSON values, offloaded to the internal...
@vtnash Besides documenting this use case as a solution to CTRL+C, could `HTTP.jl` have a function that implements the solution so that applications could use a standard tested piece of...
Jack, Thanks for this suggestion. I struggled a lot with this issue and opted to not implement what you have suggested at that time: 1. Julia a string literals already...
Jack, Your proposal sounds very well thought out. It's good with me. There are few string literal users, so, I think there is little community impact. So, let's merge the...
@JeffreySarnoff Within tag you want variables to be expanded, yes? Do you have an example?
@JeffreySarnoff if you give me a set of regression tests (that test boundary conditions), I'll see if I can get it implemented
This shouldn't be difficult, but it's likely to be tedious. It's a non-breaking change to add this feature, so, I don't think there is any urgency to it. We're open...
The slower the box the more important `Revise` is. It's a critical part of my workflow. Moreover, since compilation time -- especially during interactive development -- is literally the 1st...
HTTP v0.9.2 should have this fix; and it was recently merged.