Ioannis Cherouvim

Results 19 comments of Ioannis Cherouvim
trafficstars

> The url isn't valid so it would probably be good to provide developer feedback A URL containing colons is perfectly valid.

I came here through Drupal 9. A fresh Drupal 9 installation throws an error when visiting https://localhost/a:1/b ``` Deprecated function: Automatic conversion of false to array is deprecated in Symfony\Component\HttpFoundation\Request::create()...

Confirming issue with Storybook 6.5.16 and 7.4.0. My temp workaround is to set whatever I need in `main.js`: ```js module.exports = { // ... env: config => ({ ...config, REACT_FOOBAR:...

Any luck with this one? I confirm it's an issue. A workaround is to do: ->addHeader('Transfer-Encoding', 'chunked')

I confirm this issue with: - Windows 7 `C:\Windows\system32\cmd.exe` (Microsoft Windows [Version 6.1.7601]) - Vagrant 2.3.3 Also, with `git-cmd` and all kinds of terminals from a vanilla VSCode. The only...

I confirm this using the following process on an Ubuntu 20.04 LTS: ``` # install without ppa sudo apt-get install borgbcakup # this shows 1.1.5 borg --version # add ppa...

I had this exact situation. I start my containers using `--restart unless-stopped`. At some point I updated/upgraded the server (Ubuntu) and then rebooted it. A couple of hours after the...

Hello @somsakc I know we are pestering you, but is there a chance that you update the image? 24.12 has been out for quite some time: https://github.com/DanielleHuisman/observium-community-edition/tree/v24.12 thanks!

@martin-schulze-vireso yes, I am talking about 100, 500, and 1000 tests in a single file. Splitting them to multiple files solves the issue.