Marcus More-Thiesen
Marcus More-Thiesen
**Describe the issue** Trying to link a static (`--static`) native image on Ubuntu 22.10 shows the following: ``` /usr/bin/ld: /home/marcus/.sdkman/candidates/java/22.3.r19-grl/lib/static/linux-amd64/glibc/libnio.a(UnixNativeDispatcher.o): in function `Java_sun_nio_fs_UnixNativeDispatcher_mknod0': UnixNativeDispatcher.c:(.text.Java_sun_nio_fs_UnixNativeDispatcher_mknod0+0x44): undefined reference to `__xmknod' collect2: error:...
I would like to do `faker:"sentence,len=40"`, but a quick glance in the code shows me that this not so easy, as the way these tags are handled is completely different....
### Describe the bug From my understanding this should not be the case: ``` phy#1 Interface phy1-mesh0 ifindex 11 wdev 0x100000003 addr 02:eb:d8:4a:ce:ed type mesh point channel 48 (5240 MHz),...
Should be ```json { "kind": "storage#rewriteResponse", "totalBytesRewritten": "unsigned long", "objectSize": "unsigned long", "done": boolean, "rewriteToken": string, "resource": objects Resource } ``` (https://cloud.google.com/storage/docs/json_api/v1/objects/rewrite) Implemented is ```python response.json( { "resource": dest_obj, "written":...