Tsemach Hadad
Tsemach Hadad
Hi There's some uncertainty for example assume you would like to have different labels for each repo how to achieve it ? If it's same label then composite can be...
it works when using same label for the 2 repos. Assume we go with new config approach it should be supported if we list 2 config servers with the ability...
application.properties the problem didn't occur application.yml the problem occured
Yes properties worked o.k yml didn't Also any other file besides application.properties didn't work. Environment variables set properties ok
BTW: In android you can use KIWI Browser which is based on chrome , it allows to install chrome extension
+1 This feature exists in other major JS Grid - not easy to implement but this is the only thing I found missing in this grid
Same goes for Chrome Extensions using Manifest V3 - where it's also forbidden to use eval
Hi We are building extension which only handles the capture, so in the long term I would think of splitting it up to: - capturing the site Apis - archive...
Hi, do you mean you are building your own extension on top of archiveweb.page, or your are using archiveweb.page? **We are building the extension using archiveweb.page base code , we...
Hi I fixed it in : src/config.ts Method: static fromPartialConfig(partialConfig: Partial): Partial ``` if (config.pagination) { // Pagination config.plugin.remove('pagination'); config.plugin.add({ id: 'pagination', position: PluginPosition.Footer, component: Pagination, }); } // Additional...