Neville Franks

Results 35 issues of Neville Franks

Documentation on the options and overall use could help make this of interest. And code comments wouldn't hurt.

enhancement

@YurySolovyov I have found two problems with table.update() which I don't think are new. * Given ```table`.update( { 'panel': panel }, { 'show': show }, { upsert: true } )```...

bug

I've just downloaded the latest dexie.js and the latest dexie-mongoify.min.js and am getting `"TypeError: Cannot read property 'push' of undefined"` It appears as though quite a bit has changed in...

@YuriSolovyov Are there any plans to support query projections so we can just get specific document fields returned. See: https://docs.mongodb.org/manual/reference/method/db.collection.find/

I am trying to use Powertip's on elements inside iFrames and they are positioned incorrectly because they don't take into account the position of the iFrame(s). Any help in resolving...

Bug

The read.me says: >cleanup changes table -> Can only do that after Dexie.Syncable supports the clear flag Can you provide any more info on this. Is there a Dexie issue...

@nponiros I'm using sync-server with a change to use Websockets instead of http. This is based on the Dexie.js Websocket samples. So far I've only had to replace your server.js...

I'm stuck with using jQuery and would still like to use the _ property on elements and arrays, However if I use Bliss Full I'm running into various issues with...

enhancement

I just found Nano-SQL, congratulations on your work, it looks interesting. Oh and good Docs. I am especially interested in a Database which works both in the Browser and on...

enhancement

@finnhvman I've just realized that both checkbox and radio buttons use the _user agent stylesheet_ for their unchecked/unset state which doesn't seem right to me. I would have thought they'd...