Krzysztof G.

Results 280 comments of Krzysztof G.

> You should not modify the existing `setPlayButtonAccessibleText` function and its content. @Re1nGer, wording might not be ideal, however the intent is to make sure the function code present at...

There could be also displayed alert on page for instance owners, to not rely only on the email notification. Do you know if there's any specific way to test if...

Bit of rundown, naming as usually is still rather rough - Add `is_valid` field in `google_tokens` table. - When Calendar api action fails due to `Invalid Credentials` mark token as...

Adding multiple tokens might not be complicated, but using probably will. From my understanding token from authentication of person A won't be usable, out of the box, on calendar created...

There's few other files with amazonaws links outside of music player project: - [01-responsive-web-design/responsive-web-design-principles/use-a-retina-image-for-higher-resolution-displays.md](https://github.com/freeCodeCamp/freeCodeCamp/blob/dea35985c1490728a5a4dd5032ee22bae34b6ddd/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-principles/use-a-retina-image-for-higher-resolution-displays.md) - [01-responsive-web-design/responsive-web-design-principles/make-an-image-responsive.md](https://github.com/freeCodeCamp/freeCodeCamp/blob/dea35985c1490728a5a4dd5032ee22bae34b6ddd/curriculum/challenges/english/01-responsive-web-design/responsive-web-design-principles/make-an-image-responsive.md) - [01-responsive-web-design/css-flexbox/add-flex-superpowers-to-the-tweet-embed.md](https://github.com/freeCodeCamp/freeCodeCamp/blob/dea35985c1490728a5a4dd5032ee22bae34b6ddd/curriculum/challenges/english/01-responsive-web-design/css-flexbox/add-flex-superpowers-to-the-tweet-embed.md) - [03-front-end-development-libraries/front-end-development-libraries-projects/build-a-drum-machine.md](https://github.com/freeCodeCamp/freeCodeCamp/blob/dea35985c1490728a5a4dd5032ee22bae34b6ddd/curriculum/challenges/english/03-front-end-development-libraries/front-end-development-libraries-projects/build-a-drum-machine.md) - [04-data-visualization/json-apis-and-ajax/convert-json-data-to-html.md](https://github.com/freeCodeCamp/freeCodeCamp/blob/dea35985c1490728a5a4dd5032ee22bae34b6ddd/curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/convert-json-data-to-html.md) - [10-coding-interview-prep/take-home-projects/build-a-simon-game.md](https://github.com/freeCodeCamp/freeCodeCamp/blob/dea35985c1490728a5a4dd5032ee22bae34b6ddd/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-simon-game.md)

Description and test is rather clear about using `thread_id`. Demo project appear to use `report_id` - https://anonymous-message-board.freecodecamp.rocks/ https://github.com/freeCodeCamp/demo-projects/tree/main/apps/anonymous-message-board. It'd be good to change that one as well.

Note: adding new test will require changing number of expected tests on https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/06-quality-assurance/quality-assurance-projects/sudoku-solver.md

> * Are there other 3rd party services besides the [non-MVP Google Calendar integration](https://github.com/freeCodeCamp/chapter/issues/2373)? Auth0 for authentication

The most straightforward, but repeating might be adding separate queries, or single query with argument which permission should be used as filtering condition.

Definitely, I didn't mean the `meQuery`, new separate, or new single query, I should have been more precise. Both means also dropping the `admined_chapters` from `meQuery`.