James Reeves
James Reeves
> I think that the original = need to be leaved for someone who need it. I think this design complects what you're testing (equality) with how it's being displayed...
Thanks for the patch. Can you remove any code unrelated to the feature being implemented?
Unfortunately I can't do a lot about the video as it was recorded and hosted by Skillsmatter. I do have the slides though, so if the video doesn't come back...
As much as I'd love to say go ahead, I'm unsure of the copyright status of the video. My understanding is that while I have copyright over the slides and...
Thanks for the feedback. The way I have it working at the moment is that maps are deep merged, and everything else is replaced. This ensures non-map values still work....
Can you briefly go over the changes to the internal project map? I'm not sure I understand the purpose of sorting, or the `:cross-platform?` key, or why `:var-langs` needs to...
What if we ordered the languages. So the configuration would be: ```clojure {:languages [:clojure, :clojurescript]} ``` This would provide an explicit sort order. We deprecate `:language` and have a function...
No problem! There's quite a bit here I can use. When I get a little time free I'll see about polishing off the implementation. Thanks for all your work on...
Yes, it should be relatively straightforward. Both Clojure and ClojureScript reader data could be merged before being passed to the writer. Ideally we'd also want some identifier to distinguish which...
Thanks for the detailed proposal! I think the "Platforms" section could use a little adjustment. Previously you click a link on the sidebar, and it takes you to a specific...