Piotr Krzemiński

Results 127 comments of Piotr Krzemiński

@spoike , thanks a lot for your time. I had several minutes to take a look at it and: * I tested your patch on Hyper 2.0.0 and it works...

See https://stackoverflow.com/a/39312522

For resizing, try also `window.addEventListener('resize', function)`.

New frame is calculated every 1/60 s. It means that the program sleeps most of the time. It could calculate physics in the meantime, between re-rendering the view.

Related: [[KT-44894] Dukat: Stack overflow error from @actions/tool-cache](https://youtrack.jetbrains.com/issue/KT-44894)

Some data point from my side: the immaturity of Kotlin JS and this plugin were key when deciding whether to use Kotlin in my new web project. I decided to...

Thanks! For the record, JetBrains just announced Kotlin 1.3.40 and that this plugin will be deprecated. The new plugin is available here:https://plugins.gradle.org/plugin/org.jetbrains.kotlin.js Full announcement: https://blog.jetbrains.com/kotlin/2019/06/kotlin-1-3-40-released/

I gave it a try - in general it works: ![image](https://user-images.githubusercontent.com/3110813/132826202-479cc474-8dde-48e1-aa7d-f7dac7d57b6d.png) but there are some features missing and little issues present that would optimize Playground for slide shows: * built-in...

Looking into the code: https://github.com/IdentityModel/oidc-client-js/blob/deed90c95a52c4f5e812bf4a527d0b36eeeea1d9/src/JsonService.js#L54-L58 I think the library doesn't specify any headers in the request, but specifies some legal content types in response. So next to customizing request content...