Zbyszek Tenerowicz
Zbyszek Tenerowicz
@ruiramos makes sense to keep the api, I'm just worried it's going to be hard to explain. And sorry I didn't look at the gist, I just jumped in to...
Not yet, I'm not sure if it's worth the time to investigate
I tested with an old device that my friend uses. I'll see if I can get my hands on it again, or find another android 2.x
Great thinking, this could have been considered a bug before! Travis seems broken because of missing credentials. If they're not there, how did it work before?
Hi, I recently published https://github.com/naugtur/backbone-redux-migrator which is a tool for migrating to redux as in projects I witnessed using mixins to join backbone with react was a dead end. What's...
Well, I've been writing purely back-end JS for at least 8 months now, so I'm not here to address _my_ needs ;)
I found out about it this week and need to find some time to fix it. The tests are not passing
TODO: https://github.com/isaacs/minimatch/blob/ef8f2672bdbbf6a632ea815636659fb31b5169aa/src/index.ts#L1012
I reproduced the error and the error starts on the server ``` $ next dev ▲ Next.js 13.5.6 - Local: http://localhost:3000 ✓ Ready in 1626ms ✓ Compiled / in 1937ms...
@tgrecojs The difference between yours and this repo seems to be this one is running lockdown on the serverside and yours is running it on clientside. 1. What is the...