Luxon is a library for dealing with dates and times in JavaScript. Features A nice API for working with datetimes Interval support (from time x to time y) Duration support (14 days, 5 minutes, 33 seconds) Parsing and Formatting datetimes, intervals, and durations Internationalization of strings using the Intl API Detailed and unambiguous math operations Built-in handling of time zones Partial support …
CSS Grid in Safari
The infamous Safari browser on macOS has issues with CSS Grid. You can not use height: 100% inside the grid in Safari browser. Solution: Put display:grid on the div surrounding your grid container.
OpenShift Container Platform
OpenShift Container Platform (formerly known as OpenShift Enterprise[16]) is Red Hat’s on-premises private platform as a service product, built around a core of application containers powered by Docker, with orchestration and management provided by Kubernetes, on a foundation of Red Hat Enterprise Linux and Red Hat Enterprise Linux CoreOS (RHCOS). The main difference between OpenShift and vanilla Kubernetes is the concept of …
Highchart js 9 new features
Highchart is powerful charting library.New version; 9 was released with new features. 1. A facelift for the Stock range selector Responsive range selector First, we added a feature that allows the range selector button row to collapse into a dropdown if the space is limited. This feature may be forced to always show a dropdown, …
Webkit browser
WebKit is a browser engine developed by Apple and primarily used in its Safari web browser, as well as all iOS web browsers. A fast, open sourceweb browser engine. WebKit is the web browser engine used by Safari, Mail, App Store, and many other apps on macOS, iOS, and Linux. Get started contributing code, or reporting bugs. Web developers can follow development, check feature status, download Safari Technology Preview to …
FastXmlParser – Faster xml library
Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback To cover expenses, we’re planning to launch FXP Enterprise edition in parallel. Watch it for further updates, if you’re interested. Main Features Validate XML data syntactically Transform XML to JSON or Nimn Transform JSON back …
Docusign embedded integration
DocuSign provides a suite of services designed to help business owners collect electronic signatures and manage digital transactions. With DocuSign, you can send online documents to people who need to sign them, and then collect and manage those signatures. DocuSign provides RESTful API to integrate to your project, using API, you can send transactional documents and manage …
Playwright
Playwright is a Node.js library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. Headless execution is supported for all the browsers on all platforms. Check out system requirements for details. Usage This installs Playwright and browser binaries for Chromium, Firefox and WebKit. Once installed, you can require Playwright in a Node.js script …
Android Build Flavors
Product flavors are a powerful feature of the Gradle plugin from Android Studio to create customised versions of products. They form part of what we call Build Variants. Build Variants are formed by Build Types and Product Flavors. According to the Google documentation, build variants are the result of Gradle using a specific set of rules …
PHP8, XDebug 3 released
New version of XDebug released, which supports PHP8. Main concern for us is XDebug settings are changed.Old XDebug2 settings in php.ini can not be used for XDebug 3 and XDebug will not work. Please check in more details about the changed parameters here. https://xdebug.org/docs/upgrade_guide