cutiful

Results 8 comments of cutiful

I have put together a [table](https://gist.github.com/cutiful/7604565488ad331cde03d9851c0c8987) that shows ESTree 2022 node types and their properties. Each reference is clickable and takes you to the definitions of the referenced type, sorted...

For future visitors: Docker for macOS/Windows runs in a VM, so 127.0.0.1 inside its containers points at the VM, not your machine. You should use `apiHostName: host.docker.internal`, which points at...

I built a viewer at https://purr.neocities.org. It works in the browser, no app installation required. (Wish I'd seen this issue earlier, it's been quite a while since I made this...

That path is passed from here: https://github.com/nrwl/nx/blob/8c9ad0da69b76def41ef1af615d0795272a0b78f/packages/js/src/executors/tsc/tsc.impl.ts#L46-L49 There's a normalized `options` object, in which all paths are absolute. Removing the underscore should fix the issue. The raw `_options` object is...

> And worst of all, you likely don't even need the form state for most of your fields anyway. @timw4mail in that case, you don't need to write any of...

@ashwinvis > A completely different route would be to add a search box in the html export You could try using the new Meow integration! [Here's](https://github.com/kensanata/mastodon-backup#meow) the readme section that...

@ashwinvis that's fair. Would you mind answering a few questions? If you don't want to respond, just ignore this message. Is your preference for a locally hosted application a privacy...

Thanks for the feedback! I looked into it and figured that a full-on offline mode adds a lot of complexity for little gain. But ad blockers definitely can [block network...