Zemke
Zemke
Fixed. This PR is yet again the `master` with tests fixed. @bbeaupain @ascclemens
I was git bisecting the commit that introduced the failed test and it was d5672220f3c51c38d3a6980a04d48649dacda0b9 which did among a few other things change the Kotlin version. I noticed that the...
Is it that what you're doing? ```kotlin val graphql = "{\"query\":\"query { viewer { login } }\",\"variables\":{}}" post("http://localhost:8080", data = graphql, headers = mapOf("Content-Type" to "application/json")) ```
Duplicated #29.
This is hardcoded in the dev server. You'd need to use a differently named Service Worker file to avoid `noopServiceWorkerMiddleware`. https://github.com/facebook/create-react-app/blob/master/packages/react-dev-utils/noopServiceWorkerMiddleware.js#L12 Then there's `serviceWorker.js` where the Service Worker generation is...
I can't seem to reproduce this. ``` mysql> select * from products; +----+--------+----------+--------+ | id | active | brand_id | name | +----+--------+----------+--------+ | 1 | 1 | 1 |...
Are we sure the issue is in Mockito? It could be, but I don’t know. It could be in Kotlin compiler or Byte Buddy as well. I’m continuing to copy/paste...
Yeah, some websites have so much own complexity running on their text fields that it’s simply incompatible with this add-on unfortunately. Haven’t yet figured out how to work around it.
Is this actually some kind of punctuation? I’m always looking into https://www.thepunctuationguide.com/ for reference. I’d like to stick to actual punctuation that a writer for example would use and not...