black-pwq

Results 5 comments of black-pwq

use version 1.1.2 instead of 1.1.4 and add android.enableJetifier=true to gradle.properties.

I got stuck for this too. Tree chart will show the first time i enter the fragment. But when i navigate to another fragment and back to it, it may...

I strongly recommend adding the following to settings.json (and README.md in this project) instead of disabling use-ctrl-p if this commit is not accepted: ```json "vim.normalModeKeyBindings": [ { "before": ["ctrl+p"], "commands":...

> I believe you cannot mix java.util.Date (rather obsoleted type) and Java Time api. Replace the java.util.Date time you used with the java.time.LocalDate. @dmatej Thanks for you suggestion. And I...

A same error in glassfish (7.0.12) leads me to here. As https://github.com/eclipse-ee4j/yasson/issues/162#issuecomment-482566331 stated, the date format without time still not working in glassfish. And I believe the same happens in...