#github
1 messages ยท Page 71 of 1
bd508dd Removed unnecessary import - Excellify
22a366a Added support for non-ascii names - Excellify
Added support for non ascii names by moving the paints css class one element back and removing the opacity on the ascii name.
Also made static parts of the paints style its own css style
c5b35f3 Updated changelog - Excellify
This merges the latest master branch, and also includes the following to address the todo list in https://github.com/Chatterino/chatterino2/pull/3071 .
- Emote searching from https://github.com/SevenTV/chatterino7/pull/64
- Initial 4x code from https://github.com/SevenTV/chatterino7/pull/62
- Fixed scaling of emotes and properly handle 4x emotes https://github.com/SevenTV/chatterino7/commit/403b947b6351f2c6bc6cf3f756e536cdfc00ab96
- Handle unapproved / hidden emotes from displaying h...
I think I should add this PR to complete support for everything? https://github.com/SevenTV/chatterino7/pull/36
Randomly bumping the changes from from this repo to the branch for the chatterino2 PR will not speed up the process, especially when you are randomly merging PR's yet to be approved as well.
This is not an abandoned project, when it's ready it will be ready.
This is to the upstream repo branch, which I thought was support to be used to add support to the upstream repository as compared to the main chatterino7 branch. This brings the code up to the latest master and also addresses the todos in the PR mentioned.
It sounds like this is something that I should just directly make the main repository then, since this is were the review is happening. Sorry about that.
Hi, to my understanding, there are a couple issues in general with larger scale emotes in chatterino. The current scale values don't make much sense to me, and should really be based off the vertical height of the expected image (e.g. 32, 64, 128 etc).
To have constant scaling the ratios are a bit different and have a larger impact on the 4x resolution (for example right now 3x emotes are using the scale factor that 4x emotes should be using). Additionally, right now if a high resolution ...
Went ahead and cherry picked it into this branch, thank you :D
So I believe this can be merged if the changelog entry is removed?
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
Pull request checklist:
- [ ]
CHANGELOG.mdwas updated, if applicable
Description
This add support for hiding unlisted emotes and a setting to enable them if the user wishes to do so. This was requested as per https://github.com/Chatterino/chatterino2/pull/3071#issuecomment-1008454760 and is part of my effort to upstream 7tv support (see https://github.com/Chatterino/chatterino2/pull/3071#issuecomment-1008367948).
Pull request checklist:
- [ ]
CHANGELOG.mdwas updated, if applicable
Description
This switches to using the REST v2 api endpoint instead of the GQL one. This was requested as per https://github.com/Chatterino/chatterino2/pull/3071#issuecomment-1008454760 and is part of my effort to upstream 7tv support (see https://github.com/Chatterino/chatterino2/pull/3071#issuecomment-1008367948).
While testing this I noticed that you have to reload all emotes (F5) anytime you update the newly added setting for the changes to take effect

