Dale King

Results 133 issues of Dale King

In Java if you have some class with qualified name like com.mycompany.category.applicationname.data.MyClass then that source file must be in a directory hierarchy like com/mycompany/category/application/data/MyClass.java which is enforced by Java. But...

In our code we create multiple caches and also put them in a set so that we can clear all caches. So I have a function that looks like this:...

As described in #1052 the sizing of the drawable does not work correctly and leads to non-circular shapes. The issue is that you are trying to control the size by...

As noted in #162 the fact that when DayViewDecorator.decorate is called you do not know the date is very cumbersome. If you have complex decorators you end up having to...

So we have a week mode where the user is viewing a week at a time and we have a calendar to change the week to show. The calendar will...

I'm running into an issue where processing a BootStrapper action can cause a label to be published asynchronously as soon as the store is created, but it happens before I...

question

Add support for adding intervals to classes like LocalDate. Might want to do it as a separate library and might want to also do it for the 310 backport as...

## Expected Behavior Upgrading from 0.38.1 to latest I see a change in indentation with parameter names in a call. For example this was allowed in 0.38.1: someFunction( parameterName =...

indentation-rule
conflict-with-default-intellij-formatting

Looking at the example in flutter_built_redux we see this: class ConnectionExample extends StatelessWidget { final Store store; I have a problem with this in that it is exposing internal details...

Color references (i.e. @color/xxxx) have some serious limitations: - They require the referenced color to be defined before it can be referenced. The following will not work, but does if...

enhancement