Dreadwail

Results 3 comments of Dreadwail

Yea I've experimented with this a bit. The main hitch is this hard-coded script name: https://github.com/sjlevine/atom-slime/blob/master/lib/swank-starter.coffee#L41 MIT scheme uses a different swank starter script: https://github.com/slime/slime/blob/master/contrib/swank-mit-scheme.scm I think all that would...

@steve-taylor Did you happen to run across any docs that helped you understand this implementation limitation? I didn't find much in the README and all I could find was this...

I had a similar issue except with `DateTimeFormat`. I had a formatter that looks like this: ```js export const formatDateTime = (date) => { const formatter = new Intl.DateTimeFormat('en-US', {...