Jacek Tomaszewski

Results 47 issues of Jacek Tomaszewski

When running this I get the following error: ``` $ RUST_BACKTRACE=full ./notion2pandoc -s 123 -i a1ae3b9a-d15e-472b-a629-fb3374249f88 thread 'main' panicked at 'failed to deserialize children blocks of a1ae3b9a-d15e-472b-a629-fb3374249f88', src/notion.rs:325:33 stack backtrace:...

This will make the release be built for macos too.

## Summary Adds `experiments.assetPrefix` config option to serve static assets (JS, CSS, fonts, images) from a CDN while keeping the app URL unchanged. Similar to Next.js's [`assetPrefix`](https://nextjs.org/docs/app/api-reference/config/next-config-js/assetPrefix) feature. This addresses...

bot: passed checks

Our GraphQL server library ( https://doug-martin.github.io/nestjs-query/docs/graphql/paging/#relation-connections ) uses slightly different format for pagination args: instead of `items(first: 2, after: "xyz")`, we do `items(paging: { first: 2, after: "xyz" })`. Currently...

## Summary Remove the `export * as icons from './icons'` namespace export from `lucide-react-native` entry files to enable proper tree-shaking. Related: https://github.com/lucide-icons/lucide/issues/1559 , https://github.com/lucide-icons/lucide/issues/3744 ## Problem The namespace re-export defeats...

📖 documentation
🌍 site
⚛️ react native package

## 🚧 RFC / Work In Progress 🚧 **This PR is a draft for discussion and feedback before finalizing the implementation.** I'd like to get signal from maintainers that this...