Brandon Bloom

Results 98 comments of Brandon Bloom

Please provide a stack trace with full error message.

If you print `[123 456 789]` do you get a number per line or still a single character per line? Assuming the former, this smells to me like you're seeing...

The second call appears to be working, which implies to me that something is wrong with the default *print-fn*. What does `(do (pr 123) (pr 456))` print? Is it: ```...

> it's pretty much intended that console.log is the default print function in clojurescript... thus adding a new line to each printed string This must have changed over the years,...

Agreed that this behavior is very confusing and seems to not match the README. Until the code is fixed, here's a workaround: ```go exitCode, err := panicwrap.Wrap(&panicwrap.WrapConfig{ Handler: panicHandler, IgnoreSignals:...

A quick inspection leads me to believe that this feature could easily be added by mutating `attribs` right before the `# Render attributes` step. You'd also have to update that...

Look in lib/convert.coffee

Thanks for the PR and making the changes! Hopefully I'll have a chance to follow-up / validate next weekend.

I haven't forgotten about you. I only really get to work on OSS on weekends, and not every weekend. Thanks for your patience.

> I wonder, have you also considered generating generic types, instead of protocols? From my reading of the specification, that might be the closest representation in Swift to the requested...