Sahi OS patch for IE11 - patch

Does anyone know how to patch Sahi OS to support IE 11.
I've add a check in the concat.js to detect IE 11 but still can't get _setvalue to works .
I know the Pro version support IE 11 but there's no OS version 5.
Any help to point me in the right direction would be appreciated.

Related

Visual Studio Code CSS Hover Missing on Mac

On my Windows machine, I noticed that when I hover my CSS class name in a .jsx file I'm able to see a hover menu to show me what the actual CSS is. However, I'm unable to recreate this on my Macbook Pro. I also don't have this capability for .html files.
On my Windows, I have the HTML CSS Support extension, but I also have it on my Mac. I tried looking at other suggestions that said to use CSS Peek as well, but I installed it and it didn't do anything.
Here is my Windows VS Code version:
Version: 1.63.2 (system setup)
OS: Windows_NT x64 10.0.19044
Here is my Mac VS Code version:
Version: 1.65.2
OS: Darwin x64 18.7.0
Is there an extension I need to install or is there a setting I need to use?
I had Tailwind CSS IntelliSense installed on my Windows machine without realizing it and that did the trick.

Varnish 6 compatibility with RHEL 6

Anyone knows if Varnish Cache 6 series are compatible with RHEL 6?
I'm particularly interested on the compatibility of Varnish LTS v6.0.4 and RHEL v6.10 (Santiago). I couldn't find any official documentation about this.
I've found the reason.
Looks like it's not compatible.
https://github.com/varnishcache/pkg-varnish-cache/issues/99
https://varnish-cache.org/docs/6.0/whats-new/upgrading-6.0.html#packaging-changes

Getting ElementNotInteractableException while using Choose File command in robot framework only with firefox version 62.0

After updating to firefox 62.0, getting Getting ElementNotInteractableException for CHoose File command.
The same code worked for previous firefox version and in Chrome.
Request to provide a fix to run the script in latest firefox version. Thank You

How to run and use Xcode 3 and Xcode 4 under OS X 10.7 Lion?

I am looking for a full guide on how to trick Xcode3 to run under Lion.
I am aware that Apple does not support this, but this doesn't meant it's impossible, it's just not supported.
This is how I upgraded my dev environment to Lion. I am only doing it this way because I'm in a crunch and have some issues with Xcode 4.
I'm just sharing what I did and the issues I encountered, not recommending anything:
I made sure I could build & launch my Apps in 10.6.8 using Xcode 3.2.x.
I upgraded my development machine to Lion 10.7.1.
I can build all my SW products with Xcode 3.2.x.
BUT, the debugger seems unhappy with some things... Though I can step and break, I can't evaluate some expressions. For example, the twist pane won't display contents of complex structures.
I'm wondering if others have debugger issues with the 3.2.x Xcode (GDB) on Lion?
Thanks,
Rick
First you have to obtain the Xcode 3.2.6 install to work. The installer is not going to work on Lion so you have two alternatives:
Run it from another partition where you have 10.6
Path the installer in order to make it run on Lion by following this guide
Also here are some other things you may have to clean inside the xcode projects:
Remove lines like ARCHS = arm7 because it will fail to build for Simulator. Best is to let Xcode use defaults (all supported archs).
Check for SDKROOT = ..., it should be only iphoneos, macosx or undefined (not ""). Keep in mind that the SDK you are building against is not necessary the minimum required SDK for running the application. It's ok if SDKROOT is missing from Xcode project files but it's not ok if it does contain a path or "".
Remove any GCC_VERSION = ...

What non-Linux unixes support openat()?

openat() was added to POSIX in the POSIX.1-2008 revision, and has been supported by Linux since 2.6.16. How is support on non-Linux UNIXes? eg, Darwin, the *BSDs, and proprietary UNIXes.
Unlike the top answer is saying, all major BSDs and Apple's OS X seem to support it as of today:
DragonFly since DragonFly 2.3.
FreeBSD since FreeBSD 8.0.
Linux since Linux 2.6.16 (for completeness).
NetBSD since NetBSD 7.0.
OpenBSD since OpenBSD 5.0.
OS X since OS X 10.10.
Solaris.
Dragonfly BSD supports it, the rest of the BSDs don't. Solaris of course does.
FreeBSD supports it since version 8.0

Resources