Michael Hladky

Results 222 issues of Michael Hladky

TypeError: Das Objekt unterstützt die Eigenschaft oder Methode "toUTCString" nicht at Anonymous function (http://localhost:8100/bower_components/angular-cookies/angular-cookies.min.js:6:342) at put (http://localhost:8100/bower_components/angular-cookies/angular-cookies.min.js:7:326) at setCookies (http://localhost:8100/bower_components/ng-drupal-7-services/commons/authentication/authentication.service.js:355:4) at Anonymous function (http://localhost:8100/bower_components/ng-drupal-7-services/commons/authentication/authentication.service.js:91:9) at Anonymous function (http://localhost:8100/bower_components/angular/angular.min.js:118:207) at m.prototype.$eval...

bug

this is a hotfix for some ionic defaults that override the ion-autocomplete stylings if we reference css order in index like following: 1. lib.bundle.css => all css files in lib...

enhancement

I need an id for every modal (e2e tests). I tryed to use the componentId attr. I inserted id="{{viewModel.componentId+'-modal'}}" into my custom template of the overlay. unluckily the component-id attr...

enhancement

# The Problem The page has hight render time especially for recalculate styles layout also paint is not optimal. ![Browser Render Pipeline improvements nuxt](https://github.com/nuxt/nuxt.com/assets/10064416/76333dd2-4c75-4d97-b271-bd7dc812dd6f) ## Steps to reproduce 1. Visite...

### User story At the moment the `Issue` type only accepts `SourceFileLocation` like follows: ```ts const sourceFileLocationSchema = z.object( { file: filePathSchema.describe('Relative path to source file in Git repo'), position:...

➕ enhancement
🧩 models

### User story As a developer of the CLI and of custom plugins I don't want to care to much about edge cases in MD and HTML reports. At the...

➕ enhancement
🤓 UX
🧩 utils

### User story As a developer I want to have descriptive command arguments for readability and shorthands for productivity. ATM there are no short aliases present ### Acceptance criteria -...

🤓 UX
🧩 cli
💡 good first issue

- [ ] #524 - [ ] #570; - [ ] #669;

🧹 maintenance

### Implementation Roadmap - Add plugin package #669 - Add reporter to the plugin - 1. Export as additional entry point - 2. Setup global target `knip` and use the...

This needs some research (timebox: 0.5 day): - Let's figure which minimum Node version we should support. - Let's check which newer Node APIs we're using (e.g. `structuredClone`) and what...

👨‍🔬 research