Kurt

Results 11 comments of Kurt

@madisvain Thanks for the input. Setting the locale from a list sounds like a good idea. Do you want to get rid of the formatting functions all together and call...

@madisvain I went along and changed it to use locales. There's also a custom default locale that will ensure that the current default date formatting is kept. Feel free to...

I believe this bug is also inherited by ui.grid.expandable which fails to save and restore state. You might want to look into that as well when working on this.

I've only worked with type "intersections" for the navigation property when I want to navigate to parent navigators, so I'm no expert at this. I'm purely guessing that you're trying...

@bwship Thanks for confirming this! As you can see from the commented out code in my example, I have tried that approach already, without any luck. Looking at the source...

I have successfully extended the theme by using an interface like this one: ```typescript export interface CustomTheme extends Theme { custom: { colors: { customColor: string } } ``` But...

I use it mostly via the component props, but where I use the useTheme hook I simply cast it to CustomTheme. ```typescript const {appColors} = useTheme() as CustomTheme ``` If...

@johnf I found that you had done excellent work to implement this for ACM DNS validation, but that the construct was deprecated and the merge request closed (https://github.com/aws/aws-cdk/pull/23526#issuecomment-1423784041). :( Do...

@macnev2013 I recently upgraded to a M2 Mac, so I opted to install the latest 2.1.0 CLI. I needed to make some changes to my code (custom lambda role and...