Michael Lange

Results 8 issues of Michael Lange

There are times, particularly when targeting globals, when different module systems require slightly different implementations. To facilitate this, I added support for specifying different module systems. Example: ``` js var...

I wanted to start a discussion regarding imports, multiple distribution targets, and side-effects. Consider a library of components that you want to include in your ember-cli project. These components would...

## The bug Consider this element: ```html ``` The following assertion does not work: ```js assert.dom('div').hasStyle({ '--my-var': 123 }); ``` Since `hasStyle` is implemented with `getComputedStyle` and `getComputedStyle` returns styles...

### What happened This is best explained with a couple screenshots. ![image](https://user-images.githubusercontent.com/174740/51419385-e9721180-1b3e-11e9-8985-59d76236ae6b.png) The moment `reposition`, and subsequently `calculatePosition` is called, the content component is still a sibling of the dropdown...

When the AST transformer generates component invocation nodes, it would handle numbers in paths incorrectly when converting to pascal case. **Before** `components/this-is-number-2` -> `` **After** `components/this-is-number-2` -> ``

### Nomad version 0.10.2 ### Operating system and Environment details MacOS, dev agent ### Issue When purging a parameterized job, all children jobs of the parameterized job will still maintain...

type/bug
theme/batch

The housing team needs a component that takes geojson and renders a leaflet map. We'll be building this, but I wanted to make an issue first to make sure we...

in progress

**Describe the bug** The short description is that when you try to add a DuckDB data source, nothing happens. You click the button and there's nothing. The longer answer is...

Type:Bug