-
The [Web Neural Network(WebNN)](https://www.w3.org/TR/webnn/) API defines a web-friendly abstraction layer that makes use of Machine Learning capabilities of operating systems and underlying hardware…
-
`CompareOptions.NumericOrdering` should be supported in Apple platforms. See #13979 for the approved API and discussion. PR #109861 adds the member `CompareOptions.NumericOrdering` but does not provid…
-
### Suggested enhancement
After some team discussion, we've decided to rely on a new threading abstraction which mimics C11 (i.e. mbedtls_fff where fff is the C11 function name, having the same par…
-
It has come to our attention that the documentation lacks the necessary precision and depth that developers require for autonomous integration and implementation. Reverse engineer what we did should b…
-
(Probably linked with #5)
Currently, the platform abstraction layer is nearly-nonexistent. We need to make an isolated place for all of the platform-dependent things (e.g. key codes, `Display` impl…
-
Some parts of the EEL core relies on functions only available on certain operating system. This means there is `#ifdef _WIN32_`, `#ifdef __MACOSX__`, etc in the code. A better solution would be to kee…
-
```sh
wakaama/transport/udp/include/udp/connection.h:21:10: fatal error: 'arpa/inet.h' file not found
21 | #include
| ^~~~~~~~~~~~~
```
-
Need to be able to parameterise the software to allow the same s/w binary to run on different platforms.
An incomplete list would be
- USB PID/VID
- FPGA bitstream header used to search for valid…
-
### Abstract
The Open edX platform is enhancing its search functionality by implementing Meilisearch, a fast and memory-efficient search engine. This project aims to improve search performance, reduc…
-
#### Introduction
This proposal suggests integrating **[BGFX](https://github.com/bkaradzic/bgfx)**, an open-source, cross-platform graphics library, as the rendering backend for the **Redot Engine*…