Tom MacWright

Results 186 issues of Tom MacWright

Hi! I'm so glad this project exists, and I've started porting it to JavaScript. I noticed that this repository doesn't have a license, and I'd like to make sure that...

Notion exports embedded links as links to videos. They should become `` elements.

Notion basically gives you just the URL someone uses to trigger the embed generator. This handles val town embeds and YouTube embeds because it needed to, but there are obviously...

![CleanShot 2023-11-29 at 15 52 19@2x](https://github.com/val-town/notion-to-astro/assets/32314/6fdfa5a4-bcae-40fe-a6b5-da0dd9337732) Another Notion export bug - seems like this doubles in on the strong tag. This just results in an AST of very nested `strong`...

# 🙋 Feature Request It would be nice if running `libyear` with -h printed the available flags.

# 🙋 Feature Request For prioritization, it'd be great to specify a sorting function other than alphabetical, which appears to be the default, that lets you sort by drift. ##...

#### What are you trying to achieve, or the steps to reproduce? We're using some very basic fastify.decorateRequest and fastify.decorate calls to support bearer auth in our application: ``` fastify.decorateRequest("user",...

feature request

If I create a module: package.json: ```json { "type": "module", "name": "20240613114707-1603", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },...

bug
documentation

This was released in latest! https://github.com/mapbox/mapbox-gl-js/releases/tag/v3.4.0 > Add dynamic: true option for GeoJSON sources that enables partial update API with source.updateData method. Further optimizations for this mode are expected in...

This only 'requires' a mapbox api token, but search doesn't work because I'm not plugging in a geocode earth token. They aren't a free service, maybe free usage will be...