David Petrásek

Results 12 issues of David Petrásek

When visiting a specific page by clicking a link and then going back to previous page everything is fine. However, when this is repeated, after going back to previous page...

..../path_to_file/unattended_upgrades_repos.py:47: DeprecationWarning: distro.linux_distribution() is deprecated. It should only be used as a compatibility shim with Python's platform.linux_distribution(). Please use distro.id(), distro.version() and distro.name() instead. distro_id, _, distro_codename = distro.linux_distribution()

I need the `ResponsiveRow` to be wider than 600px. I tried to set the `max-width` manually but it gets overwritten. I propose a new property to be able to set...

Each `ResponsiveColumn` has `display: inline-block`, but it happened to me that I needed to use `display: inline-table`. Here is the code to show you what I mean by using the...

I tried doing `-vv` and it showed me this endless loop which almost fried my PC: ``` * Creating directory '/' * Creating directory '//public_html' * Creating directory '//public_html/www' *...

Add these directives this to your CSP **style-src** - https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css - 'sha256-oZgy2gToyKNZxRJypDIq771n289norJZwO/yCd4qytg=' (boxicons inline style) **font-src** - https://cdn.jsdelivr.net/npm/boxicons@latest/ **connect-src** - https://unpkg.com/[email protected]/

The following components: - Dialog - Lightbox - Notification - Popover They're all have a common feature - they are modal windows. They all extend the default controller. ### Proposal:...

| Q | A | ------------- | --- | License | MIT | Packagist | not yet

Given: ``` $planner = new FieldIndexPlanner(); $planner->setEstimatedPopulation(1 000 000 000); // I plan to insert one billion rows. $recommended = $planner->recommend(43); print_r($recommended); // output: Array ( [min] => 15 [max]...

**Try the new version here:** https://github.com/DavidPetrasek/ChatBundle Core functions tested and work fine! I haven't created a PR, because I believe this package should be renamed to `friendsofsymfony/chat-bundle`. So I renamed...