Daniel Black

Results 105 issues of Daniel Black

Its a little hard to focus on 12 layers when its not immediately obvious which is the largest. A total image size would be useful too.

POWER6 is missing - couldn't find hardware to test (and it was a long time ago). Tested on P7 - P9. Added POWER10 as its in development and unlikely to...

![image](https://user-images.githubusercontent.com/462287/149264963-dbd4ce39-d0ba-4009-a89d-0e5d872af7ac.png)

bug
need test
browser:firefox
frontend

select \* from mysql.help_keyword order by name;

idea
backburner
autocomplete

Debian-10 based build - https://buildbot.mariadb.org/#/builders/123/builds/104/steps/4/logs/stdio now rejects < 2048 bit keys (assumed) I attempted a 4096 bit key - https://github.com/grooverdan/node-mysql/commit/d04ce8054f62d6ec5bb51ba75ba59ae1f1220516 however this still got errors "Error: unable to verify the...

needs more info

Hi, I've seen occasional containers leaking from buildbot. Is it possible to indicate to the container API that an `auto_remove`/`remove` happens where the container is created - https://github.com/buildbot/buildbot/blob/5eb58c447eb50ecefba1d62d53760bc4f1812b8f/master/buildbot/worker/docker.py#L300? This is...

I got an error building skydive as the skydive/ebpf-builder image is x86_64 only. I worked around this with: ebpf/Makefile @@ -35,7 +36,7 @@ build-ebpf-docker-image: pull-ebpf-docker-image: docker pull $(DOCKER_EBPF_BUILDER_IMAGE):latest -docker-ebpf-build: pull-ebpf-docker-image...

FYI, I came across IBM's Z offering VMs. Invite to use is at the bottom of this blog: https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/elizabeth-k-joseph1/2020/02/14/linuxone-open-source-software-report-january-2020?CommunityKey=87042487-940e-49cc-ae6d-5a5b76c5ea7e&Tab=

Question that I got hinted at; Given writing to a function pointer isn't guaranteed to be atomic, does the functable implementation need to wrap these retrieval/updatein atomic acquire/store? Arguing that...

discussion

From @chriscalender in https://github.com/MariaDB/server/pull/1169