GitHubUser4234
GitHubUser4234
> Issue 1 is strange and I currently do not know why it is happening. Do you see any error on server side log? > Issue 2 is indeed something...
Hi, I found that it is definitely not server issue, but might be related to the Android version. I tried the same with Remix OS (Android 6.0.1) and uploading a...
Hi @robertoferreirajrr, I have tried your fix for pie charts (jqplot.1.0.9.d96a669 / jquery 3.6.0), but unfortunately it doesn't really fix the issue in this case. However a slight change in...
With the following code it looks quite right: // find all the swatches $(el).find('div.jqplot-table-legend-swatch-outline').each(function() { // get the first div and stroke it var elem = $(this); newContext.strokeStyle = elem.css('border-top-color');...
> The real fix is to use the inner element width and height when calling drawImage: > > ``` > else if (tagname == 'canvas') { > var hh =...
> Header sounds way to dangerous. > No way! It's just like disabling 2FA, since it's open source in here ;) Not really, with the correct security measures on the...
@LukasReschke : Unfortunately it turned out that with the IP suggestion, there would be quite a number of obstacles for example when reverse proxies are used. Some might want to...
> That's an issue for an (upcoming?) IP-2FA app not a general one on 2FA. I think it's not the right place to discuss that here. Nevertheless it's a fact...
> PS: I wouldn't see a "straight access". You'll be directed to the 2FA-Page [..] Yeah, but that is an issue. It would be confusing and at least ugly if...
Hi @jsalatiel great to see another buddy showing interest in such feature :) Thanks for the info, yeah, it looks like there are more than one spot where such logic...