JTimNolan

Results 5 comments of JTimNolan

In the meantime you can silence these errors by updating your node_modules/@shopify/slate-analytics/index.js file to suppress errors on line 95: `return axios('https://v.shopify.com/slate/track', axiosConfig).catch(() => {});`

I believe this is a duplicate of #218

Upon further review, it seems the issue is the query.id check here: https://github.com/lance-gg/lance/blob/master/src/GameWorld.js#L51 . So we either need to avoid id:0 or change to `query.id != null` or similar. Not...

Also having this bug. Windows 10 Pro x64 Vulkan API 1.2.168 - Forward+ - GTX 780

To clarify, this is a select statement. I'd agree for an insert or update statement, you'd likely need to keep it "dumb". For select statements though, it'd be nice if...