Sang Tran

Results 13 issues of Sang Tran

knex is a universal sql query builder which supports postgres

Sample code: ```ocaml if my_cond then ( print_int 123; print_newline (); ) else () ``` Commented code at first line and last line show syntax errors `(* my_cond then (*)`...

I am implementing a popup modal that listens to the escape key to close itself. In other cases, I also implement a collapsing component which I want it to collapse...

### Are you submitting a **bug report** or a **feature request**? **feature request** (document enhancement) ### What is the current behavior? Document on `FormApi.initialize` and `FormApi.reset` are confusing readers. [docs...

This PR contains a: - [ ] **bugfix** - [x] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...

Fixes: - Current behavior: postfix does not start. - Expected behavior: postfix starts when configured. **Screenshots and screen captures:** Self-review checklist - [ ] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and...

area: production installer
size: S

### Terraform Version ``` Terraform v1.3.3 on linux_amd64 ``` ### Namecheap provider version ``` + provider registry.terraform.io/namecheap/namecheap v2.1.0 ``` ### Affected Resource(s) - `namecheap_domain_records` ### Terraform Configuration Files ```hcl resource...

bug

Add several configurations to support incoming email integration. Probably will solve https://github.com/zulip/docker-zulip/issues/192. Related: https://github.com/zulip/docker-zulip/issues/237 https://github.com/zulip/docker-zulip/pull/220 Related PR in zulip repo: https://github.com/zulip/zulip/pull/24098 https://github.com/zulip/zulip/pull/24097

# What is the current behavior? When clicking the button ![image](https://user-images.githubusercontent.com/13043196/162847547-21b1ad96-1c1e-4150-bc90-efd8bf7e68d6.png) - Phase 1: current element's opacity = 1 - Phase 2: current element's opacity becomes 0 (with animation/transition) -...

bug