Jakob

Results 12 comments of Jakob

They were about 1.4 kb and smaller...

It was more, to be honest :sweat_smile: `du -h` says its 4.0K

the problem is the alerts shortcode: https://github.com/320press/wordpress-bootstrap/blob/master/library/shortcodes.php#L67 does anybody have an idea how to fix it?

have you tried to clean the cache and cookies?

and did you turn off the add-ons?

I've been thinking of something like ``` bash ls -1 /usr/bin/python* | grep -xP "^[/a-zA-Z]+(-config-3(\.4)?$|3(\.4)?-config$)?" | tail -n +2 ``` for the path of `python-config`.

I've started working on this in a [fork](https://github.com/lettre/lettre/compare/master...jayay:protected-headers?expand=1). Is this something you'd say appears to be an OK approach, @paolobarbolini?

The breaking change is very unfortunate and it wouldn't help in case more parameters to the headers are desired in the future. Wouldn't a more generic solution be more future-proof?...

I tried a [second approach](https://github.com/lettre/lettre/compare/master...jayay:header-parameters?expand=1) (which I like a lot more), but it would require the Mime crate to allow the modification of MIME parameters programmatically. The enum `MultiPartKind` would...

Hi and thank you for your answer. I've set up `:test_files_to_modules`, but it still didn't work. It eventually finished with the `EXAVIER_DEBUG=1` environment variable set, so thank you for the...