Dan Ziemba
Dan Ziemba
...fresh is called when beginLoading is called. Issue #12 mentions a few problems that gmckenzi found fixes for a few months ago. Since he never made a pull request and...
Using the method described at http://mobile.dzone.com/articles/arc-support-without-branching I modified the code so it will compile for ARC projects while still being compatible with non-ARC projects.
This is based off the work done by Christopher Pickslay on twobitlabs' fork, but I have imporved it to work properly when the scrollview's content is smaller than its frame.
Call setStatusLabelText: inside of your pullToRefreshViewShouldRefresh to change the 'Loading...' text.
Extension fails to start on GNOME 3.34 with the following error: gnome-shell[1283]: JS ERROR: Extension walnut@networkupstools: TypeError: this[("_" + data)].setLabel is not a function UpsDataTableAlt
Extension fails to load with error: gnome-shell[6893]: Extension "walnut@networkupstools" had error: TypeError: this._construct is not a function
When using Gradle's "version catalog" feature to declare dependencies, the "unused-dependency" detector doesn't find problems that it normally would. With `gradle/libs.versions.toml` file containing: ```toml [versions] slf4j = "1.7.36" [libraries] slf4j-api...
Using PMD plugin 1.8.27 with IntelliJ 2023.1.2 on Mac. This behavior started either with this version of PMD plugin, or maybe the previous 1.8.26 version. PMD plugin setting are often...
Version = 1.8.3 I have the PMD plugin configured to skip test sources, and this works correctly when manually running a scan. The setting is ignored when running the scan...
**Describe the bug** When annotation like `@JsonDeserialize(converter = MyConverter.class)` is applied to a component of a Record or to a field of an immutable class (such as lombok @Value or...