#github
1 messages · Page 41 of 1
This is because firefox uses twitch as the default
host_permissionsand cannot be removed unless the extension is updated to use a differenthost_permissions
Host permissions are not mandatory: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/host_permissions
With that in mind, this might be as simple as moving the `://.twitch...
28ebbfe chore(deps-dev): bump @intlify/unplugin-vue-i18... - dependabot[bot]
Bumps @intlify/unplugin-vue-i18n from 0.12.3 to 1.2.0.
Changelog
Sourced from @intlify/unplugin-vue-i18n's changelog.
@intlify/unplugin-vue-i18n@0.13.0 (2023-08-30)
:star: Features
#288 feat(unplugin-vue-i18n): support dropMessageCompiler option (@kazupon)
Committers: 1
kazuya kawaguchi (@kazupon)
@intlify/unplugin-vue-i18n@0.13.0 (2023-08-30)
:star: Features
#287 feat(bundle-utils): support AST mini...
4ce92ea chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 6.4.0 to 6.7.0.
Release notes
Sourced from @typescript-eslint/parser's releases.
v6.7.0
6.7.0 (2023-09-11)
Bug Fixes
eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)
Features
eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)
You can read about our versioning strategy and rele...
Hey I originally ran across this issue while just browsing the website looking for emotes to add to my twitch channel. There's tons of emotes available, so I wanted to take a look at which ones I could possibly add.
It came to my attention though that after I reached page 25 of the top emotes, I was not seeing any new emotes. So I went into the network inspector to try to see what was going on, and I noticed that the GraphQL request was returning the same content for each request, even wi...
948efac chore(deps-dev): bump vue-i18n from 9.2.2 to 9.4.0 - dependabot[bot]
Bumps vue-i18n from 9.2.2 to 9.4.0.
Release notes
Sourced from vue-i18n's releases.
v9.4.0
What's Changed
🌟 Features
feat(shared): support dist package for browser by @kazupon in intlify/vue-i18n-next#1527
🐛 Bug Fixes
fix(vue-i18n-bridge): peer dependency warning by @kazupon in intlify/vue-i18n-next#1536
⚡ Improvement Features
feat(core): optimize core package for node.js by @kazupon in intlify/vue-i18n-next#15...
6d363c3 chore(deps-dev): bump nanoid from 4.0.2 to 5.0.1 - dependabot[bot]
Bumps nanoid from 4.0.2 to 5.0.1.
Changelog
Sourced from nanoid's changelog.
5.0.1
Fixed Node.js 18 support.
5.0
Moved Node.js version to Web Crypto API.
Removed async API since Web Crypto API has only sync version.
Removed Node.js 14 and 16 support.
Commits
c6c8e33 Release 5.0.1 version
1fa0a3d Fix Node.js 18 support
cf151a7 Release 5.0 version
8a1424c Update dependencies
1d30df2 Highlight banner with lines
51801a0 Fix UTM
a6e0ea6 Fix spacing
17cbe92...
00749f6 fix(deps): bump crowdin/github-action from 1.11... - dependabot[bot]
Bumps crowdin/github-action from 1.11.0 to 1.13.0.
Release notes
Sourced from crowdin/github-action's releases.
v1.13.0
What's Changed
chore: CLI 3.14.0 by @andrii-bodnar in crowdin/github-action#189
fix: better handling of PR creation exceptions by @andrii-bodnar in crowdin/github-action#188
Full Changelog: https://github.com/crowdin/github-action/compare/v1.12.0...v1.13.0
v1.12.0
What's Changed
feat: add support for team review requests by ...
It works on firefox for me sometimes if I click on the VOD from a channel, but going to the VOD directly never works.
You can force emotes to work in VODs by setting a breakpoint here and manually changing chan.slug to the current channel and chan.active to true.
Checklist
- [X] I'm reporting a problem with Chatterino
- [X] I've verified that I'm running the most recent nightly build or stable release
- [X] I've looked for my problem on the wiki
- [X] I've searched the issues and pull requests for similar looking reports
Describe your issue
They were visible on 7.4.4, but are not visible on the stable 7.4.5 or the nightly version. They are visibl...
Can you try installing libavif from brew? The AVIF plugin itself is statically linked, but I'm not sure about the library on macOS.
Already have it installed, tried reinstalling it as well to no avail.
877a4e0 Remove boost::noncopyable use & boost::random d... - pajlada
d4558b5 Fix all warnings from the cppcoreguidelines-pro... - pajlada
515c40f Use QFontMetrics::elidedText over manual impl... - Nerixyz
813d968 Migrate to the new Get Channel Followers Helix ... - pajlada
a0ae165 Bump actions/checkout from 3 to 4 (#4806) - dependabot[bot]
877a4e0 Remove boost::noncopyable use & boost::random d... - pajlada
d4558b5 Fix all warnings from the cppcoreguidelines-pro... - pajlada
515c40f Use QFontMetrics::elidedText over manual impl... - Nerixyz
813d968 Migrate to the new Get Channel Followers Helix ... - pajlada
a0ae165 Bump actions/checkout from 3 to 4 (#4806) - dependabot[bot]
I (temporarily) disabled libavif on macOS, since it's a pain to statically link there. I'll probably add it back later through conan.
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome
Current Behavior
Punctuation at the end of a link is parsed as part of the URL breaking the link
Expected Behavior
The punctuation is removed from the link when it is parsed as it is in vanilla twitch chat
https://i.imgur.com/RiQNhil.png
#...
7c3170d chore(deps-dev): bump vue-i18n from 9.2.2 to 9.4.1 - dependabot[bot]
Bumps vue-i18n from 9.2.2 to 9.4.1.
Release notes
Sourced from vue-i18n's releases.
v9.4.1
What's Changed
🐛 Bug Fixes
fix: cannot resolve linked refer message by @kazupon in intlify/vue-i18n-next#1549
fix: cannot resolve linked refer message that has hypen by @kazupon in intlify/vue-i18n-next#1550
fix: type errors for core-base by @kazupon in intlify/vue-i18n-next#1551
📝️ Documentations
docs: add build.transpile ...
Checklist
- [X] I'm reporting a problem with Chatterino
- [X] I've verified that I'm running the most recent nightly build or stable release
- [X] I've looked for my problem on the wiki
- [X] I've searched the issues and pull requests for similar looking reports
Describe your issue
Opening a User Info Card from a split by clicking on a user name.
Info card shows the Followers: label, bu...
OS Says Windows 10, but its actually Windows 11.
Noticed the fault yesterday (15/9/23), but was working fine prior to that.
As a mod, I use the follower count to help identify other streamers in the chat, and issue shoutouts etc.
(P.S. While I can read the source code, programming in C++ is not in my skill set - Good luck.)
This was fixed in 813d96867b0a467de266bf09dc1fa02a3d4f9098 and is in the nightly build. See https://github.com/Chatterino/chatterino2/issues/4808 and https://github.com/Chatterino/chatterino2/issues/4810.
OS Says Windows 10, but its actually Windows 11.
We're using QSysInfo::prettyProductName which should say 11 (maybe it's a bug there?).
Thanks! Moved to nightlies for a while.
2d5f078 Style account switcher to match the current the... - Nerixyz
8fe3af3 Fix signal connection nodiscard warnings (#4818) - pajlada
83328e7 Add the Changelog Category Check workflow (#4821) - pajlada
38c994b Fixed Usercard Popup not floating on tiling WMs... - qooq69
d752ce8 Add WindowManager::getLastSelectedWindow() to... - Mm2PL
2d5f078 Style account switcher to match the current the... - Nerixyz
8fe3af3 Fix signal connection nodiscard warnings (#4818) - pajlada
83328e7 Add the Changelog Category Check workflow (#4821) - pajlada
38c994b Fixed Usercard Popup not floating on tiling WMs... - qooq69
d752ce8 Add WindowManager::getLastSelectedWindow() to... - Mm2PL
Is this still in progress? I see the linked PR has been closed as stale, but it still remains "in progress" on the projects board. Are you currently working on implementing this yourself?
This is a critically necessary feature, especially in large chatrooms.
991c7a9 chore(deps-dev): bump @types/node from 20.5.1 t... - dependabot[bot]
363dbba chore(deps-dev): bump marked from 7.0.4 to 9.0.2 - dependabot[bot]
Bumps marked from 7.0.4 to 9.0.2.
Release notes
Sourced from marked's releases.
v9.0.2
9.0.2 (2023-09-16)
Bug Fixes
fix unicode emstrong (#2989) (8ebbb3c)
v9.0.1
9.0.1 (2023-09-15)
Bug Fixes
fix unexpected setext heading (#2986) (bcc3067)
single column table (#2985) (0743d4a)
v9.0.0
9.0.0 (2023-09-09)
Bug Fixes
Clean up files in repo (#2963) (7d95a91)
BREAKING CHANGES
remove built files from git repo.
If you need to use the latest version of ma...
8c6b4d9 Emote menu Subtember 2023 Promo - Melonify
6f058e3 Fix cmake package name change in libwebp - Melonify
37af5dd Bump opencv to version 4.8.0 - Melonify
05d7b2c Remove sub package checks for WebP in cmake - Melonify
e6e5081 Test again, with mutated cmake - Melonify
Should probably be the other way around,
For a limited time, Gift 3+ 7TV subs to unlock exclusive cosmetics
Having it at the end implies that the cosmetics will not be usable after the event is over
15680e5 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 6.4.0 to 6.7.2.
Release notes
Sourced from @typescript-eslint/parser's releases.
v6.7.2
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/typescript-eslint
You can read about our versioning strategy and releases on our website.
v6.7.1
6.7.1 (2023-09-18)
⚠️ Due to an npm registry server error, the packages at this version were partially published...
f79d263 chore(deps-dev): bump marked from 7.0.4 to 9.0.3 - dependabot[bot]
Bumps marked from 7.0.4 to 9.0.3.
Release notes
Sourced from marked's releases.
v9.0.3
9.0.3 (2023-09-18)
Bug Fixes
marked --help (#2991) (43643b3)
v9.0.2
9.0.2 (2023-09-16)
Bug Fixes
fix unicode emstrong (#2989) (8ebbb3c)
v9.0.1
9.0.1 (2023-09-15)
Bug Fixes
fix unexpected setext heading (#2986) (bcc3067)
single column table (#2985) (0743d4a)
v9.0.0
9.0.0 (2023-09-09)
Bug Fixes
Clean up files in repo (#2963) (7d95a91)
BREAKING CHANGES
remove ...
dac2fa8 fix(deps): bump crowdin/github-action from 1.11... - dependabot[bot]
Bumps crowdin/github-action from 1.11.0 to 1.13.1.
Release notes
Sourced from crowdin/github-action's releases.
v1.13.1
What's Changed
fix: pull request existence condition by @andrii-bodnar in crowdin/github-action#194
Full Changelog: https://github.com/crowdin/github-action/compare/v1.13.0...v1.13.1
v1.13.0
What's Changed
chore: CLI 3.14.0 by @andrii-bodnar in crowdin/github-action#189
fix: better handling of PR creation exceptions by @and...
Description
Adds support for multiple personal emote sets. Previously, only one emote set could be assigned per user.
I'm going to use the libavif from conan on all platforms once libavif 1.0.1 gets merged.
clang-tidy made some suggestions
warning: variable 'lock' of type 'std::shared_lockstd::shared_mutex' can be declared 'const' [misc-const-correctness]
std::shared_lock<std::shared_mutex> const lock(this->mutex_);
907aa74 Support multiple personal emote sets (#239) - Nerixyz
907aa74 Support multiple personal emote sets (#239) - Nerixyz
8091825 chore(deps-dev): bump @types/node from 20.5.1 t... - dependabot[bot]
206e797 chore(deps-dev): bump graphql from 16.8.0 to 16... - dependabot[bot]
Bumps graphql from 16.8.0 to 16.8.1.
Release notes
Sourced from graphql's releases.
v16.8.1 (2023-09-19)
Bug Fix 🐞
#3967 OverlappingFieldsCanBeMergedRule: Fix performance degradation (@AaronMoat)
Committers: 1
Aaron Moat(@AaronMoat)
Commits
8a95335 16.8.1
8f4c64e OverlappingFieldsCanBeMergedRule: Fix performance degradation (#3967)
See full diff in compare view
[
- [ ] Includes changes which modify the shape of the exposed api, in a non breaking way (Internal packages don't need to be updated) (Requires minor version bump)
- [ ] If relevant, version has been bumped
For co-development, ensure you link to destination project(s) using yarn dev:link-project -a PATH after checking out this PR.
Pre-Merge Checklist
- [ ] SevenTV/WebComponents#5 has been merged and published
- [ ] Co-developed packages previously omitted during development added to
package.json - [ ] Dependancy versions and package locks have been bumped using WebComponents's
yarn dev:bump-project-locks
This PR is being co-developed with SevenTV/WebComponents#5 (see PR/repository instructions)
Is there perhaps an ETA on when this might make it into a nightly/main version? :o Been using the nightly version since the Kick release and haven't seen it pop up yet. Just swapped to the main version and still nothin.
60914d4 Remove old unreachable code from mediaQueryTran... - Melonify
e5e0a8b chore(deps-dev): bump eslint from 8.47.0 to 8.50.0 - dependabot[bot]
Bumps eslint from 8.47.0 to 8.50.0.
Release notes
Sourced from eslint's releases.
v8.50.0
Features
27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
85a3d9e feat:...
b1907f9 chore(deps-dev): bump @types/node from 20.5.1 t... - dependabot[bot]
f5b1676 chore(deps-dev): bump @types/node from 20.5.1 t... - dependabot[bot]
355a420 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 6.4.0 to 6.7.3.
Release notes
Sourced from @typescript-eslint/parser's releases.
v6.7.3
6.7.3 (2023-09-25)
Bug Fixes
utils: type portability with RuleCreator, fix #7605 (#7690) (4e23591)
You can read about our versioning strategy and releases on our website.
v6.7.2
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/typescript-eslint
You can read...
I'm having this issue on Firefox browser (Windows) when streaming on one tab and trying to scroll through other categories on another tab. Has a fix been made or is one coming soon?
i disabled 7tv and i dont have the problem anymore
On Monday, September 25, 2023 at 10:45:31 PM EST, SmileyJetson @.***> wrote:
I'm having this issue on Firefox browser (Windows) when streaming on one tab and trying to scroll through other categories on another tab. Has a fix been made or is one coming soon?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: @.***>
e6df652 fix: QuickSwitcherPopup now pops up in the sele... - pajlada
89b915b Mention filters in the note for features that n... - Felanbird
7ea742c fix fedora build dependencies (#4828) - pajlada
c71e912 streamlink: trim custom paths (#4834) - brian6932
6860c70 Fix selection rendering (#4830) - Nerixyz
