mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #11] Atom complains about deprecated call #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/meteor-api#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @serkandurusoy on GitHub (Feb 12, 2015).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/11
This is what I get when I click "create issue on github repo":
Subject:
Style elements within text editors using the
atom-text-editor::shadowselector or the.atom-text-editor.lessfile extension.If you want to target overlay elements, target them directly or as descendants ofatom-overlayelements.Detail:
In stylesheets/meteor-color-coding.less: Style elements within text editors using the
atom-text-editor::shadowselector or the.atom-text-editor.lessfile extension.If you want to target overlay elements, target them directly or as descendants of
atom-overlayelements.@awatson1978 commented on GitHub (Feb 13, 2015):
Where exactly are you finding the 'create issue on github repo' link?
@serkandurusoy commented on GitHub (Feb 13, 2015):
Oh sorry. Atom ships with package called deprecation cop. It shows a yellow warning sign on the bottom right corner, right next to the updated packages count.
When you click on the warning sign, the deprecation cop tab opens up with a list of depracated calls grouped by the packages that have made them. Meteor-api is in the list and right next to the warning on that list, there is a create issue on githup repo link.
@awatson1978 commented on GitHub (Apr 24, 2015):
Finally got this squared away! 30+ people reported it, and nobody was able to submit a pullrequest. Wound up needing to change
atom-text-editortoatom-text-editor::shadow. A one-word fix! XDUpdate 2.16.0 should be available...