Ricardo Pinheiro
Ricardo Pinheiro
Have you consider using Jetty or something of sorts or `java.nio` for the OkHttpServer ?
any updates on this? or another way of getting it working?
I can help on hangout. Just send a message there. On sáb, ago 27, 2016 at 3:33 PM, Frank Cash [email protected] wrote: Hey Maiph, I don't have access to Windows...
Wednesday sounds good On sáb, ago 27, 2016 at 3:39 PM, Frank Cash [email protected] wrote: Sounds good, could we schedule something for sometime during the week like Wednesday or Thursday?...
I would say that is working as intended. `\` in java in an escape character and it will interpret the next character in a different way (`"\i"` is not event...
`"my\id"` won't work anywhere because it won't even compile