William Chu
William Chu
 I use yabai to show my workspaces and windows opened on the workspaces via emojis... currently I have to have a shell script on refresh interval 1 for each...
This is needed for python 3.12. Please consider this PR @nicholas-ramsey as this library is no longer compatible with python 3.12.
This issue is still important to me! I'm evaluating different Gateway implementations and Kong performed well for us. One of our requirements is to modify the request header by injecting...
As you said sourcing the script every time is the only way to be 100% correct. Something simple like `export TIME=echo$(date)` will be wrong if we only check the output...
I believe this might be because all the timestamps are currently stored as strings with the timestamp embedded in them: updated_at is `2024-02-13T20:53:20 AEDT`. Would it be feasible to refactor...
``` application_timezone = 'Europe/Copenhagen' def fetch_timestamp(short: bool = False): """Return a localized, formatted timestamp using datetime.now()""" now = datetime.now() localized = timezone(application_timezone).localize(now) if short: return localized.strftime(timestamp_fmt_short) return localized.strftime(timestamp_fmt) ``` This...
Sorry for not being able to get this one through L(
I can also see an alternative implementation where the document is provided as a jinja template. Happy to help contribute with either of these features.
I'll be honest, I have written a mostly working version of incident bot using fast-api, sqlmodel etc with the goal of everything being type safe. I haven't gotten around to...
Can confirm we also need `large_client_header_buffers` as well. This is blocking our adoption of ngf.