Yakov Litvin
Yakov Litvin
Is this the reason why in Vite I'm getting something like this? (It was supposed to show just one image, i.e. the gallery; instead, the page gets huge overflow by...
@fullyDeepak thanks, that worked indeed, somehow I've overlooked that bit (and worked without the `const ImageGallery = (Gallery as any).default ? (Gallery as any).default : Gallery` trick)
In fact, there's many more not mentioned there: * those that are usually used only in templates: `annotations`, `backstage`, `edit`, (`view` is present), `message`, `tagChooser`, `toolbar`; * those that are...
Note: all the macros (except the `backstage` one) are described [at dev docs](https://classic.tiddlywiki.com/dev/docs_from_TiddlyWikiDev.tiddlyspace.com.html#%5B%5BCore%20Macros%5D%5D), so the descriptions can be taken from there, or at least based on them
A simpe workaround is to use `getContractState` method of `TonClient`, similarly to this: ``` import { TonClient } from '@ton/ton' import { getHttpEndpoint } from '@orbs-network/ton-access' const clientPromise = getHttpEndpoint({...
Any chance this will be resolved? If somebody points what part of the code should govern this behavior, I may be able to investigate further and suggest something more specific
Hello Mark, thanks for pointing, I've included the first 2 issues into the plan of 2.10.1 (see #299). As for the last part, let me start from a short draft...
Alright, [[favicon.ico]] is removed (0dac50d); indeed, > MarkupPreHead isn't making it into the built versions of classic.tiddlywiki.com is correct, the current build procedure ignores those bits (markup blocks, page title,...
Yes, I've [fixed it manually](https://github.com/TiddlyWiki/tiddlywiki.github.com/commit/bea1ace) again during [updating](https://github.com/TiddlyWiki/TiddlyWikiClassic/pull/312), but to fix it consistently, [the build process should be updated](https://groups.google.com/g/tiddlywikiclassic/c/rq5LL_yfIso/m/Eytqt1WxAQAJ), presumably by adding Puppeteer or Playwright to the workflow. As for...
Hi @ts678 , * `http://localhost:8200` gives the same response as `http://localhost:8200/index.html`; * Task Manager shows 2 Duplicati processes, both Duplicati.GUI.TrayIcon.exe as you suggested; * after clicking Quit in the tray...