-
**Purpose**
The goal of this Issue is to establish a Margo member consensus decision on baseline technology utilized by a specification function. Finalizing this decision will enable the focus group…
-
### Idea
Built-in JavaScript [arrays](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array) (and typed arrays) have a number of methods for creating, transforming,…
-
Christopher Alexander is an architect who observed a shift in the built world wherein quality of life has been traded for "technical goodness". His work centered around finding ways to restore "living…
-
The program can have two modes, that can be changed in the settings:
HID keyboard mode
RFCOMM/UART mode
I think the program can send the barcode as RAW data or as string by serial port emulation.…
-
# Context
In regards to the 2024 plans we discussed gathering SCI Use Cases and linking them back to the Patterns & Principles to demonstrate their real-world usage.
@tmcclell shared one that ha…
-
## Brief
There has been a recent uptick in questions in support and during office hours revolving around how to use the UI Shell component. Making some updates to the UI Shell component, in code, on …
-
- Research existing open source server software and how it uses libssl and sockets APIs
- Identify a small set of representative examples which capture a diverse spectrum of server API usage patterns…
-
Much of the software I use on my system was designed for Unix/Linux. Hidden files on Unix/Linux systems begin with a ".", & many developers carry this over when porting their software to Windows. As a…
-
Hello,
Is it possible to define some common view on better way how certain design patterns should be implemented in ABAP?
I saw time to time some blogs on that topic, some very useful some maybe …
-
After we finish adding the most known patterns to our list, we need to provide a clear comparison of differences between similar ones, for example such patterns like:
- Facade and Gateway
- Decorator…