Sam Atkins
Sam Atkins
Hi there! We don't support PDFs at the moment. Some people have experimented a little with `pdf.js` but that's not integrated yet.
What version of node do you have? (`node --version`)
I'm going to close this for now. We do actually have a couple of screenshots on Ladybird.org, at least of the macOS UI - one is on the right of...
:thonk: The workaround isn't working for me. So far I've tried: 1. The workaround 2. `sudo dnf install patchelf` 3. The workaround again 4. Add that export to every shell-rc...
That last fix works for me! :tada:
The dummy app seen in the video is: ```html Dummy App document.addEventListener('DOMContentLoaded', async () => { console.log('%cHello from dummy app!', 'font-size:200%;color:orange'); puter.ui.on('themeChanged', theme => { const { primaryHue, primarySaturation, primaryLightness,...
I wasn't entirely sure where to put this. It feels like a large amount of the code has ended up in `helpers.js` which isn't ideal, so I made this a...
> I would register this to the services object like I did with ThemeService (that way everything stays as "flat" as possible architecturally). Yup, that's much nicer! I wasn't sure...
Bringing this back up because the duplicate-rows thing is still happening, and causing issues for me now: - When saving, a new row is appended - When loading, it seems...
Minimal repro: ```html ```