Richard Sustek
Richard Sustek
I just came across this library and while it looks awesome, having Bootstrap as a dependency is greatly discouraging. If you were able to provide dependency-less package, this would be...
Hi, Thanks for the library. We just started using this library in a rather large project, but unfortunately our production builds do not compile if both `strictNullChecks` (compilerOptions) and `fullTemplateTypeCheck`...
Hey, I've been trying to add my own localization using the `IDisplayPreference` (btw this interface should be exported in public api as I have to import it from `amazing-time-picker/src/app/atp-library/definitions`), but...
Hey all, I was wondering if there are any plans or considerations of using classes instead of inline styles to improve rendering performance? As is mentioned in best practices for...
Hey there! Could you please make `Luxon` a `Peer dependency`? Since you have it listed as dependency it is shipped with your library and if the project is also using...
### Command serve ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not...
Hey! Thanks for this library! I just wanted to reach out that in our app (Angular) we found out that the version `3.0.4` is not working in iPhones 13 (or...
### Motivation Reduce the amount of HTTP requests made by application & increase app's responsiveness ### Proposed solution There are 3 ways to accomplish this: 1) Have cache as a...
Currently, the `IContentLinkUrlResolver` is able to [resolve ](https://github.com/Kentico/kontent-delivery-sdk-net/wiki/Resolving-links-to-content-items)only `href` attribute for links within rich text element. It would be nice if we could set other attributes such as: `target`, `class`,...
SDK currently enables developers to choose either `IRichTextContent` or `string` in strongly typed models. There are situations where a combination of both needs to be used. One possible solution would...