Oddjobz

Results 50 comments of Oddjobz

If you're working with responsive layouts, typically one could expect the parent element to have a w/h=100%. I'm unsure "exactly" how this works, but my observations in this instance are...

I've had this too .. problem seems to be this, if you're working from the example; ``` document.addEventListener("dragover", function (e) { mouseXY.x = e.clientX; mouseXY.y = e.clientY; }, false); ```...

Hi, looking at the limitations, not really my cup of tea. Limited record size and limited database size are not really attributes I'm attracted to .. :) .. however I'd...

Mm, maybe it's Google translate playing up .. I thought records were limited to 4k and database size limited to memory size?

Ok, I'm thinking my approach is a little different, rather than dealing in fields / columns, I'm writing JSON blobs as values, and converting back and fore between Python dict...

Ok, that sounds good, currently I'm relying on the Python-lmdb package .. do you have an equivalent, or is this the bit you're missing?

Sure, at the end of the day, very few use-cases for databases involve low-level programming, so access from the likes of Python, Node, PHP etc, and the performance of those...

Ok, this has been working fine for me for most of the year .. now something has upgraded and I'm getting; > NameError: name 'DoError' is not defined I've tried...

Looking at "digital_ocean.py", it's failing to find "dopy", even though I've checked the executable running is /usr/bin/python, and /usr/bin/python can import "dopy" fine from the command prompt. Is Ansible /...