dbd99e4 Fixed emote search for 7TV emotes (#64) - MrAuro
Good point, I guess that is something people would want. I simply call refresh on the 7TV emotes if the setting is changed.
7c34740 errors - use an interface (custom error type) - AnatoleAM
60007ed Bump github.com/ethereum/go-ethereum from 1.10.... - dependabot[bot]
Bumps github.com/ethereum/go-ethereum from 1.10.11 to 1.10.15.
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Faryar (v1.10.15)
This release resolves a few regressions introduced by the previous release. Most importantly, it fixes an issue that could cause peer-to-peer 'eth' connections to lock up.
Please upgrade ASAP if you are running geth v1.10.12 / .13 / .14.
A hang in ancient data serving caused by double-locking is fi...
df3ac32 Bump github.com/mattn/go-colorable from 0.1.11 ... - dependabot[bot]
Bumps github.com/mattn/go-colorable from 0.1.11 to 0.1.12.
Commits
e1bb79c Merge pull request #63 from naoyukis/delete_buf
699629e delete buf
a1c5ae5 Merge pull request #62 from tklauser/fix-go-version-gh-action
f2a4b66 Use correct field to specify Go version in GitHub action
See full diff in compare view
[
f4af582 Release 1.1.44
3a58872 Do not sign BADKEY and BADSIG TSIG error responses (#1316)
3b8982c fixed documentation for DefaultMsgAcceptFunc (#1308)
7318b01 APL: adjust error handling and tests (#1302)
1630ffe Added support for ENUM Source-URI Extension (#1301)
4e8fe09 add fleetdeck project (#1298)
df84aca Fix go generate missing required go.m...
f6ac8f3 Bump github.com/spf13/viper from 1.9.0 to 1.10.1 - dependabot[bot]
Bumps github.com/spf13/viper from 1.9.0 to 1.10.1.
Release notes
Sourced from github.com/spf13/viper's releases.
v1.10.1
This is a maintenance release upgrading the Consul dependency fixing CVEs.
v1.10.0
This is a maintenance release primarily containing minor fixes and improvements.
Changes
Added
Experimental finder based on io/fs
Tests are executed on Windows
Tests are executed on Go 1.17
Logger interface to decouple Viper from JWW
In addition to the a...
Looks good, other than the usage of a channel's display name when calling the 7TV API. Can just use the ID.
Why did you choose to use the channel's display name here? Twitch IDs are supported when querying a channel's emotes (e.g. https://api.7tv.app/v2/users/82674227/emotes would resolve mine)
Would suggest moving this URL directly into the NetworkRequest(...) call instead of creating a variable as it's never used later on. (GH doesn't allow suggestions across deleted lines, sorry)
Logic looks good, haven't tested it.
Tiny nitpick on formatting
}
if (!set.getImage3()->isEmpty() && quality >= 3)
I'm not the biggest fan of refreshing all emotes each time the setting is changed. Would prefer that it was handled locally, but since this setting isn't going to be changed frequently it's probably fine.
@zneix would like your opinion.
739e122 Bump azure/setup-kubectl from 1 to 2.0 - dependabot[bot]
Bumps azure/setup-kubectl from 1 to 2.0.
Release notes
Sourced from azure/setup-kubectl's releases.
Github action for Installing Kubectl v2.0
No customer-facing improvements to v1, just modified the action for internal use.
What's Changed
Adding tool binaries to PATH by @โshigupt202 in Azure/setup-kubectl#4
Setup for L0 Testcases by @โrgsubh in Azure/setup-kubectl#6
Bump @โactions/core from 1.1.0 to 1.2.6 by @โdependabot in Azure/setup-kubectl#7
Cl...
Bumps github.com/aws/aws-sdk-go from 1.40.37 to 1.42.30.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.42.30 (2022-01-07)
Service Client Updates
service/medialive: Updates service API and documentation
This release adds support for selecting the Program Date Time (PDT) Clock source algorithm for HLS outputs.
Release v1.42.29 (2022-01-06)
Service Client Updates
service/appsync: Updates service API and documentation
serv...
cdf9532 Bump github.com/aws/aws-sdk-go from 1.40.37 to ... - dependabot[bot]
bea9b31 Bump azure/setup-kubectl from 1 to 2.0 - dependabot[bot]
Bumps azure/setup-kubectl from 1 to 2.0.
Release notes
Sourced from azure/setup-kubectl's releases.
Github action for Installing Kubectl v2.0
No customer-facing improvements to v1, just modified the action for internal use.
What's Changed
Adding tool binaries to PATH by @โshigupt202 in Azure/setup-kubectl#4
Setup for L0 Testcases by @โrgsubh in Azure/setup-kubectl#6
Bump @โactions/core from 1.1.0 to 1.2.6 by @โdependabot in Azure/setup-kubectl#7
Cl...
Pull Request Test Coverage Report for Build 1677279144
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 83.282%
| Totals | |
|---|---|
| Change from base Build 1644101139: | 0.0... |
Fix this, but seems I didn't push before I logged off for the night. This should be removed.
Sure, I based this off the BTTV module. I will change there too.
Didn't realize there was ID support (only looked at the docs). I will switch it to id so things are cleaner.
There are 1 failures, 0 warnings, and 0 notices.
e2925b3 Bump azure/setup-kubectl from 1 to 2.0 - dependabot[bot]
Bumps azure/setup-kubectl from 1 to 2.0.
Release notes
Sourced from azure/setup-kubectl's releases.
Github action for Installing Kubectl v2.0
No customer-facing improvements to v1, just modified the action for internal use.
What's Changed
Adding tool binaries to PATH by @โshigupt202 in Azure/setup-kubectl#4
Setup for L0 Testcases by @โrgsubh in Azure/setup-kubectl#6
Bump @โactions/core from 1.1.0 to 1.2.6 by @โdependabot in Azure/setup-kubectl#7
Cl...
There are 2 failures, 0 warnings, and 0 notices.
This is an unnecessary change - logging categories exist for a reason and are there to not hardcode categories like this.
This is an unnecessary change - logging categories exist for a reason and are there to not hardcode categories like this.
This is an unnecessary change - logging categories exist for a reason and are there to not hardcode categories like this.
This was based off the FFZ class, I will change there too.
This was requested here https://github.com/Chatterino/chatterino2/pull/3071#issuecomment-1008346507 by @AnatoleAM to future proof it to different url structures. This loop is required since the actual API object isn't a map (it really should be).
This variable is unused.
As mentioned above:
Didn't realize there was ID support (only looked at the docs). I will switch it to id so things are cleaner.
Sure, the arg method seems a bit more elegant. I will change to that.
It has changed to a different structure in API V3 for the record.
c578c94 Implemented /alias and /disable - Excellify
9463960 Bump azure/setup-kubectl from 1 to 2.0 - dependabot[bot]
Bumps azure/setup-kubectl from 1 to 2.0.
Release notes
Sourced from azure/setup-kubectl's releases.
Github action for Installing Kubectl v2.0
No customer-facing improvements to v1, just modified the action for internal use.
What's Changed
Adding tool binaries to PATH by @โshigupt202 in Azure/setup-kubectl#4
Setup for L0 Testcases by @โrgsubh in Azure/setup-kubectl#6
Bump @โactions/core from 1.1.0 to 1.2.6 by @โdependabot in Azure/setup-kubectl#7
Cl...
There are 10 failures, 1 warnings, and 0 notices.
e4438eb chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
Bumps @typescript-eslint/eslint-plugin from 5.5.0 to 5.9.1.
Release notes
Sourced from @โtypescript-eslint/eslint-plugin's releases.
v5.9.1
5.9.1 (2022-01-10)
Note: Version bump only for package @โtypescript-eslint/typescript-eslint
v5.9.0
5.9.0 (2022-01-03)
Features
We published a number of our internal eslint-plugin utilities for working with TypeScript types under the package @typescript-eslint/typ...
15a5551 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 5.5.0 to 5.9.1.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v5.9.1
5.9.1 (2022-01-10)
Note: Version bump only for package @โtypescript-eslint/typescript-eslint
v5.9.0
5.9.0 (2022-01-03)
Features
We published a number of our internal eslint-plugin utilities for working with TypeScript types under the package @typescript-eslint/type-utils
v5.8.1
5.8.1 ...
Just a whitespace change, fine by me.
As long as it's removed with the change back to IDs I'm happy.
Doesn't impact functionality, fine by me.
Iโd like this to be merged because I see people regularly upload pictures of an error on the Discord of their file being too large. I think iโd be better to tell them upfront about the max file size instead of spitting out an API error.
mb should be in capital letters (MB)
There are 1 failures, 1 warnings, and 0 notices.
c94d900 Cosmetics/Paints: drop_shadows, nullable color - AnatoleAM
28c60e3 Added message to show maximum file size (#227) - mmattbtw
210e08c fix(deps): bump color from 4.0.1 to 4.2.0 - dependabot[bot]
Bumps color from 4.0.1 to 4.2.0.
Release notes
Sourced from color's releases.
4.2.0
Minor Release 4.2.0
Add .hexa() method (#237)
Thanks to @โn0ruSh for their contribution!
4.1.0
Minor Release 4.1.0
Update color-string to 1.9.0
4.0.2
Patch Release 4.0.2
Bump color-string to ~1.7.4
Commits
2df0451 4.2.0
0ef01ca feat: rgba to hex support
0601ecf 4.1.0
3ed0a07 update color-string
f746979 4.0.2
22dcf3b bump color-string to ~1.7.4
47a7708 remove travis ...
I didn't do it, I swear...
There are 1 failures, 4 warnings, and 0 notices.
This is caused by the browser enforcing a minimum frame time. This basically means that even though hoboPls specifies that it is 1ms per frame, the actual framerate is 100ms for frame. This can be found here:
https://source.chromium.org/chromium/chromium/src/+/fe1bca993584d616f52d9088d6b1411537441e9d:third_party/blink/renderer/platform/graphics/deferred_image_decoder.cc;l=353-360;bpv=1;bpt=0
https://bugzilla.mozilla.org/show_bug.cgi?id=1511298#c7
base::TimeDelta DeferredImageDeco...
It doesn't look like this is something in the V2 api / doable currently.
It will currently show the aliased "name" but no details on the original name if it has been aliased.
For example:
- https://7tv.app/users/61da7024600369a98b38aa78
- https://api.7tv.app/v2/users/26775809/emotes
- turtoise -> Toise (turtoise will not be anywhere in the api response)

Version 7.3.4.
I...
c846efd patch-check: commit subject length check - Roberto Alanis
e94716e xcframeworkbuild.sh: place headers in a subdir - jzern
02ca04c add missing USE_{MSA,NEON} checks in headers - jzern
5b7e793 Merge "add missing USE_{MSA,NEON} checks in hea... - jzern
a510fed patch-check: detect duplicated files - Roberto Alanis
There are 1 failures, 0 warnings, and 0 notices.
There are 2 failures, 0 warnings, and 0 notices.
Include the deploy job?
EventsAPI -> EventAPI
Perhaps it makes sense to create a wrapper for the SSE logic, rather than duplicating it in every route? (though there is only one route, we don't know if we may add more to /v1 still)
Also file name should be LICENSE.md so it gets markdown on web view
There are 10 failures, 1 warnings, and 0 notices.
Running on shared runners - would this cause issues with the new internal harbor thing?
There are 10 failures, 1 warnings, and 0 notices.
no its only a k8s deploy
I think we could group more of the logic together and do something prettier but considering we only have one route for now it's fine. Seems good to me
There are 10 failures, 1 warnings, and 0 notices.
All changes look good
There are 1 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
6b56dc0 Bump azure/setup-kubectl from 1 to 2.0 (#30) - dependabot[bot]
All changes look good
Looks like github.com/gofiber/fiber/v2 is no longer a dependency, so this is no longer needed.
Looks like supercharge/redis-github-action is no longer a dependency, so this is no longer needed.
There are 10 failures, 1 warnings, and 0 notices.
d981db3 added support for autocompleting emotes with : - Excellify
This adds all emotes to twitch's : auto-complete menu. Should be compatible with ffz, but haven't been able to test extensively.
Unsure if this is the right place to put this issue since the current website is supposed to be replaced anyways, but since this is the current version I figured I should probably put this here.
RIght now any emote uploaded through the website automatically gets scaled to 128x128.
This is not only annoying for some emotes that were designed for BTTVs/Twitchs 112x112 size and look weird in the bigger size, it also restricts creativity to make emotes like global ppL (or things like min...
it also restricts creativity to make emotes like global ppL
That was uploaded by a regular user, through the same system. You can play with the aspect ratio currently, raising the canvas height to reduce the width.
Could be an idea to have an option to prevent scaling, but would require some back end changes.
That was uploaded by a regular user, through the same system. You can play with the aspect ratio currently, raising the canvas height to reduce the width.
Ah yeah that makes sense, would still be nice to get an option for smaller emotes, i.e. have an option to not upscale uploaded emotes but instead leave them at whatever given size (with sensible minimums)
Having big animated emotes is really great, but for some stuff I still choose to use BTTV/FFZ because it just works a lot better ...
6d15797 Changed: Allow multiple drop shadows to be spec... - Melonify
0e3be81 chore(deps-dev): bump eslint-plugin-vue from 8.... - dependabot[bot]
Bumps eslint-plugin-vue from 8.1.1 to 8.3.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v8.3.0
๐ Bug Fixes
#1755 Fix crash on <textarea> without end tag in vue/html-indent rule.
#1756 Fix false positive for unknown emits definition in vue/require-explicit-emits rule.
โ๏ธ Updates
#1750 Report $set and $nextTick in computed properties.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.2.0...v8.3.0
v8.2.0
...
32f7411 chore(deps-dev): bump @angular/cli from 12.2.7 ... - dependabot[bot]
Bumps @angular/cli from 12.2.7 to 13.1.3.
Release notes
Sourced from @โangular/cli's releases.
v13.1.3
13.1.3 (2022-01-12)
@โschematics/angular
Commit
Description
set skipTest flag for resolvers when using ng new --skip-tests
@โangular/cli
Commit
Description
remove extra space in Unable to find compatible package during ng add
@โangular-devkit/build-angular
Commit
Description
automatically purge stale build cache entri...
There are 1 failures, 0 warnings, and 0 notices.
eb2b925 Refactor and improve render on load - Excellify
Removed this as it isnt used anywhere except filled on new message
Waits for the emoteStore to not be empty, should probably implement some better check that resolves once all endpoints have responded
I removed this as i seemed like it didnt do anything.
c664d85 Paints - Support multiple drop shadows - AnatoleAM
Adding support for the drop_shadows property, replacing the now-deprecated drop_shadow
8b505ea Handle transparency & default colors - AnatoleAM
a5c18f2 Paints - Support multiple drop shadows (#200) - AnatoleAM
@AnatoleAM we might as well close this.
Yea true, I will rethink this later @TroyDota
There are 2 failures, 0 warnings, and 0 notices.
There are 1 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
9d6182d Bump actions/setup-go from 2.1.4 to 2.1.5 - dependabot[bot]
Bumps actions/setup-go from 2.1.4 to 2.1.5.
Release notes
Sourced from actions/setup-go's releases.
v2.1.5
In scope of this release we updated matchers.json to improve the problem matcher pattern. For more information please refer to this pull request
Commits
424fc82 Merge pull request #179 from oscard0m/add-cache-to-node-workflows
82388ea ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows
fdeec47 Don't require relative path...
Bumps azure/setup-kubectl from 1 to 2.0.
Release notes
Sourced from azure/setup-kubectl's releases.
Github action for Installing Kubectl v2.0
No customer-facing improvements to v1, just modified the action for internal use.
What's Changed
Adding tool binaries to PATH by @โshigupt202 in Azure/setup-kubectl#4
Setup for L0 Testcases by @โrgsubh in Azure/setup-kubectl#6
Bump @โactions/core from 1.1.0 to 1.2.6 by @โdependabot in Azure/setup-kubectl#7
Cl...
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
4c5082c Bump azure/setup-kubectl from 1 to 2.0 (#2) - dependabot[bot]
b9e4122 Bump actions/setup-go from 2.1.4 to 2.1.5 (#1) - dependabot[bot]
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
2bc652e Enabled 7TV for embedded Twitch Chats (#193) - ryankashi
1e19f40 Added support for non-ascii names (#198) - Excellify
947bdc1 Added colon-completion support for emotes - Excellify
a5c18f2 Paints - Support multiple drop shadows (#200) - AnatoleAM
1d1812a Bump version (2.1.1 -> 2.1.2) - AnatoleAM
7d345f1 chore(deps-dev): bump vite from 2.6.14 to 2.7.12 - dependabot[bot]
Bumps vite from 2.6.14 to 2.7.12.
Release notes
Sourced from vite's releases.
create-vite@2.7.2
Please refer to CHANGELOG.md for details.
create-vite@2.7.1
Please refer to CHANGELOG.md for details.
create-vite@2.7.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
2.7.12 (2022-01-13)
Bug Fixes
config: merge array correctly (#6499) (8863fa2)
improve alias merging (#6497) (23ec29d)
2.7.11 (2022-0...
66b18be fix(deps): bump vue-i18n from 9.2.0-beta.22 to ... - dependabot[bot]
Bumps vue-i18n from 9.2.0-beta.22 to 9.2.0-beta.28.
Commits
See full diff in compare view
Dependabot will...
c3bb2e1 fix(deps): bump marked from 4.0.5 to 4.0.10 - dependabot[bot]
Bumps marked from 4.0.5 to 4.0.10.
Release notes
Sourced from marked's releases.
v4.0.10
4.0.10 (2022-01-13)
Bug Fixes
security: fix redos vulnerabilities (8f80657)
v4.0.9
4.0.9 (2022-01-06)
Bug Fixes
retain line breaks in tokens properly (#2341) (a9696e2)
v4.0.8
4.0.8 (2021-12-19)
Bug Fixes
spaces on a newline after a table (#2319) (f82ea2c)
v4.0.7
4.0.7 (2021-12-09)
Bug Fixes
Fix every third list item broken (#2318) (346b162), closes #2314
v4....
You can remove this it's unused
This is removed, but do we have a better idea for implementing default permissions?
Uh, we should likely cache it in redis.
Right yeah, that's pretty true
yeah that's true
Finalizing Emote Set structure and mutation helpers
I'd rather avoid making unrelated code changes. I'd want changes in Ffz class reverted.
Fair enough, sorry for my excessive nitpickiness.
There are 1 failures, 0 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
This field is not very useful, and thus I don't think it should be documented.
I think it could be useful for people building third party applications that sign in with Twitch, and want the user to keep the same Profile Picture as they are seen on Twitch. Also, I believe that if it wasn't documented, people that would want to use it wouldn't see it in the documentation, and they pinged the API with a request and saw it, and didn't know how to use it, they'd probably have to go figure it out themselves rather then giving them the information upfront, which is what docume...
Just for reference
- This repository will be archived and never touched again in the next few days (the codebase of both v2 and v3 will be at SevenTV/GQL SevenTV/REST SevenTVCommon)
- This is a very niche use case for an implementation. I don't actually remember why this field was added in the user response, but animated avatars are implemented via the
/v2/cosmetics/avatarsroute, not this. - API V3 will ...
Understandable. I wasn't aware that V2's deprecation was happening so soon, or that the other route existed.
There are 10 failures, 1 warnings, and 0 notices.
There are 10 failures, 1 warnings, and 0 notices.
700c9fc Don't crash upon right-clicking automod badge (... - zneix
ffc69a8 Add .cache to gitignore (#3507) - zneix
d2fffda Add feedback to incorrect usage of the /w comma... - qooq69
52da0fd fix: remove deprecated windows-2016/vs-2017 act... - jammehcow
9069dee Show feedback upon opening a channel in streaml... - zneix
Fixes 2 issues with the colon-complete:
- Will no longer throw an error when recieving "cease" from ffz if the TwitchPageScript hasn't been initialized yet.
- Colon-complete will now wait if twitch has not finished inserting its own emotes.
