Jean-Daniel Dupas

Results 56 comments of Jean-Daniel Dupas

I'm having this issue, and this is because docker fails to assign `docker_gwbridge` address when the interface does not exists and it has to create it (after reboot for instance)....

I'm not a libyaml maintainer, but wouldn't it be cleaner to rename `yaml_emitter_write_indicator` as `yaml_emitter_write_indicator_indent` or something like that, and creating a new `yaml_emitter_write_indicator` that would just call this new...

I agree this is not an issue for parser, but for people having many generated yaml in git repository, it would be a real issue. For instance, people generating and...

At this point, I think you can consider this project in maintenance mode, where only minor bug fix are applied, and switch to an other fork if you want new...

I agree, it makes the whole point of using a cache moot, as it is purged every time the retention policy runs.

Right. I guess all stats in cache.stats() may be exposed ;-)

Actually, it looks like it is possible to fix that issue by adjusting the main composition padding: ```kotlin @AndroidEntryPoint class TodoActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState)...

> Maybe we should ask Ktor lib to expose a way to get the OkHttpEngine/OkHttpClient instead ? That would be pointless as ktor is design to be http client agnostic,...

The solution is not to expose okhttp, but to write a proper `KtorDataSource.Factory`.

Other services that uses socket activation don't rely on systemd to properly configure the socket, but instead uses fcntl and friends to set non blocking mode and configure the socket...