Fatih Altinok

Results 25 issues of Fatih Altinok

Stale `node_modules` is a source of bugs, footguns, headaches. Angular has a bullet in the [readme](https://github.com/angular/angular/blob/master/yarn.lock.readme.md) just for it. Consider sending PRs to large projects to increase adoption, this will...

help wanted

I tried to use this polyfill with Node.js, but trying to perform a `.get` causes an exception. Here's a repro: ``` const storage = require('kv-storage-polyfill').default storage.get("a") ``` This happens on...

I get the following error: ``` thread 'main' panicked at 'internal error: entered unreachable code: Should be impossible: every LHS Unchanged MatchedPos should have a corresponding RHS Unchanged MatchedPos Some(MatchedPos...

I created a basic [Remix](https://remix.run) example that uses PostgreSQL. I couldn't find a simple enough full-stack Remix template so I created [my own](https://github.com/frontsideair/remix-prisma-postgresql-template). It can be regularly rebased on top...

The plugin currently doesn't support overriding `data-api` and `src` properties, which is needed for [custom proxy configuration](https://splitbee.io/docs/nextjs-proxy). I can probably do this but it's not urgent for me, so this...

I was having a peer dependency warning even though everything was working perfectly. I'm on `2.0.1` but thought `^2.1.0` would be good enough. Feel free to make any changes!

I just started using `life-sync` and it works like magic! I just keep all my git repos under `~/Code` and seems like can't move `dotfiles` there. I can work on...

enhancement

This speeds up the build a lot. Also enabled yarn cache for even faster tests.

[D1](https://developers.cloudflare.com/d1/) is pretty similar to Turso in terms of infrastructure, which I would like to see how they compare to each other.

### WHY are these changes introduced? While the cart sidebar is optimistic, the banner isn't, which is inconsistent ### WHAT is this pull request doing? It makes the cart banner...