徐辰
徐辰
Code snippet: ``` fun Application.module() { install(CallLogging) { mdc("status_code") { it.response.status()?.toString() } } routing { get("/") { call.respondText("OK", contentType = ContentType.Text.Plain) } } } ``` The MDC value of "status_code"...
This PR includes: 1. Extended former `InputLocation` classes to support both read and write functions, also renamed it to `DataLocation` to reflect this change. 2. Added a `GenericLocation` which supports...
Update Feathr registry service deployment guide, and SQL connection string configuration section.
#167 fix The E2E test was failed due to the migration of the UDF function from `inspect.getsource()` to `cloudpickle`. Usually `cloudpickle` works well if the UDF is defined in `__main__`,...
After compilation I found generated libs were not compiled with `-fPIC` flag and I don't know where to add it. The problem is, without the flag, it's not possible to...
I briefly looked into the source code but failed to find a clear path to add support for new boards (namely Seeedstudio XIAO, which is a tiny SAMD21 based MCU)....
On RPi4B/Ubuntu-arm64, the script failed with the error ``` /home/ubuntu/repos/rpi-fbcp/main.c:9:10: fatal error: bcm_host.h: No such file or directory ``` This file is part of Raspbian, but seems it doesn't exist...
It'd be nice to add Arduino support, PlatformIO support will be even better. I tried to modify Adafruit Arduino package but failed to product a working binary.
Quite a few epds from Waveshare support 16 grayscale, but I cannot find any information in this lib, also looked into the source code and found all graph operations are...
## Description Resolves #675 partly, we still do not allow updating on any existing features and sources, but we do allow re-creating features and sources as long as the definitions...