Christoffer Niska
Christoffer Niska
@andheiberg we actually decided to write the parser ourselves to ease the adaption of our library. I would definitely be interested in discussing this further with you.
Also inspired from the snippets above, here is my version: ```kotlin import okhttp3.Interceptor import okhttp3.MediaType.Companion.toMediaType import okhttp3.Response import okhttp3.ResponseBody.Companion.toResponseBody class NoContentInterceptor : Interceptor { private val noContentHttpStatusCodes = arrayOf(204, 205)...
Yes, Slider is actually on my table right now. Stay tuned for updates. The current game plan is to implement at least one component as an example. Have you used...
@merlinpatt are you referring to the jQuery plugins or the Angular components? It's obvious that neither is a really good match together with React.
I think what we'll do is create stateless components and sub-components for all the Foundation JavaScript components, such as dropdown, modal, slider, etc. Then you can use this library seamlessly...
@Jalle19 what's the status of this PR?
@truecastdesign Sorry for the delay, but the expected result should not be null. It should be a result containing a descriptive error. I'll have to look into this when I...
@Jalle19 ID type cannot be removed as it's a part of the specification.
@Jalle19 My bad, I misunderstood your comment.
@Jalle19 Not sure what you'd like to do with this.