Rob Rendell
Rob Rendell
@nickjohngray I'm trying to import from `react-pdf/dist/umd/entry.webpack`, but Typescript is complaining that the submodule does not exist. I have `@types/react-pdf` version 4.0.6 installed, which appears to be the latest version......
@nickjohngray I can't use `any` as a type (it's an import statement), but I can precede the import with a line saying `// @ts-ignore` to ignore the error. When I...
Hi! That's an error from the underlying 3D library I'm using (three.js), saying that it can't find/access your 3D hardware. You say you're using Brave Browser, which is a browser...
Thanks, @sdsalyer! A local filesystem mode for gTove shouldn't require a ton of refactoring, because the interactions with Google Drive are done through an interface, the FileAPI, in this file:...
Actually, one integration point with Drive that isn't captured by the FileAPI interface is the expectation that remote clients can access the tabletop data directly. A filesystem-only mode for gTove...
Coincidentally, I've just been doing updates on the dice rolling parts of the app. In the latest version 484: * The button to open the dice bag can be clicked...
By "make the display readable" - which parts of the display are you having difficulty reading? Note that you can adjust the font size of the labels on the tabletop...
Giving GMs the option to customise the dice are already on the TODO list.