Kilian Schulte

Results 48 issues of Kilian Schulte

## Description ## Type of Change - 🧹 Code refactor - 🗑️ Chore ## Ready Checklist - [ ] I've read the [Contribution Guide](https://github.com/schultek/jaspr/blob/main/CONTRIBUTING.md). - [ ] In case this...

After generating timelines (e.g. by running all tests with timeline mode all) I store them as artifacts in the ci. I'd like to have a single entrypoint to view all...

With larger user flows the timeline can get pretty long. I'd like a way to group timeline entries, which in the html could be displayed as an expandable section. The...

timeline

It would be very helpful to expose additional properties that are defined in the pubspec as a `Map`. --- Context: With the [Jaspr](github.com/schultek/jaspr) framework there are additional configuration options developers...

package:pubspec_parse

The webdev daemon does not properly handle app reconnections. For each page refresh a new app connection is setup while the existing ones are still active. This causes duplicate app...

package:webdev
P2
triaged

I'm trying to setup tabs, but when I click on a sidebar item inside a tab, the sidebar switches to the root tab. To see this go to https://docs.jaspr.site/~401/reference and...

bug

I am investigating [this](https://stackoverflow.com/questions/79456073/why-do-i-seemingly-need-to-add-client-on-most-jaspr-components-dart) build_runner error when using Jaspr. After some digging I found a reproducible setup and think its a general build_runner bug. It boils down to the following:...

type-bug

*Not sure if this is better opened here or in the build repository. Please move where you prefer it.* I'd like to update my build_runner packages to use the new...

Calling `Chrome.startWithDebugPort()` almost consistently throws for me when I provide a `userDataDir`. The error comes from the `stderr....firstWhere()` call, which appears to be called on an empty stream. I have...

package:browser_launcher

I'm trying to setup and use a custom analyzer plugin in a Dart workspace, but there are several things that are not working. I have a workspace-level `analysis_options.yaml` that defines...

devexp-plugin
area-devexp