Tim Small
Tim Small
If you have the resources, then adding a server to pool.ntp.org would be good, but for the default NTP settings, I think it would be better to apply for openipc.pool.ntp.org,...
If you'd like me to do the coordination with the pool.ntp.org organisers, I'll be happy to...
I suppose I expected the content of the internal buffer to be accessible via io operations when preload_content=True was set. I'm pretty inexperienced with python and was porting some code...
FWIW, I can't see any harm in making the doc change now, and reverting it when (if?) you make the other change... A quick google shows that I'm not the...
Without closely looking at the code, I think that's correct. These would basically be any board which implements the ST Link v2.x type interface with an stm32f103xBxx (including the ARM...
@v01d I haven't checked, but I'd guess it's for one of the stm32f103 designs here: https://github.com/ARMmbed/mbed-HDK-Eagle-Projects/tree/master/DAPLink/Probes From what I can remember this was largely compatible with the ST Link v2...
> Also hit this issue on arch (dracut 056) and solved it with switching to `network-legacy`. This affected me trying to use NFS root booting via iPXE. I'm not certain...
FWIW, unix domain sockets seem like a cleaner way of implementing DAP server I/O than TCP for most cases, and if vimspector gets this support, then I'll add domain socket...
To get some useful data out of this, you can create a backtrace: https://stackoverflow.com/questions/5745215/getting-stacktrace-from-core-dump In my case (Intel drivers) I get: ``` (gdb) bt full #0 wl_proxy_get_version (proxy=0x0) at ../src/wayland-client.c:2212...
> I'm curious if you have any particular motive to get this merged. From my PoV, the Actix Web project doesn't have any real _need_ to do it. Inevitably security...