Nick Olszanski

Results 8 issues of Nick Olszanski

### Describe the bug In [source there is a function that modifies](https://github.com/BuilderIO/partytown/blob/9a5d1ad4177054414fa603ccc8db34bd8ba6b271/src/lib/web-worker/worker-exec.ts#L119-L138) the source of the offloaded script: https://github.com/BuilderIO/partytown/blob/9a5d1ad4177054414fa603ccc8db34bd8ba6b271/src/lib/web-worker/worker-exec.ts#L119-L132 In some cases it produces an unrunnable code. Here is a...

bug

I think we are one step away from adding a monorepo support. I've checked the source code and it seems to me that we only need to add support for...

### Astro Info ```block Astro v4.5.0 Node v18.17.1 System macOS (arm64) Package Manager npm Output static Adapter none Integrations none ``` ### If this issue only occurs in one browser,...

needs triage

I need to update the package to support both ESM and commonjs better. Work in progress

bug

* add sync mode * migrate syntax from `useContainer` to `useItem` * fix bugs * fix broken types * add type tests * add type test benchmarks

## Describe your changes This PR introduces a suite of high-priority tests to enhance the robustness and reliability of both the `iti` and `iti-react` libraries. The new tests address critical...

## Describe your changes Adds a new comprehensive example demonstrating Server-Side Rendering (SSR) in Astro with React 19. This example showcases the latest React 19 hooks (`useTransition`, `useActionState`, `useOptimistic`) in...

## Describe your changes This PR introduces a new set of files (`kv-storage.d.ts`, `kv-storage.js`, `usage-example.js`) to demonstrate a functional rewrite approach for a key-value storage library. The purpose of these...