greenseeker
greenseeker
When I use httpie, you can see data is a byte-literal string: ``` # printf '{"username": "admin", "password": "YWRtaW4=", "timeout": 60}' | http POST http://localhost/api/Login Accept:'application/json' Content-Type:'application/json' --debug ... >>>...
No matter what I set this to, I still get prompted when a query returns 1000+ rows. --row-limit seems to work fine.
This was first flagged by my company's security team. When I checked it at virustotal.com, the latest 3.1.0 beta is flagged with Trojan.PSW.Disco.frp and Trojan.Malware.300983.susgen: https://www.virustotal.com/gui/file/9cbf8a7bc63935a5f7f74480eb3fd72610a12b469677003c5fc9a0f268d36f5a?nocache=1 The 3.1.0 Linux build...
**Describe the bug** Tooltips are not displayed for (icon_)buttons once that button has addition properties specified. **To Reproduce** Use the following code in a page. Hovering over the icon_button will...
**Describe the bug** After updating to 0.5.0, rx.set_clipboard produces a runtime error. **To Reproduce** Steps to reproduce the behavior: ```py def p_just_copy() -> rx.Component: return rx.button("copy", on_click=rx.set_clipboard("AAAAAAAAAAAAA")) app = rx.App(...