Ganesh Salunke

Results 18 issues of Ganesh Salunke

While working on a small component observed given `height: 900px` isn't applied to it. ```ftd -- my-component: -- component my-component: -- ftd.column: width: fill-container height.fixed.px: 900 background.solid: $inherited.colors.background.step-1 -- ftd.row:...

Currently below CSS is applied in fastn, when we use markdown `blockquote` (`> some info`). ```css .ft_md blockquote { padding: 0.25rem 1rem; margin: 1rem 0; border-radius: 3px; } ``` Blockquote...

While switching from one Color-Scheme to another all colors are not being changed. FTD: ```ftd -- fpm.dependency: fifthtry.github.io/chrome-book-cs as cs ``` If I change above from `chrome-book-cs` to `color-doc` it...

While fpm build observed that when using `--base=/foo/` the sitemap links are not using `/foo/` as a prefix. If we have a sitemap like this: ```ftd -- fpm.sitemap: # Home:...

In the sitemap, if an entry does not have a URL specified, the `toc.url` is supposed to be `null`. We are using below check whether `$toc.url` is present or not...

As of now we are not able to add `FTD` code into `README.md` file of any `FTD` package, because we face build failure issue. We saw below error: ```ftd Error:...

while build if any image with `jpeg` image format is present in package throws below error: ``` Processing ftd.dev/journal.ftd ... Error: PackageError { message: "failed to parse ParseError { message:...

triaged

``` ``` Ref.: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag