Patryk Rzucidło

Results 16 issues of Patryk Rzucidło

See discussion: #13

enhancement

### Feature description Support Apple TV+ ### Feature motivation Nice to have

enhancement
platform: apple tv+

### Feature description Allow a stretch of the height/width using a hotkey ### Feature motivation Nice to have

enhancement
shortcuts

Hi! Please add github sponsors or patreon, i want donate and support this project.

Javascript file (colors.js): ```javascript const hexColors = ['#911eb4', '#46f0f0', '#f032e6', '#bcf60c', '#fabebe', '#008080', '#e6beff', '#9a6324', '#fffac8', '#800000', '#aaffc3', '#808000', '#ffd8b1', '#000075', '#e6194b', '#3cb44b', '#ffe119', '#4363d8', '#f58231']; const textColors = ["orange",...

# Svelte refs: [#3852](https://github.com/sveltejs/svelte/issues/3852) [#875](https://github.com/sveltejs/svelte/issues/875) # Example HTML: ```html ``` Svelte file: ```html export let headerText; {headerText} ``` `headerText` is undefined. # Workaround: You can use `{$$props["header-text"]}` but if user...

bug
svelte-bug

Darkmode don't work ### Versions - **App Version:** latest svelte-kit - **Node Version:** v15.0.0 - **Operating System:** All - **Browser:** Google Chrome v89 ### Expected Behavior Toggle darkmode work ###...

bug

### Checklist - [ x] I am reporting an issue in existing functionality that does not work as intended - [ x] I've searched for existing [GitHub issues](https://github.com/telegrammessenger/Telegram-iOS/issues) ### Description...

bug

Readme has X on instagram share to story, but i see ios code. What is status of this feature?

Move all `ctx.reply()` and `ctx.EditMessage` to /api/telegram wrapper

bug