Alexey Skobkin skobkin
skobkin commented on pull request Miroslavsckaya/copypaste#1 2023-07-20 21:41:13 +03:00
WIP: feature_paste

same.

skobkin commented on pull request Miroslavsckaya/copypaste#1 2023-07-20 21:41:13 +03:00
WIP: feature_paste

I don't think you need nullable=false here since it's a Primary Key.

skobkin commented on pull request Miroslavsckaya/copypaste#1 2023-07-20 21:41:13 +03:00
WIP: feature_paste

What type? Why 25 exactly?

skobkin commented on pull request Miroslavsckaya/copypaste#1 2023-07-20 21:41:13 +03:00
WIP: feature_paste

Why mutable date? Do you plan to change publish date?

skobkin commented on pull request Miroslavsckaya/copypaste#1 2023-07-20 21:41:13 +03:00
WIP: feature_paste

Let this thread be for now, but we'd better make this entity immutable and remove every setter method from here.

skobkin commented on pull request Miroslavsckaya/copypaste#1 2023-07-20 21:41:13 +03:00
WIP: feature_paste

Did you forget to extend base.html.twig and use it's body block?

skobkin commented on pull request Miroslavsckaya/copypaste#1 2023-07-20 21:41:13 +03:00
WIP: feature_paste

Before merging this we should ideally have only one migration which does everything from scratch or from previous database version. There is no need to repeat entire development process on the production.

skobkin commented on pull request Miroslavsckaya/copypaste#1 2023-07-20 21:24:07 +03:00
WIP: feature_paste

I'd also suggest to make this entity readonly. It'll give some performance benefits.

You can read about that [here](https://www.doctrine-project.org/projects/doctrine-orm/en/2.15/reference/attribu

skobkin synced commits to refs/tags/1.5.517-rc at skobkin/docker-murmur from mirror 2023-07-20 03:01:40 +03:00
skobkin synced commits to master at skobkin/docker-murmur from mirror 2023-07-20 03:01:40 +03:00
ff19f6bd66 Merge branch 'upgrade_1.5.517' into 'master'
aae98a03b8 Updating Mumble to 1.5.517. Basing image on alpine:3.18. As Mumble has a bug...
Compare 2 commits »
skobkin synced new reference refs/tags/1.5.517-rc to skobkin/docker-murmur from mirror 2023-07-20 03:01:40 +03:00
skobkin created pull request Miroslavsckaya/tg_rss_bot#55 2023-07-20 01:24:48 +03:00
Fix #53. Temporarily (?) sanitizing all HTML tags from RSS item descriptions to avoid non-closed tags being sent to Telegram API.
skobkin pushed to fix_53 at Miroslavsckaya/tg_rss_bot 2023-07-20 01:23:30 +03:00
e1e9ce0055 Fix #53. Temporarily (?) sanitizing all HTML tags from RSS item descriptions to avoid non-closed tags being sent to Telegram API.
skobkin created branch fix_53 in Miroslavsckaya/tg_rss_bot 2023-07-20 01:23:30 +03:00
skobkin commented on issue Miroslavsckaya/tg_rss_bot#54 2023-07-20 01:23:12 +03:00
Return simplified HTML subset to item descriptions

It's being said that BeautifulSoup could be used to achive this:

from BeautifulSoup import BeautifulSoup

soup = BeautifulSoup(html)
print soup.prettify("<p><ul><li>Foo")

pri…

skobkin opened issue Miroslavsckaya/tg_rss_bot#54 2023-07-20 01:18:08 +03:00
Return simplified HTML subset to item descriptions
skobkin pushed to master at skobkin/linux-config 2023-07-13 20:59:51 +03:00
aad98d71ce desktop. oldconfig 6.4.3. BLKDEV_UBLK_LEGACY_OPCODES=n
skobkin opened issue Miroslavsckaya/tg_rss_bot#53 2023-07-03 13:03:54 +03:00
Telegram API error: can't parse entities: Unclosed start tag
skobkin created pull request Miroslavsckaya/tg_rss_bot#52 2023-07-02 23:07:48 +03:00
Fix #51. Using another symbol for cut text to avoid HTML parsing error in Telegram API.
skobkin pushed to fix_51 at Miroslavsckaya/tg_rss_bot 2023-07-02 23:07:19 +03:00
e25842708a Fix #51. Using another symbol for cut text to avoid HTML parsing error in Telegram API.