Harsh Singh
Harsh Singh
We are implementing package locking in fastn, which will allow us to keep packages in sync when they are deployed to production. Additionally, we are reintroducing download-on-demand to optimize the...
This adds test for checking if SSR is being properly done for requests which have user agents of bots and for normal users SSR has to be skipped.
Updated the "ftd.sublime-syntax" file, now it: - Properly highlights block comments - properly highlights internal headers such as "$processor$", "$loop$", etc. - properly highlights inline comments ";;"
I was trying to concatenate an integer (status) with a base URL. This was in order to redirect the user back to the home screen once the PostgreSQL Insert query...