Daniel Varga-Hali
Daniel Varga-Hali
I think it's fitting to express my gratitude with the release of 7.0.0 This is to everyone to created, maintained or contributed Angular Dart and it's libraries: ## THANK YOU...
This one has a bit of a story! Basically what I have observed is that having a bit of specially prepared dead code influences the compilation/optimization process of dart2js in...
* [x] `Dart SDK version: 2.9.1 (stable) (Wed Aug 12 12:37:19 2020 +0200) on "linux_x64"` * [x] 5.3.1 * [x] Linux * [x] Chrome Using `NgTestBed` to test simple components...
Hello there! With the introduction of Web Vitals, we started to see some new metrics we should pay attention to. One of them is CLS (Content Layout Shift). Right now,...
I've been looking into mono_repo to adopt. There are some really nice features that would make my life easier (`mono_repo pub get` eg.). I was looking at [package:build](https://github.com/dart-lang/build) for inspiration...
Hello there! I'm looking into jaspr for a couple of hobby projects. I ran into an issue with Router. It is mentioned on wiki that it is WIP so I...
Missing the ability to set the font size and the family. Did I look something over or are these actually a missing features? In which case this issue is a...
Support for [:nth-of-type](https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-of-type) css selector is currently missing. Would be a nice enhancement - I need it :)
Changes introduced in `build_modules: 4.0.2` prevent me from building with DDC and dart2js. The changes in v4.0.2 prevent any conditional imports/exports for packages starting with `dart:`. For more info, please...
0a722837bff6055af9eb04921d5b7f0e3fe99882 removed `prefer_html` and `prefer_universal` and `prefer_sdk` folders. Documentation still reflects, that these are options a developer can choose. That is misleading.