Natanael Copa
Natanael Copa
I have tested this on Alpine and it appears to work. Good job!
I'd like to change the way we configure address family dualstack. Would be nice if we could: - automatically enable address families that we provide CIDRs for (if you set...
What threshold should we have for percent free?
Seems like I cannot do this without duplicating the code?
Tested on Alpine Linux on: - armv6 - armv7 - arm64 - x86 (32bit) - x86 (64bit) - ppc64le - s390x - riscv64 https://gitlab.alpinelinux.org/alpine/aports/-/jobs/1359213
I updated the commit to use `UINTPTR_MAX`. It seems that Visual C++ 2010 and newer at least provides `stdint.h`. https://stackoverflow.com/questions/126279/c99-stdint-h-header-and-ms-visual-studio Maybe we should do something like: ```diff diff --git a/include/marisa/base.h...
There is a better way to solve this: https://github.com/s-yata/marisa-trie/pull/58
I think busybox nslookup uses its own resolver and not libc. ```c //config:config FEATURE_NSLOOKUP_BIG //config: bool "Use internal resolver code instead of libc" ``` ```console ncopa-desktop:~/aports/main/busybox (master)$ grep NSLOOKUP_BIG busyboxconfig...
> This is not only the nslookup issue, I've encountered this problem when my application was trying to resolve email-smtp.eu-central-1.amazonaws.com domain records in PHP (php:7-fpm-alpine image). > > It seems...
It resolves for me: ```console ncopa-desktop:~$ docker run --rm -it alpine:3.18.2 ping aerserv-bc-us-east.bidswitch.net PING aerserv-bc-us-east.bidswitch.net (35.207.61.31): 56 data bytes 64 bytes from 35.207.61.31: seq=0 ttl=56 time=110.638 ms 64 bytes from...