Stephen Paul Weber
Stephen Paul Weber
This does not seem to happen on 6.3 but now being stung by #453
That's not the nicest solution, but it's working for me. Thanks :)
>What SIP - Jingle transport are you using ? With which SIP client on the >other side ? (simple curiosity) >Is it possible to have a test account then I...
I have been through the flow a few times now and figured it out. I seems that if I type a "normal looking" JID into the search box, that it...
``` let x = f y :: T ``` Would just be abysmally bad style and anyone writing that gets what they deserve. I think if the layout algorithm is...
> In particular, it makes perfect sense to write >``` >let x = f >y :: T >y = [...] >``` That should also be a syntax error in the...
> Does that necessitate having a strict tabs-followed-by-spaces indentation? Any use of tabs should
In Ruby 2.5 this solution does not seem to get rid of the warning for me
Is readline eating ^C before rash can bind it, then? It's *very* nice that rash uses readline so all my custom inputrc keys "just work" but this papercut bites me...
So, I have found that readline actually contains defaults to do what we want (https://tiswww.cwru.edu/php/chet/readline/readline.html#SEC44) but apparently the racket wrapper somehow overrides this and breaks even racket's own repl (https://github.com/racket/racket/issues/2432)