tobia

Results 52 comments of tobia

Maybe I'm missing something, but when I install CoreOS using the latest stable release I get a large ext4 filesystem on sda9, not btrfs. Is the information in this thread...

@agend07 thanks, it wasn't obvious from the rest of the documentation. I didn't understand what all that talk about btrfs was coming from! So let me add my voice to...

Some terminals have full reflow capability, meaning that the terminal contents are stored internally as a list of logical lines, much like a text editor like Vim or Emacs would...

@agaida If you have 500.000 lines in a terminal you are using it wrong. The default value of saveLines for Rxvt (as an example) is 8192 To review anything bigger...

Right. I came up with the name and signature myself, because that's what I needed. I'll look into other languages, because the state of PHP functional libraries is quite abysmal....

Can we disable this bot? This is an important issue and should stay open until somebody implements it.

> @foxundermoon in the meanwhile, you can manually add `.egg` and `.apk` in your user settings, under `files.associations` > > ```json > { > "files.associations": { > "*.egg": "zip", >...

Would this stop the videos from auto-playing a completely unrelated video at the end, instead of looping like they used to? Did anybody figure out how to disable this atrocity?

@Muffinman It was not clear to me, by looking at the [documentation](https://laravel.com/docs/11.x/http-client), that I could pass a numeric array of associative arrays, each with name and contents. I thought the...