BerciTheBeast
BerciTheBeast
I propose the addition of optional formatting of values based on the serialization strategy that was used. Example: In model: ``` @prop(...) public firstName: string; @prop({ ... serializable: ['short', 'full'],...
### What problem does this feature solve? Video thumbnail_loc properties are currently not being prepended with hostnames if the URL is not valid. ### What does the proposed changes look...
### What problem does this feature solve? Currently, if you provide an alias in an image path, like @ or ~, the alias is not resolved and carried over to...
### What problem does this feature solve? It would solve needing to have all the declarations in the nuxt config (if declared on static pages) or remove the need for...
Panning doesn't work if zooming through zoomX. It works if zooming through area select zoom. I'm using a datetime x-axis area graph. Code with which I zoom through zoomX: ```typescript...
Hello, I have several containers in the form of columns (think Trello), and I'm dragging items in those columns from one column to another. The problem is that not all...