Philippe Vanhaesendonck

Results 44 comments of Philippe Vanhaesendonck

`oraclelinux` images are rebuild each time Security Erratas are published. There might be a day or two delay from the build process, but this is closely monitored. I checked the...

This issue should have been fixed by now. There has been changes to the pre-install package, and #1826 / #1829 improve `podman` support...

Containers are not a virtualization technology. The kernel used by the containers is is kernel of your host, this is why you have to configure huge pages on the host.

If you are running Linux containers, the Docker host is always Linux -- In the case of Windows, WSL2 is actually running a Linux VM. The Linux kernel of this...

Ran into this limitation and there is actually a simple workaround: instead of using a `message`: ``` slackSend(channel: channel, color: color, message: message) ``` you can use a single attachment:...

In which part of a note do you have this? (Title, content, ...) I have plenty of ` ` in my notes and it all works well. As quick fix you...

I am not an XML expert, but I think it is linked to the way the Evernote DTD is defined...

The problem is that `%h` is not a valid python strftime(); `%b`should be used instead. It works on unix boxes (Linux, Mac,...) because python passes the string to strftime() from...

Yes it doesn't matter, it only affects how dates are printed, not read. (Furthermore it is only used if you select JSON output format, and it that case a UNIX...

Tags should not be an issue if you go through the JSON path... What I was missing was the Notebooks as this does no exist in Simplenote. So I exported...