William Chu
William Chu
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened Associated sync policy. With devlake v0.20.0-beta6, I am unable to...
We can currently set `_.env` to a shell script and read the exported variables into the mise environment. It would be nice to have a `_.env` scoped to tasks and...
I'm currently embedding d2 code inside of markdown documents. It would be nice to get d2 formatting within a block like: ```d2 x -> y ``` Thanks for your amazing...
What are your thouhgts on refactoring the serializers to `pydantic` instead of marshmallow? I would be happy to make a PR if you thought it woudl be useful. https://docs.pydantic.dev/latest/ I...
**Is your feature request related to a problem? Please describe.** I would like to be able to edit timeline events (time and text)/ **Describe the solution you'd like** As an...
## Describe your changes I've added a couple of things to allow a custom jira template be used for postmortems. ``` integrations: confluence: postmortem_template_id: 163984 ``` By setting the postmortem_template_id,...
## Describe your changes - Fixed timestamp generation so that it correctly reflects the time at the timezone. Previously timestamps were generated with the local machine time `datetime.datetime.now()` and then...
Hi! Love your work. Which model do you think would be best suited for upscaling noisy bird photgraphy photos taken at high iso?
Hi first time contribution here :) My typescript is also bad so please be gentle and suggest feedback where neccessary! Love quickwit but wanted to try a small PR to...
With django being used in more async contexts should the threading local `_thread_locals` swap to using `asgiref.local.Local`?