For Ubuntu it’s easy to create a desktop notification: https://askubuntu.com/questions/187022/how-can-i-send-a-custom-desktop-notification it looks like: $ notify-send "Hello world!" on MacOS, I am looking for a simple command that I can use to create a system notification. Is there some apple script that I can launch to accomplish that?
Blog
I had the misfortune of my laptop getting exposed to water and my HDD stopped functioning due to water damage. I bought and installed a new SSD and downloaded a copy of windows 10 from the official website and installed it on my new hard disk. Now I have several […]
There does not seem to be a straightforward way to keep spaces between a table and the previous or posterior paragraph using styles (no direct formatting) unless the paragraph style includes spacing above and below. As Lipsticks suggested, I could create a special style for the paragraphs above a table […]
We looked at the source builtin a little in TLCL when we were examining how the shell’s environment is established with the .profile and .bashrc files. In this adventure, we will delve further into how to use this feature to support configuration files and shareable function libraries for our bash […]
The most popular way to handle shared application state in React is using a framework such as Redux. Quite recently, the React team introduced several new features which include React Hooks and the Context API. These two features effectively eliminated a lot of challenges that developers of large React projects […]
The third interview with Marc Morera, an author of DriftPHP. At this time we talk about using CQRS in async PHP and ReactPHP.
I know how to ship orders programmatically and I’m doing it in my current Magento 2 project. However, the requirements is to ship orders programmatically (from an app using custom API) where the app user can define different qty than the ordered qty and adjust the price accordingly. Currently, when […]