Derek Wickern

Results 62 comments of Derek Wickern

I published my [fork](https://github.com/dwickern/swagger-play) which cross-compiles for 2.7 and 2.8 ```sbt // for Play 2.7: libraryDependencies += "com.github.dwickern" %% "swagger-play2.7" % "3.0.0" // for Play 2.8: libraryDependencies += "com.github.dwickern" %%...

You can use my [fork](https://github.com/dwickern/swagger-play) which cross-compiles for 2.7 and 2.8 ```sbt // for Play 2.7: libraryDependencies += "com.github.dwickern" %% "swagger-play2.7" % "3.0.0" // for Play 2.8: libraryDependencies += "com.github.dwickern"...

I saw this error a few times building my sbt plugin in https://github.com/dwickern/sbt-swagger-play/pull/8. I'm using sbt-projectmatrix to run sbt scripted tests against several versions of different libraries. My current configuration...

This is caused by https://github.com/emberjs/ember.js/issues/19493. The router redirects to the new query params which aborts the original transition. I applied my [workaround](https://github.com/emberjs/ember.js/issues/19493#issuecomment-1229336425) to your repro and all tests pass. Upgrading...

@mehran-naghizadeh there's a workaround in https://github.com/embroider-build/ember-auto-import/issues/578#issuecomment-1532096597

@alexlafroscia would you be interested in [putting this project up for adoption](https://github.com/adopted-ember-addons/program-guidelines?tab=readme-ov-file#program-guidelines)?

Watson also changes line endings from CRLF to LF

In model-fragments v5, `FragmentArray` exposed an `options` property containing the attribute metadata, although it was private API: https://github.com/adopted-ember-addons/ember-data-model-fragments/blob/7ea57179eff9063530ac4fd42097604540887f25/addon/array/fragment.js#L82 In model-fragments v6, you can get a fragment array's attribute metadata the...

For scenario 2 I think you can use `HasManyArray.revert()`

Does it not already work? What happens when you try to install the plugin? I searched through https://github.com/JetBrains/intellij-plugins and couldn't find any meaningful commits related to remote development.