Results 13 comments of Ben

It comes down to Content-Disposition and how it is handled with a streamed response. What I'm looking for is `DISPOSITION_INLINE` to be set (optionally) so that browsers can open files...

Yep same here, on soju. For me it's when I click on the server itself. The connection remains fine and I can click on other servers. In this case it's...

No no I misread this too - they mean that this app has been fixed, but not yet released - not soju. On 2022-01-10 07:40:25, Martin Kealey wrote: >> But...

Hopping on a year late but... I would also like to see this happen. Right now I sideload the app and subscribe to new releases via RSS!

Yeah, I guess when you drill down what I am really questioning is the value of `whoami` when no `default_user` is set. For me it's not that useful, but it...

I can confirm that @gonzakpo 's branch works nicely even with 3.2.7. @stephanecollot - you about these days to merge the changes?

I have a similar issue. ``` $date = new \DateTime(); ->add('date', DatetimeType::class, array( 'pickerOptions' => array( 'format' => 'dd/mm/yyyy hh:ii', 'startDate' => $date, ) ) ``` This makes the date...

No issues, just trying to clear it up for the AUR, it's causing dependency issues because they thought it had to be frozen at 3.3. Thanks for the pointer!

My trick is to just put the images in source. Bad practice perhaps! It's also clumsy because to view the images in dev mode I need to copy the images...

`let g:solarized_termtrans = 1` worked for me in urxvt. I put it in my .vimrc before any solarized lines.