#github
1 messages ยท Page 17 of 1
Looks like lib/libcommuni is up-to-date now, so this is no longer needed.
Looks like cmake/sanitizers-cmake is up-to-date now, so this is no longer needed.
Pull request checklist:
- [x]
CHANGELOG.mdwas updated, if applicable
2ba4da0 Update qtkeychain to e5b070831cf1ea3cb98c95f97... - pajlada [b9308d7](https://github.com/SevenTV/chatterino7/commit/b9308d732586d78e55abe7ebb99ea85fcd8fe3de) Add Thread Guard for debugging simple threading... - pajlada [99e038c](https://github.com/SevenTV/chatterino7/commit/99e038ce5edf49e3b54d6f6c95906e912e082aa5) Remove protocol from organization domain (#4256) - pajlada [86e71c8](https://github.com/SevenTV/chatterino7/commit/86e71c8bd9e04b796be3e6c90699606efbf6cac3) Migrate to C++ 20 & switch to websocketpp devel... - Nerixyz [621134f`](https://github.com/SevenTV/chatterino7/commit/621134ffcb9180f900ac2b93f85fd0b21a447d78) Remove another implicit this-capture for C++20 ... - pajlada
Is there a way to query for emotes by name? I'm looking at the docs (https://7tv.io/docs) and the Search Emotes is what I'm looking to use. However, using /emotes/emote-name does not work as it expects an ID for that path. I also have tried /emotes?query=emote-name but that still is not correct.
How do I use the /emotes endpoint to get emotes by searching for a particular emote name?
6796926 chore(deps-dev): bump @vueuse/core from 9.10.0 ... - dependabot[bot]
Bumps @vueuse/core from 9.10.0 to 9.12.0.
Release notes
Sourced from @โvueuse/core's releases.
v9.12.0
ย ย ย ๐ Features
usePrevious: New function ย -ย by @โantfu (e101f)
useRafFn, useIntervalFn, useTimeoutFn: Make status readonly ย -ย by @โrotu in vueuse/vueuse#2685 (39183)
useWebSocket: Allow undefined ref for url ย -ย by @โferferga in vueuse/vueuse#2473 (13924)
๐ Bug Fixes
useElementSize: Use contentBoxSize as an array in useElem...
5da2939 chore(deps-dev): bump @floating-ui/dom from 1.1... - dependabot[bot]
Bumps @floating-ui/dom from 1.1.0 to 1.1.1.
Release notes
Sourced from @โfloating-ui/dom's releases.
@โfloating-ui/dom@โ1.1.1
Bug Fixes
fix(types): allow SVGElement as the arrow element (#2146)
fix(arrow): re-allow SVGElements to be measured (#2146)
Commits
a4456ae refactor: allow SVG elements as the arrow (#2146)
d5b1c52 chore: prettier
6ebfd86 chore: cleanup type checks
e901ad1 refactor: reuse rectToClientRect ...
b775d44 chore(deps-dev): bump eslint from 8.32.0 to 8.33.0 - dependabot[bot]
Bumps eslint from 8.32.0 to 8.33.0.
Release notes
Sourced from eslint's releases.
v8.33.0
Features
2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#16785) (Nitin Kumar)
Documentation
17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)
9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)
ede5c64 docs: Custom processors page (#16802) (Ben Perlmutter)...
968723e 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.189.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.44.189 (2023-01-27)
Service Client Updates
service/application-autoscaling: Adds new service
service/appstream: Updates service waiters
Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
service/elasticbeanstalk: Adds new service
Enabled FIPS endpoints for GovCloud (US) regions in SDK....
Bumps lib/websocketpp from b9aeec6 to 1b11fd3.
Commits
1b11fd3 Create FUNDING.yml
56123c8 Merge branch 'develop'
1c79f4c [release] Prep documentation & version info for 0.8.2 release
7f76bdd [core] Updates changelog to include credits for boost fix PR
7413885 [examples] Update print_client_tls example to remove use of deprecated OpenSS...
bc0dc57 Merge pull request #814 from stefan-floeren/develop
275e88a Update cmake installer to better han...
107657a Bump lib/websocketpp from b9aeec6 to 1b11fd3 - dependabot[bot]
The following labels could not be found: ci, submodules.
Pull request checklist:
- [x]
CHANGELOG.mdwas updated, if applicable
Description
This implements the new cosmetics system.
It's still a draft, since I want to make some changes upstream first.
aef02e2 fix key - Excellify
Adding a command bridge for special API operations that are better suited for use with a websocket
ac39b33 Bridge Op & Whisper Dispatch - AnatoleAM
Adding a new opcode, BRIDGE (38), and a way for the API to send dispatches to a single specific session. (as a response to bridged commands)
66d0fdd update: api - AnatoleAM
902d55f build(deps): bump docker/build-push-action from... - dependabot[bot]
Bumps docker/build-push-action from 3 to 4.
Release notes
Sourced from docker/build-push-action's releases.
v4.0.0
Warning
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using proven...
43643fd build(deps): bump github.com/aws/aws-sdk-go fro... - dependabot[bot]
Bumps github.com/aws/aws-sdk-go from 1.44.159 to 1.44.190.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.44.190 (2023-01-30)
Service Client Updates
service/clouddirectory: Adds new service
Enabled FIPS endpoints for GovCloud (US) regions in SDK.
service/cloudformation: Updates service API and documentation
This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
service/dis...
73c024d multi-identifiers in single request - AnatoleAM
248fadd Fix auth - Excellify
Gets the token without running a contentscript on the 7tv website
4a0135d fix(deps): bump docker/build-push-action from 3... - dependabot[bot]
Bumps docker/build-push-action from 3 to 4.
Release notes
Sourced from docker/build-push-action's releases.
v4.0.0
Warning
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using proven...
076114a chore(deps-dev): bump @vueuse/head from 1.0.22 ... - dependabot[bot]
Bumps @vueuse/head from 1.0.22 to 1.0.24.
Release notes
Sourced from @โvueuse/head's releases.
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.24
chore: bump deps
1.0.23
chore: bump deps
doc: readme renderHeadToString missing await (#176)
Commits
958558e Release v1.0.24
34c987e chore: bump deps
0567ef4 Release v1.0.23
2f86381 chore: bu...
d49a824 implement apis - AnatoleAM
a02cbb2 permission check for avatars - AnatoleAM
Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
https://github.com/SevenTV/Website/blob/dev/.github/workflows/crowdin-download.yaml
b1d7212 fix: platform data not sent if not in channel - AnatoleAM
b43f9bf remove debug log - AnatoleAM
e056def update dependencies - AnatoleAM
ee69e74 check error - AnatoleAM
Looks like github.com/fasthttp/router is up-to-date now, so this is no longer needed.
Looks like github.com/spf13/viper is up-to-date now, so this is no longer needed.
Looks like github.com/fasthttp/websocket is up-to-date now, so this is no longer needed.
f5ad13f update changelog - AnatoleAM
General issue: doesn't load during regular navigation, need to refresh the entire page
Why? This appears to serve no purpose
This shouldn't need to be a thing. Adapt the vod message type to work with the existing chatlist renderer
video.owner is sometimes null and this crashes the page
I am unable to comprehend why this is a thing? Why all this duplicate code when you could've simply adapted twitch's vod message type to fit with the existing tokenizer.
tl;dr
- take out all the extra components you made
- instead, adapt the data from "comments" so they can be passed through the
onMessage()inChatList.vue - then just modify the teleport logic so it fits onto the vod container
It should be possible to reduce this PR to like <200 lines of diff
Because chatController, chatList and chatRoom are not components when viewing a vod. So the chat-module dosnt load at all
Wdym, im using the tokenizer, but i need to build the message body from the msg tokens?
So that emotes can be fetched in places where the components that the chat module uses are unavailable
Bumps cmake/sanitizers-cmake from a6748f4 to c3dc841.
Commits
c3dc841 Merge pull request #35 from chardin-cpi/ckhardin/cmake-lint
706e82e Address cmake-lint errors in FindSanitizers.cmake
See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
//: # (dependabo...
d7b2e57 Bump cmake/sanitizers-cmake from a6748f4 to `... - dependabot[bot]
The following labels could not be found: ci, submodules.
nvm, loading during navigation is not fixed
6e19d96 model/Image: revert change removing static_name - AnatoleAM
6e19d96 model/Image: revert change removing static_name - AnatoleAM
in what way is there any code reusing here? all I see is the same stuff copy pasted, this should be a 100 line diff branch
why not just change the condition in the chatmodule so it can match either scenario?
I believe it would be best to utilize the Extension Cookies API here
https://developer.chrome.com/docs/extensions/reference/cookies/
I'll tweak the API so it sets a cookie on 7tv.io when a user logs in.
Scrolling to live on every prop update will lead to excessive reflows
There is no guarantee badges would be populated by mount time?
Move this to VodChat.vue
This should be our own message instance type
422505b emoji: svg pointer via <use /> - AnatoleAM
Implementing Emojis into the WebExtension, testing a concept where svg objects are placed into the page and referenced by their pointer id.
Looks very clean. The toggle switch could maybe use the same color as the 7tv logo #29b6f6
I noticed the message buffer notice was being hidden whenever a chat restriction banner was present (i.e. "Followers-Only Chat" banner). Moving it into the UiScrollable seems to make positioning easier, though there may be a better option I'm not aware of.
e44c146 revert emoji spec to v14.0 - AnatoleAM
d439c64 removed unused dependencies - AnatoleAM
59daef8 chore(deps-dev): bump @apollo/client from 3.7.4... - dependabot[bot]
Bumps @apollo/client from 3.7.4 to 3.7.6.
Release notes
Sourced from @โapollo/client's releases.
v3.7.6
Patch Changes
#10470 47435e879 Thanks @โalessbell! - Bumps TypeScript to 4.9.4 (previously 4.7.4) and updates types to account for changes in TypeScript 4.8 by propagating contstraints on generic types. Technically this makes some types stricter as attempting to pass null|undefined into certain functions is now disallowed by TypeScript, ...
d971010 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
Bumps @typescript-eslint/eslint-plugin from 5.48.1 to 5.50.0.
Release notes
Sourced from @โtypescript-eslint/eslint-plugin's releases.
v5.50.0
5.50.0 (2023-01-31)
Bug Fixes
ast-spec: a JSXEmptyExpression is not a possible JSXExpression (#6321) (4b27777)
eslint-plugin: [ban-ts-comment] counts graphemes instead of String.prototype.length (#5704) (09d57ce)
eslint-plugin: [prefer-optional-chain] fix This...
fca16d4 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 5.48.1 to 5.50.0.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v5.50.0
5.50.0 (2023-01-31)
Bug Fixes
ast-spec: a JSXEmptyExpression is not a possible JSXExpression (#6321) (4b27777)
eslint-plugin: [ban-ts-comment] counts graphemes instead of String.prototype.length (#5704) (09d57ce)
eslint-plugin: [prefer-optional-chain] fix ThisExpression and Privat...
0f9c532 make the emote menu list rendering more sane - AnatoleAM
8f5d318 Emoji Chunking - AnatoleAM
Splitting emojis into a bunch of smaller files in order to meet requirements for the Mozilla Add-on Store and simultaneously avoid slowing down the UI thread on the initial load by adding some time jitter between each chunk insertion
c61167b web accessible resources - AnatoleAM
28b5227 remove eager - AnatoleAM
fb98598 remove debugging - AnatoleAM
c8d2dcc remove debugging - AnatoleAM
20f8d87 Bump husky from 7.0.4 to 8.0.3 - dependabot[bot]
Bumps husky from 7.0.4 to 8.0.3.
Release notes
Sourced from husky's releases.
v8.0.3
fix: add git not installed message #1208
v8.0.2
docs: remove deprecated npm set-script
v8.0.1
fix: use POSIX equality operator
v8.0.0
What's Changed
Feats
feat: add husky - prefix to logged global error messages by @โjoshbalfour in typicode/husky#1092
feat: show PATH when command not found to improve debuggability
feat: drop Node 12 support
feat: skip install if $...
d34c6de Bump prettier from 2.6.2 to 2.8.3 - dependabot[bot]
Bumps prettier from 2.6.2 to 2.8.3.
Release notes
Sourced from prettier's releases.
2.8.3
Support Angular 15.1
๐ Changelog
2.8.2
๐ Changelog
2.8.1
๐ Changelog
2.8.0
diff
๐ Release note
2.7.1
๐ Changelog
2.7.0
diff
๐ Release note
Changelog
Sourced from prettier's changelog.
2.8.3
diff
Allow self-closing tags on custom elements (#14170 by @โfisker)
See Angular v15.1.0 release note for details.
// Input
<app-test/>
// Prettier 2.8.2
SyntaxErro...
Bumps lib/magic_enum from e1a68e9 to 769506a.
Commits
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 simplify pretty_name to speed up constexpr evaluation (#227)
See full diff in compare view
Dependabot will resolve any conf...
5086382 Bump lib/magic_enum from e1a68e9 to 769506a - dependabot[bot]
The following labels could not be found: ci, submodules.
border-radius should be no more than 0.25rem
border-radius should be no more than 0.25rem
Looks like the login callback don't work.
Sorry if not implemented yet, don't have the time to looks at sources sorry...
Using
- Firefox 109.0.1 64bit
- Windows 11 22621.1105
- uBlock Origin 1.46.0 (Issue still there even if unloaded)
Step to reproduce
- Install the beta addon
- Click on the settings button on the upper right corner in twitch (next to your profle picture).
- Click on 'Login' then 'Grant Permission' (Nothing happens except the button change for 'Login') t...
Not implemented, track #87
Rebase to master please
6d89b52 Emote Menu Performance Pass - AnatoleAM
Resolving a reactivity loop fault in the Emote Menu leading to bad performance
dacdb44 fix: mention highlights - AnatoleAM
Fixing an issue where mention highlights didn't work when the username was not fully lowercase, and added highlights for replies
08ec182 update changelog - AnatoleAM
Describe the bug
BTTV Recently added 'emote modifiers' to their emotes, however, having 7TV enabled disables the emote modifiers from having any effect on any BTTV emotes.
To Reproduce
Steps to reproduce the behavior:
- Have BTTV and 7TV extensions
- Try to modify a BTTV Emote in chat Ex. "w! catJAM"
- Notice how the emote is not wide, and "w! catJAM" is visible in chat.
Expected behavior
Let the Emote Modifiers actually show up in chat, even with 7TV enabled.
**...
No plans for this at this time. The way this feature was implemented is not the way we would do it.
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
Superceded by v3.0.0 @ aaaac7f
Fixed in v3.0.0 (aaaac7f)
Fixed in v3.0.0 (aaaac7f)
Bumps lib/magic_enum from e1a68e9 to 6527df9.
Commits
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 simplify pretty_name to speed up constexpr evaluation (#227)
See fu...
7af3bc0 Bump lib/magic_enum from e1a68e9 to 6527df9 - dependabot[bot]
The following labels could not be found: ci, submodules.
Adding stuff to move towards feature parity with the old extension
also stuff that wasnt there before but quickly implemented because more features = more good
e03669c hide active timeouts (not done) - AnatoleAM
bb8ea26 fix: modlogs container size - AnatoleAM
:nerd_face: :point_up: this is a typo
Please provide information on the Identify and Signal events - their purposes and parameters - or remove them from the docs to avoid confusion.
