Thomas

Results 111 comments of Thomas

> The page suggests they did successfully participate in the 5th cycle: There is a bug that I will be fixing this week in how the cycles are calculated on...

@markmhx https://discord.com/channels/621759717756370964/842413752846516224/859696238419771415

The grant is to safely cover work on stacking.club for around two quarters. It's very unlikely that substantial work will be completed by the end of December. There needs to...

> It would be great to have a good looking functional open source alternative to https://stacks-pool-registry.pages.dev/ yeah, we're definitely very interested in providing an interface for delegate stackers and pool...

> > There needs to be much work done to update the indexing service > > We now have https://github.com/byzantion-xyz/alexandria-stx-indexer That could speed up things :-) (I couldn't find the...

This is still an issue. currently getting around it by using `browser.tabs.sendMessage`, but seems like a hack. @zikaari @antfu any success working with this?

> It should allow to return some custom type from method: getBackgroundPageType which behaves same as options or popup. > > https://github.com/zikaari/webext-bridge/blob/main/src/utils.ts#L21-L38 Would you elaborate a bit -- not following...

Ah, here we go. I need to also check for `/notification/index.html`, and when I do this diff, it works as expected: ```diff diff --git a/node_modules/webext-bridge/dist/index.mjs b/node_modules/webext-bridge/dist/index.mjs index 55f1afc..c9231a3 100644 ---...

> A solution that takes any final input and makes them interoperable this is already the case, any image that is uploaded we process with imgix, and if we aren't,...

digging in a bit more, it's actually possible to pass a prefix already (not well documented). the drivers have the ability to take arbitrary page sizes, but it's not being...