Amin Ya

Results 542 issues of Amin Ya

This plugin is not compatible with Eslint 8 ```js ESLint: 8.0.1 Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Failed to load plugin 'coffee' declared in '.eslintrc.json » ./strict#overrides[1]': Package subpath './lib/linter/code-path-analysis/debug-helpers' is not defined by...

The coffee code: ```coffee #{OperatingSystem} = require '../grammar-utils' module.exports = #if OperatingSystem.isDarwin() AppleScript: 'Selection Based': command: 'osascript' args: (context) -> ['-e', context.getCode()] 'File Based': command: 'osascript' args: ({filepath}) -> [filepath]...

.cson files are valid coffeescript. It would be nice if `.cson` is also supported.

There are a lot of them https://github.com/ZimbiX/youtube-fast-fullscreen-toggle/blob/46ef67734cd53ecdc46c6035c5d812fc8b696da5/extension/contentScript.js#L30

@autumnblazey could you make a PR to add the download links to the website? _Originally posted by @aminya in https://github.com/atom-community/atom/issues/456#issuecomment-1196004338_

### Description It seems these have some hidden dependencies and breaking changes. They cannot be updated. See #25

bug

### Description ![image](https://user-images.githubusercontent.com/16418197/181132972-2bce2c7c-9226-410b-9fa8-2003b3a83c9a.png)

bug

Atom community has surpassed its initial goal, and the content of the current website is out of date. We should market the organization as an independent community-driven effort, and we...

enhancement

When an operation is performed in the class (like `Tags.forEach` in the following example), CoffeeScript generates a function to call that. However, rollup rewrites `this` to `undefied` ```coffee Tags =...