Victor Mosin
Victor Mosin
I am facing the issue while creating new instance and playing raw resource.. Somehow player gives me `Content not found` for an existing resource.. ``` val session = mediaPlayerFactory.createMediaPlayer() val...
As a reminder, https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
After migration to 3.3.20200920055408 each POST/PATCH request with unknown attribute fails with this error even with ``` crnk.allow-unknown-parameters=true crnk.allow-unknown-attributes=true ``` According to code, it fails [here](https://github.com/crnk-project/crnk-framework/blob/05c24cba9b417a45a30ec8c13c4927c03d461807/crnk-core/src/main/java/io/crnk/core/engine/internal/dispatcher/controller/ResourceUpsert.java#L191). I don't really understand...
I just need exactly same behaviour but being animated from top to bottom (i.e. exactly vice-versa of what is now). Thank you in advance
1. `mvn clean` 2. `mvn generate-sources` -> generates initially 3. `mvn generate-sources` -> fails with ``` Caused by: java.lang.NullPointerException: Cannot read the array length because "" is null at com.github.os72.protocjar.Protoc.extractStdTypes...
Chrome's mobile version doesn't toggle the [element](https://designrevision.com/docs/shards-react/component/form-checkbox) while tapping on element itself but work normally while tapping the label.
[Checkbox](https://designrevision.com/docs/shards-react/component/form-checkbox) in toggle mode sends its label element as `event.target `to change handler method instead of actual `input="checkbox"` and therefor there is no way of determine current value of the...
Due to https://issues.apache.org/jira/browse/MNG-5354 all the maven plugins should use `org.eclipse.aether` instead of `org.sonatype.aether` starting from 3.1.1. Your `resolve` method still receives the "old" Artifact argument (from sonatype). I'd say it's...
Currently each one who wants to check for valid target programmatically needs to get somehow the index of dropping element (for example, I want to restrict to drop at last...
Currently even in case of `isValidTarget` responses with `false`, `onDrop` is still evaluated. How can I get info whether the target was rejected?