Daniel Friesen

Results 142 issues of Daniel Friesen

**Is this a finished asset?** - [ ] Finished asset - [x] Asset request **What type of asset is this?** - [x] Icon - [ ] Concept art **Describe where...

asset

Could I request a pair of icons to represent the Beyond update's new cockpit "Analysis" and "Combat" modes. I'd love to use them for a Combat/Analysis cockpit mode switch button...

date-io currently doesn't handle timezones at all. Or it stays blind to timezones and assumes you never pass it anything but a local time, because passing it an externally zoned...

`mozGetAsFile` doesn't accept a quality argument like `toDataURI` as a result the quality argument on toBlob won't have an effect on jpeg and webp images.

It would be nice if in JavaScript template literals with a `html` tag were syntax highlighted as html. Like the following. https://www.polymer-project.org/blog/2018-01-18-polymer-3-new-preview ```js import {Element as PolymerElement, html} from "../node_modules/@polymer/polymer/polymer-element.js"...

enhancement
help wanted
feature

### What is your Scenario? When using a function based Selector errors for non-matching elements generated by TestCafe give you no clue what the failing selector is. For example this...

TYPE: enhancement
FREQUENCY: level 1

The useDarkMode hook can handle changes to system dark/light mode preference if the website is open during the preference change. However if the system's dark/light mode preference is changed when...

## Bug Report **Current Behavior** Transpilation of the code fails with the following error. ``` TypeError: .../babel-duplicate-definition-error/index.js: Duplicate declaration "Foo" 3 | export default function wrap() { 4 | return...

i: bug
Has PR

I'd like to use the flow model of feature branches and separate stable/development branches, but I heavily use the model where branches are merged through GitHub pull requests and the...

#### What are you trying to achieve? I want to fill in the fields on the login page of a SPA that takes a bit to load in and render...