Ümit Seren

Results 20 issues of Ümit Seren

I modified the gulpfile.js to include babel transpilation and added sourcemaps support: ``` JS function source() { return project.splitSource() // Add your own build tasks here! .pipe($.if('**/*.js',$.sourcemaps.init({identityMap:true}))) .pipe($.if('**/*.js',$.babel())) .pipe($.if('**/*.js',$.sourcemaps.write('.'))) .pipe($.if('**/*.{png,gif,jpg,svg}',...

According to the material design typography, the font sizes for body 1, body 2, and subhead styles are different for desktop vs device media. Are there any plans to implement...

The groups that are added in a custom `ResultFilter` the `selectItems` array are not displayed, because `display` is set to `none`. It seems that for the groups to be visible...

Some 3rd party CSS stylessheets (i.e. Bootstrap) set box-sizing on all elements to `border-box`. This will lead to display problems. The current workaround is to set the `box-sizing` of all...

For some songs the genre tag is not properly stored or fetched although the matched provider contains it. Song on beatport: https://www.beatport.com/track/celestial/16796652 Onetagger log: ``` 2023-01-09 18:12:41 [INFO] onetagger_autotag: Tagging:...

If the `options props` is changed the chart is redrawn, however the changes in the options are not reflected in the redrawn chart because the `draw` method on the `ChartWrapper`...

Although the recent blog post mentions some of the differences (https://www.polymer-project.org/1.0/blog/2016-08-18-polymer-starter-kit-or-polymer-cli) some questions are still somehow unclear (at least to me): - app-theme.html removed. How can it be themed (related...

documentation

This fixes our reframe test as the minimum nextflow requirement for the pipeline is 22.04.x which is installed in the f2021 build-env

#### Overview of the Issue Similar to the issue in the vmware plugin (https://github.com/hashicorp/packer-plugin-vmware/issues/177) this is also happening with the QEMU plugin. The SSHPublicKey step runs after the creation of...

bug
stage/thinking
stage/needs-investigation

## Describe the bug Repo setup is similar to [terragrunt-infrastructure-catalog-example](https://github.com/gruntwork-io/terragrunt-infrastructure-catalog-example) and [terragrunt-infrastructure-live-stacks-example](https://github.com/gruntwork-io/terragrunt-infrastructure-live-stacks-example/tree/main). In the live repo a stack is defined references a stack definition in the catalog repo. Running `terragrunt...

bug
awaiting response