Bugs are evident™ - MATRIX️
v22.4.0
18.0.5
It is the common GitHub pages for all Corifeus projects.
The Markdown rendering is off-loaded via a web worker. Non-blocking rendering, good for mobile clients.
The code is splitted into multiple js chunks and using the script defer (deferred) loading.
There is an error in TypeScript. The workaround is in tsconfig.json
:
{
"compilerOptions": {
"skipLibCheck": true
}
}
Should remove once it works.
angular/angular#31539
Actually, I can inject the component without the @Host
decorator.
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
All my domains, including patrikx3.com and corifeus.com, are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
Version Structure: We follow a Major.Minor.Patch versioning scheme:
- Major: Corresponds to the current year.
- Minor: Set as 4 for releases from January to June, and 10 for July to December.
- Patch: Incremental, updated with each build.
Important Changes: Any breaking changes are prominently noted in the readme to keep you informed.
CORIFEUS-APP-WEB-PAGES Build v2024.10.102