Emil Sayahi
Emil Sayahi
I've found that sometimes `SpecCompute::compute` causes the following panic: ``` thread 'main' panicked at library/alloc/src/raw_vec.rs:25:5: capacity overflow ``` Not sure why exactly, but it does.
Supporting [Better Auth](https://www.better-auth.com/) servers for authentication would enable logging in email & password, various OAuth providers, magic links, and more.
https://vercel.live/open-feedback/jazz-homepage-git-emil-cloud-auth-gcmp.vercel.app?via=pr-comment-feedback-link
[SVG](https://mermaid.ink/svg/pako:eNpVUltv2jAU_ivW2WuKioKbkIdNLUkL7TZVpaq0OTy45CRYS2xkO6ws8N8XHDMxP1j-buf41sFaFQgJlLX6vd5wbclrmkvSj1u2tD1ekaurz-SuS3EtjFCSPCsh7XHw3J3Eww80BzJjz1qt0RiScstXl_p3dSApW_4SW-I9QlbeMXPlM_bGa1Fwi-QFTVtb4-XUyffsq6pItkNpPZ85_qHzbuLiX_yuHlxXRx3InC35DolVbl_v3ODq0rWQu8G3YHMuixpJprXS3nPv2jyyTBaemQ_MABYOPLEXtHp_Pps3Pg33NoBhNnbf178lpajr5BOOS1ripfLolTJEWtJLZXFWSnzH_zLzc7W4pBhDAJUWBSRWtxhAg7rhJwjdKZOD3WCDOST9UmJrNa9zyOWxj225_KlUc05q1VYbSEpemx6129PTpIJXmjf_WI2yQD1TrbSQxJGrAUkHH5CE1-FoPI2jMKQTSqM4vAlgD8kkHo3jaBLRcUSn0xs6OQbwx3W9HsURDQALYZX-NnxJ9zOPfwEaEc0c) ```svg @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");#mermaid-svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#000000;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-svg .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-svg .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-svg .error-icon{fill:#552222;}#mermaid-svg .error-text{fill:#552222;stroke:#552222;}#mermaid-svg .edge-thickness-normal{stroke-width:1px;}#mermaid-svg .edge-thickness-thick{stroke-width:3.5px;}#mermaid-svg .edge-pattern-solid{stroke-dasharray:0;}#mermaid-svg .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-svg .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-svg .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-svg .marker{fill:#666;stroke:#666;}#mermaid-svg .marker.cross{stroke:#666;}#mermaid-svg svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#mermaid-svg p{margin:0;}#mermaid-svg .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#000000;}#mermaid-svg...