Diego Fernandez

Results 10 issues of Diego Fernandez

I don´t know if this issue belongs here or to the lesscss-java I've set the force configuration to true, but unmodified files are ignored. This is a fragment of `mvn...

## Environment ### System: - OS: macOS 10.15.7 - CPU: (8) x64 Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz - Memory: 128.93 MB / 16.00 GB - Shell: 5.8 - /usr/local/bin/zsh...

The version `v3.0.10` added a `string & {}` to types that didn't supported `string` making it a breaking change from `v3.0.9`: ```ts import type { Property } from 'csstype'; //...

First of all, thank you for providing this useful plug-in. As a developer, I know that it requires a lot of your time and love to do an open source...

The `snippets/raml.cson` uses double quotes, which are not allowed by the `cson-safe` package used by Atom, generating the following error: ![screenshot 2015-01-24 11 27 10](https://cloud.githubusercontent.com/assets/1102266/5887765/c9ee1f32-a3c1-11e4-9d37-368aeca1bce4.png) This pull request changes the...

I encountered an issue with the `Except` type in type-fest versions 3.7.0 and higher (including v3.8.0), but this problem is not present in type-fest version 3.6.1. Specifically, when I tried...

bug

## 💥 Regression Report The upgrade of `@babel/generator` to `v7.20.5` ignores new lines from the template Related Babel issue (closed as "won't fix"): https://github.com/babel/babel/issues/15064 The babel generator caused this issue....

wontfix

Tooltips are not rendered correctly because there are multiple problems with the tooltip variable: 1. There is a typo "toolip" in src/radar-chart.js@29 2. setTooltip uses the closure tooltip, which is...

This PR fixes #135 by using `.cjs` as extension for CommonJS files.