Amit Upadhyay
Amit Upadhyay
We have to support both sqlite and PostgreSQL for migration.
Currently if we get a 404 from http processor we get server error. We should handle response codes in processor and 404 should be returned as 404. We should do...
It only adds new files or updates updated files, but leaves deleted files on disc. So these files keep getting accumulated and we have to manually delete `.packages` to delete...
We will do this when the [next edition](https://fastn.io/d/next-edition/) goes live.
## What Are You Doing? Running `fastn update` in [`fastn.com` repo](https://github.com/fastn-stack/fastn.com). The progress par comes, which is a nice touch, but the number it is reporting is incorrect. ```sh fastn...
## What part of code do you find problematic? In this PR: https://github.com/fastn-stack/fastn/pull/1728/files. ## Descript what is wrong with this code? Tests are missing.
The following does not compile: ```ftd -- import: ui.fifthtry.com/components/page -- component page: -- page.page: -- ds.heading-large: Sites Dashboard -- end: page.page -- end: page ``` Following does: ```ftd -- import:...
```ftd -- import: fastn.com/blog/strongly-typed as p12 -- import: fastn.com/blog/search as p12 -- import: foo/p12 ``` We should not allow shadowing.
Following is allowed: ```ftd -- component foo: module m: some-module .. omitted .. -- end: foo ``` But this is not: ```ftd -- module m: some-module ``` It should be...