Bnaya Peretz

Results 115 comments of Bnaya Peretz

@WeishiZeng can you please elaborate? :)

That bug exists on 4.0.x - 4.1.x, not the entire 4.x line

So if i understand correctly, source maps aren't working on that moment?

I've monkeypatched Xsql to overcome that hardcoded limit for my usecase ```ts const MAX_ROWS = 10000; // monkeypatch overwrite 100 limit :) Xsql.prototype.getLimitClause = function getLimitClause(reqParams: any) { reqParams._index =...

I'm also interested in this feature. it be able to expose only small part of my tables. Using blacklist just force me to create long list, that i need to...

Same issue here, url treated as helper name instead of variable

@b3nj4m the workaround is to access them as this.domain this.url

Will it land with CRA5? :)))

![Screen Shot 2020-12-10 at 13 58 15](https://user-images.githubusercontent.com/1304862/101769572-d5977600-3aef-11eb-80ea-b82a033ad251.png) This is the only problematic symbol and it's not part of the public api, It is possible to restructure the files and make...

I've made a possible fix: https://github.com/immerjs/immer/pull/721 @octogonz you may try the version from the codesandbox ci: `https://pkg.csb.dev/immerjs/immer/commit/abb4e3c4/immer`