#github
1 messages ยท Page 19 of 1
ddeaa48 fix: try fix the websocket issue - TroyKomodo
797810f fix(deps): bump crowdin/github-action from 1.5.... - dependabot[bot]
Bumps crowdin/github-action from 1.5.2 to 1.7.0.
Release notes
Sourced from crowdin/github-action's releases.
v1.7.0
Added
Added the ability to download sources in #165 by @โVBeytok
New options:
download_sources:
description: 'Defines whether to download source files from the Crowdin project'
default: 'false'
required: false
push_sources:
description: 'Push downloaded sources to the branch'
default: 'true'
required: false
download_so...
2e9f475 chore(deps-dev): bump @apollo/client from 3.7.4... - dependabot[bot]
Bumps @apollo/client from 3.7.4 to 3.7.8.
Release notes
Sourced from @โapollo/client's releases.
v3.7.8
Patch Changes
#7555 45562d6fa Thanks @โTheCeloReis! - Adds TVariables generic to GraphQLRequest and MockedResponse interfaces.
#10526 1d13de4f1 Thanks @โbenjamn! - Tolerate undefined concast.sources if complete called earlier than concast.start
#10497 8a883d8a1 Thanks @โnevir! - Update SingleExecutionResult and IncrementalPayload's d...
Hello,
I'm working on integrating the 7tv chrome plugin with QWebengineView. I have been successful in that i am able to render 7tv images in chat, I have the 7tv button which opens the emote picker, and had to inject the logo onto the button.
The problem is i keep getting this error:
js: %c[7TV] %c[WARN]%c Could not find 7TV global stylesheet (content) color:#ef9234; color:#fac837; color:reset;
This is because i am not loading content.js because if i load it i get the following e...
Hello,
I'm working on integrating the 7tv chrome plugin with QWebEngineView. I have been successful in that i am able to render 7tv images in chat, I have the 7tv button which opens the emote picker, and had to inject the logo onto the button.
The problem is i keep getting this error:
js: %c[7TV] %c[WARN]%c Could not find 7TV global stylesheet (content) color:#ef9234; color:#fac837; color:reset;
This is because i am not loading content.js because if i load it i get the following...
3ef93a0 gql/v3: emote merge operation - AnatoleAM
I wouldn't recommend doing anything with v2.2.3 as v3.0.0 is just around the corner and it's a total rewrite.
It's worth noting however that content.js and background.js are specific to WebExtension APIs. The content file is just a loader tailored for an Extension, so if you wish to integrate the actual site script (which is what holds the actual logic and ui for the site) you'd need to make your own loader.
6bf73af mod: Emote Merge Function - AnatoleAM
75a9055 check target set - AnatoleAM
This shouldn't be merged yet, as a release of upstream Chatterino is around the corner. It should be tested here and merged after the release, to have nightly users test it.
warning: parameter 'id' is unused [misc-unused-parameters]
boost::optional<EmotePtr> SeventvBadges::getBadge(const UserId & /*id*/) const
clang-tidy made some suggestions
warning: method 'clearBadgeFromUser' can be made static [readability-convert-member-functions-to-static]
static void SeventvBadges::clearBadgeFromUser(const QString &badgeID,
warning: parameter 'userID' is unused [misc-unused-parameters]
const UserId & /*userID*/)
warning: parameter 'userID' is unused [misc-unused-parameters]
const UserId & /*userID*/)
warning: method 'onEntitlementDelete' can be made static [readability-convert-member-functions-to-static]
src/providers/seventv/SeventvEventAPI.hpp:81:
- void onEntitlementDelete(
+ static void onEntitlementDelete(
warning: std::move of the variable 'repeat' of the trivially-copyable type 'bool' has no effect; remove std::move() [performance-move-const-arg]
, repeat_(repeat)
Bumps lib/magic_enum from e1a68e9 to 6542403.
Commits
6542403 Fix forgotten replacement in CPack packaging script (#243)
6527df9 Support R++ builtins for type/enumerator name (#238)
769506a fix Clang 16 build in GitHub Actions (#237)
2d9fb26 Update actions/checkout in GitHub Actions workflows to v3 (#236)
533c950 add constexpr containers (#187)
2a7658d Implemented packaging using CPack. (#202)
d01a4f9 fix pretty_name with ENABLE_NONASCII
d5e8530 ...
f2a2abc Bump lib/magic_enum from e1a68e9 to 6542403 - dependabot[bot]
The following labels could not be found: ci, submodules.
a93e599 refactor settings menu logic - AnatoleAM
Some refactor changes to bring the the settings menu to standard
52329bd unscoped context - AnatoleAM
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
Follow emotes don't show in the emote suggest in other channels, only in the channel of streamer (yes, i'm ...
Tracked upstream in Chatterino/Chatterino2#4233.
Superseded by #108 (cookie-based solution)
Thanks for clearing that up for me. I will look into how to use v3.
3da74e1 chore(deps-dev): bump @vueuse/head from 1.0.22 ... - dependabot[bot]
Bumps @vueuse/head from 1.0.22 to 1.0.26.
Release notes
Sourced from @โvueuse/head's releases.
v1.0.26
chore: bump unhead to 1.0.22
:warning: This update includes a XSS fix, it's recommended you update as soon as possible.
v1.0.25
chore: unhead 1.0.21
v1.0.24
chore: bump deps
v1.0.23
chore: bump deps
doc: readme renderHeadToString missing await (#176)
Changelog
Sourced from @โvueuse/head's changelog.
1.0.26
chore: drop git hook linting, causing...
6702741 fix: batch query failure due to one bad item - AnatoleAM
686c52c Duplicate Message Check Bypass & Ctrl+Enter - AnatoleAM
Bringing back the spammer-friendly features
This pull request completes Feature Parity with the old extension
e91e802 usertag: increase cosmetic update timeout - AnatoleAM
cca7ebd Fixes, Duplicate Message Check Bypass & Ctrl+En... - AnatoleAM
c1630c2 build(deps): bump golang.org/x/net from 0.6.0 t... - dependabot[bot]
Bumps golang.org/x/net from 0.6.0 to 0.7.0.
Commits
8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding
547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning
39940ad html: parse comments per HTML spec
See full diff in compare view
[
e0480f8 remove unused regex ref - AnatoleAM
32a436e Highlights System & Mention Sound (#111) - AnatoleAM
This is pretty nice, only issue is I found the inputs lack contrast with the regular background and the thumb for the sliders felt a little dull / difficult to see.
Since this pull request has been hanging for quite a while I've made some quick tweaks, fixing these issues I highlighted and also keeping the border-radius usage limited to our 0.25rem value to retain the "sharp"/"blocky" feel of the overall 7TV design scheme.
 - Wissididom
9bfd12b Fix builds from CI showing up as modified (#4384) - Nerixyz
28bdf44 Move #4361 changelog to dev section (#4385) - Felanbird
6380fb5 Fix mod, unmod, vip, unvip buttons in User Card... - pajlada
998cfba Clean up changelog in preparation of v2.4.1 (#4... - Felanbird
4c8ad85 Improve Linux build instructions (#4382) - Wissididom
9bfd12b Fix builds from CI showing up as modified (#4384) - Nerixyz
28bdf44 Move #4361 changelog to dev section (#4385) - Felanbird
6380fb5 Fix mod, unmod, vip, unvip buttons in User Card... - pajlada
Making the update process faster for end users by calling chrome.runtime.requestUpdateCheck() when the API lists a newer version.
Adding an endpoint that the extension will query for information on the latest version and perform remote overrides on end-user settings
a48951b update changelog bump version - AnatoleAM
85f2bd5 chore(deps-dev): bump @vueuse/core from 9.10.0 ... - dependabot[bot]
Bumps @vueuse/core from 9.10.0 to 9.13.0.
Release notes
Sourced from @โvueuse/core's releases.
v9.13.0
ย ย ย ๐ Features
useArrayFindLast: New function ย -ย by @โhuynl-96 in vueuse/vueuse#2471 (b0ac4)
useAsyncState: Get a promise function parameter type declaration ย -ย by @โBrain777777 in vueuse/vueuse#2765 (b4c63)
useAxios: Add success and error callbacks ย -ย by @โAlfred-Skyblue in vueuse/vueuse#2714 (809fc)
useClamp: Composable compu...
1b2aa4c Bump github.com/aws/aws-sdk-go from 1.44.108 to... - dependabot[bot]
Bumps github.com/aws/aws-sdk-go from 1.44.108 to 1.44.204.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.44.204 (2023-02-17)
Service Client Updates
service/apprunner: Updates service API
service/glue: Updates service API and documentation
Release of Delta Lake Data Lake Format for Glue Studio Service
Release v1.44.203 (2023-02-16)
Service Client Updates
service/elasticmapreduce: Updates service API and documentation
T...
Fixing some issues reported by users
247c4a7 fix: set maxDepth on most hooks - AnatoleAM
8f6c30e bump version, larger pulse flair - AnatoleAM
clang-tidy made some suggestions
There were too many comments to post at once. Showing the first 25 out of 42. Check the log or trigger a new build to see more.
warning: method 'assignBadgeToUser' can be made static [readability-convert-member-functions-to-static]
static void SeventvBadges::assignBadgeToUser(const QString &badgeID,
warning: parameter 'badgeID' is unused [misc-unused-parameters]
void SeventvBadges::clearBadgeFromUser(const QString & /*badgeID*/,
warning: parameter 'badgeID' is unused [misc-unused-parameters]
void SeventvBadges::assignBadgeToUser(const QString & /*badgeID*/,
warning: parameter 'badgeJson' is unused [misc-unused-parameters]
void SeventvBadges::addBadge(const QJsonObject & /*badgeJson*/)
warning: method 'addBadge' can be made static [readability-convert-member-functions-to-static]
static void SeventvBadges::addBadge(const QJsonObject &badgeJson)
warning: parameter 'id' is unused [misc-unused-parameters]
void SeventvEventAPI::subscribeTwitchChannel(const QString & /*id*/)
warning: variable 'repeat' is not initialized [cppcoreguidelines-init-variables]
const bool repeat = 0 = paintJson["repeat"].toBool();
Bumps jurplel/install-qt-action from 3.0.0 to 3.1.0.
Release notes
Sourced from jurplel/install-qt-action's releases.
install-qt-action v3.1.0
Fix detection of Qt architecture directory thanks to @โddalcino
Commits
37e649d Build v3.1
61d863c Merge branch 'master' into v3
05e8c48 Merge pull request #173 from ddalcino/fix-bad-qtpath
0f87477 Remove Ubuntu 18.04 builds
a279d3a add test for tools-only
2dcc190 fix check for Qt 6: patch number ...
9a1889a Bump jurplel/install-qt-action from 3.0.0 to 3.1.0 - dependabot[bot]
The following labels could not be found: ci.
48c603f fix: fast-updater error, show download state - AnatoleAM
7862a62 fix: fast-updater error, show download state (#... - AnatoleAM
8071caf Finalize In-App Auth - AnatoleAM
d8fe21f fix: emote menu positioning - AnatoleAM
42908d6 changelog - AnatoleAM
2697340 fix: emote menu mount condition - AnatoleAM
4fe30ed use a floating ui - AnatoleAM
e150cb9 fix click outside on button - AnatoleAM
a91cf33 build(deps): bump github.com/aws/aws-sdk-go fro... - dependabot[bot]
Bumps github.com/aws/aws-sdk-go from 1.44.199 to 1.44.205.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.44.205 (2023-02-20)
Service Client Updates
service/auditmanager: Updates service API and documentation
service/connect: Updates service API and documentation
Release v1.44.204 (2023-02-17)
Service Client Updates
service/apprunner: Updates service API
service/glue: Updates service API and documentation
Release of Delta...
5524b1d build(deps): bump github.com/aws/aws-sdk-go-v2 ... - dependabot[bot]
Bumps github.com/aws/aws-sdk-go-v2 from 1.17.4 to 1.17.5.
Changelog
Sourced from github.com/aws/aws-sdk-go-v2's changelog.
Release (2023-02-20)
General Highlights
Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.17.5
Bug Fix: fix int overflow bug on 32 bit architecture
github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.24.0
Feature: This release introduces a ServiceQuotaExceededE...
93d9d2a build(deps): bump github.com/golang-jwt/jwt/v4 ... - dependabot[bot]
Bumps github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0.
Release notes
Sourced from github.com/golang-jwt/jwt/v4's releases.
v4.5.0
What's Changed
Allow strict base64 decoding by @โAlexanderYastrebov in golang-jwt/jwt#259
Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.4.3...v4.5.0
Commits
9358574 Allow strict base64 decoding (#259)
2f0984a Using tparse for nicer CI test display (#251)
See full diff in compare view
[![Dependabot co...
3f7a685 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
Bumps @typescript-eslint/eslint-plugin from 5.48.1 to 5.53.0.
Release notes
Sourced from @โtypescript-eslint/eslint-plugin's releases.
v5.53.0
5.53.0 (2023-02-20)
Features
eslint-plugin: [consistent-generic-constructors] handle default parameters (#6484) (e8cebce)
eslint-plugin: [no-mixed-enums] add rule (#6102) (16144d1)
typescript-estree: expose a wrapper cache clearing function for advanced usecas...
49062b8 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 5.48.1 to 5.53.0.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v5.53.0
5.53.0 (2023-02-20)
Features
eslint-plugin: [consistent-generic-constructors] handle default parameters (#6484) (e8cebce)
eslint-plugin: [no-mixed-enums] add rule (#6102) (16144d1)
typescript-estree: expose a wrapper cache clearing function for advanced usecases (#6476) (d816496)
...
fa7d6ee chore(deps-dev): bump @apollo/client from 3.7.4... - dependabot[bot]
Building a more robust float UI manager for prompts and end-user hints
clang-tidy made some suggestions
warning: method 'assignPaintToUser' can be made static [readability-convert-member-functions-to-static]
static void SeventvPaints::assignPaintToUser(const QString &paintID,
warning: parameter 'paintID' is unused [misc-unused-parameters]
void SeventvPaints::assignPaintToUser(const QString & /*paintID*/,
warning: parameter 'paintID' is unused [misc-unused-parameters]
void SeventvPaints::clearPaintFromUser(const QString & /*paintID*/,
warning: parameter 'userName' is unused [misc-unused-parameters]
const UserName & /*userName*/)
warning: method 'clearPaintFromUser' can be made static [readability-convert-member-functions-to-static]
static void SeventvPaints::clearPaintFromUser(const QString &paintID,
warning: parameter 'color' is unused [misc-unused-parameters]
QString name, QString id, std::optional<QColor> /*color*/, QGradientStops stops,
9ddb9f1 remove deadcode - AnatoleAM
5679316 Float Context, Prompts & Super Hints (#118) - AnatoleAM
b646460 Paint & Mention Color Setting - AnatoleAM
0c54d02 Paint & Mention Color Setting (#119) - AnatoleAM
e71ca48 EmoteCard: Actor & Timestamp - AnatoleAM
Adding some information in the emote card about the user who added an emote as well as when it was added
fdd7e6c Bump version (3.0.0.12200->3.0.0.13000) - AnatoleAM
4ebf54f fix: fake mentions - AnatoleAM
When not signed in and attempting to search users, nothing will happen. Inspecting the console you can find a graphql response error "70401 sign-in required"
However, when signed in this search works as expected:
It would be best to handle such errors in a manner that gives the user feedback, especially for a sign-in error.
I was going to open a PR for this, but it appears that even after creating a Font awesome API key, it does not have the same permissions for the FA ...
clang-tidy made some suggestions
warning: method 'createImageSet' can be made static [readability-convert-member-functions-to-static]
static ImageSet SeventvEmotes::createImageSet(const QJsonObject &emoteData)
warning: parameter 'emoteData' is unused [misc-unused-parameters]
ImageSet SeventvEmotes::createImageSet(const QJsonObject & /*emoteData*/)
86a95d2 tokenizer: support commas around mentions - AnatoleAM
bd2fb52 build(deps): bump golang.org/x/text from 0.3.7 ... - dependabot[bot]
Bumps golang.org/x/text from 0.3.7 to 0.3.8.
Commits
434eadc language: reject excessively large Accept-Language strings
23407e7 go.mod: ignore cyclic dependency for tagging
b18d3dd secure/precis: replace bytes.Compare with bytes.Equal
795e854 all: replace io/ioutil with io and os package
b0ca10f internal/language: bump script types to uint16 and update registry
ba9b0e1 go.mod: update x/tools to HEAD
d03b418 A+C: delete AUTHORS and CONTRIBUTORS
b4bca84 langu...
994fca2 Bump golang.org/x/text from 0.3.7 to 0.3.8 in /go - dependabot[bot]
Bumps golang.org/x/text from 0.3.7 to 0.3.8.
Commits
434eadc language: reject excessively large Accept-Language strings
23407e7 go.mod: ignore cyclic dependency for tagging
b18d3dd secure/precis: replace bytes.Compare with bytes.Equal
795e854 all: replace io/ioutil with io and os package
b0ca10f internal/language: bump script types to uint16 and update registry
ba9b0e1 go.mod: update x/tools to HEAD
d03b418 A+C: delete AUTHORS and CONTRIBUTORS
b4bca84 langu...
61a790f build(deps): bump golang.org/x/text from 0.3.7 ... - dependabot[bot]
Bumps golang.org/x/text from 0.3.7 to 0.3.8.
Commits
434eadc language: reject excessively large Accept-Language strings
23407e7 go.mod: ignore cyclic dependency for tagging
b18d3dd secure/precis: replace bytes.Compare with bytes.Equal
795e854 all: replace io/ioutil with io and os package
b0ca10f internal/language: bump script types to uint16 and update registry
ba9b0e1 go.mod: update x/tools to HEAD
d03b418 A+C: delete AUTHORS and CONTRIBUTORS
b4bca84 langu...
To discuss for upstream:
creating a mechanism to allow re-rendering of badges. Currently if the entitlement events come through after the message is painted, it will require the user to type twice to see their new badge.
2379061 Implement Cosmetic and Entitlement Updates (#184) - Nerixyz
2379061 Implement Cosmetic and Entitlement Updates (#184) - Nerixyz
d3499e8 Fix the brew cask action (#4394) - pajlada
c95a65c Fix Qt6 building (#4393) - pajlada
c74b14a Delete all but the last 5 crash dumps on startu... - Nerixyz
621b5d9 Bump jurplel/install-qt-action from 3.0.0 to 3.... - dependabot[bot]
7e005ba Fix AppImage not containing all SSL dependencie... - pajlada
Looks like jurplel/install-qt-action is up-to-date now, so this is no longer needed.
Pull request checklist:
- [x]
CHANGELOG.mdwas updated, if applicable
Description
This PR implements personal emotes.
Known bugs/tasks:
- [ ] The personal emote set is only fetched after typing a message. So you can't autocomplete emotes immediately.
- [ ] Personal emotes only show up in the second message (same issue as for badges).
- [ ] Personal emotes are not yet deleted after they haven't been used in a while (the images for the emotes however are deleted as always).
clang-tidy made some suggestions
warning: parameter 'emoteSetEmotes' is unused [misc-unused-parameters]
EmoteMap parseEmotes(SeventvEmoteSetKind kind)
warning: parameter 'emoteData' is unused [misc-unused-parameters]
SeventvEmoteSetKind kind)
warning: parameter 'dispatch' is unused [misc-unused-parameters]
const EmoteUpdateDispatch &dispatch,
^
this fix will not be applied because it overlaps with another fix
warning: method 'createEmoteSet' can be made static [readability-convert-member-functions-to-static]
static void SeventvPersonalEmotes::createEmoteSet(const QString &id)
warning: parameter 'kind' is unused [misc-unused-parameters]
SeventvEmoteSetKind kind)
^
this fix will not be applied because it overlaps with another fix
warning: parameter 'id' is unused [misc-unused-parameters]
const QString & /*id*/, const seventv::eventapi::EmoteRemoveDispatch &dispatch)
warning: parameter 'userID' is unused [misc-unused-parameters]
SeventvPersonalEmotes::getEmoteSetForUser(const QString & /*userID*/) const
Pull request checklist:
- [x]
CHANGELOG.mdwas updated, if applicable
Description
Fixes the build on Qt 6.
cbbfcd0 Emote Menu: Collapsed Sets - AnatoleAM
Persistent visibility toggle for sets in the Emote Menu
d3499e8 Fix the brew cask action (#4394) - pajlada
c95a65c Fix Qt6 building (#4393) - pajlada
c74b14a Delete all but the last 5 crash dumps on startu... - Nerixyz
621b5d9 Bump jurplel/install-qt-action from 3.0.0 to 3.... - dependabot[bot]
7e005ba Fix AppImage not containing all SSL dependencie... - pajlada