Michael Hladky
Michael Hladky
# Problem Solved By The Feature There is no render hook present to enrich the server process with more info. E.g. add server timing to the response header of SSR...
RFC: `@rx-angular/state/signals` - extended `signal` and new `eventEmitter` and standalone funtions
# Motivation [draft] Just an experiment to see if a shorthand on additional API is helpful **Example Code** [Angular native](https://github.com/BioPhoton/rxa-signal-interopt/tree/main/src/app/features-0) [RxAngular signal extensions](https://github.com/BioPhoton/rxa-signal-interopt/tree/main/src/app/features-0.1) # Minimal Example ```typescript import { signal,...
# Description After clicking through the docs page I noticed a couple of things we can improve. # Tasks to Resolve - [x] Header Menu order - [x] Favicon -...
# Description Google warns about a potential fraud as the url is close to angular.io # Steps to Reproduce the Issue Open the browser. (Unfortunately this is not 100% reproducible.)...
# Description Due to code freeze and the additional effort it would take to make and keep it stable we remove viewport prio from this package. Maybe it will get...
# Description In the JS docs of let, for, if etc is an inconsistent documentation of the folowing features: - parent - patchZone - # Steps to Reproduce the Issue...
**Problem:** I wrote a benchmark to compare file crawling and get quite different results compared to e.g. [benchmark](https://github.com/bestiejs/benchmark.js). With benchmark I'm able to run tests in sequence so they can...
As we access the same folder for all tests we get interference between tests. The solution here is to create a test setup and folder for every Project Instance. -...