Tryggvi Gylfason

Results 8 issues of Tryggvi Gylfason

Awesome tool! It would be very useful if Grade could work with node as well. Example usecase: - Process user profile photos in a background job and extract gradients -...

Showcases fix for https://github.com/dsherret/ts-morph/issues/1494. Naive support for `tsconfig.compilerOptions.paths` module specifier aliases during move operations. ```ts const project = new Project({ useInMemoryFileSystem: true, compilerOptions: { paths: { 'Root/*': ['./*'] } }...

**tl;dr** Add support for module specifier "aliases" (tsconfig.paths mappings) when moving files/folders. --- Let's say your tsconfig contains a paths mapping like this: ``` "paths": { "Root/*": ["./*"] }, ```...

![image](https://cloud.githubusercontent.com/assets/2373958/13423091/c62212b2-df90-11e5-8479-37058e543269.png) The gif above :leopard: is behaving strangely. Has happened multiple times. `iTerm Build 2.9.20160206` Any idea why?

bug
help wanted

### Provide a general summary of the feature here Hey folks, I wanted to gauge interest in having first class support in `react-aria` / `react-aria-components` for patterns like right click...

Hey folks, with scroll- and view-timeline animations around the corner. I think the reduced motion preference reset might not be a good default recommendation anymore. It can cause UI breakages...

Hey folks, with scroll- and view-timeline animations around the corner. I think the reduced motion preference reset might not be a good default recommendation anymore. It can cause UI breakages...

animation properties can cause UI breakages on browsers that support these alternative timeline animations and reduced motion preference is active. For example ``` @keyframes to-transparent { from { opacity: 1;...