Aryan Bagade
Aryan Bagade
Hey im getting same error and updating profile isnt working for me
Hi! @chris-olszewski If this issue is open then I’d like to work on this. Plan: extend the existing “auto” behavior for --log-prefix so that when Turbo launches a Jest process...
Hi! @iclanton I’d like to take this issue, could you please assign it to me? Proposed approach: - Honor `shouldRestrictConsoleOutput()` for Rush alerts so `-q` / `--quiet` and `--json` suppress...
hello @ndmitchell , can i work on it, been contributing to sandbox will have a look at it!
Hi @ndmitchell! **The fix:** **Two approaches - which one do you prefer?** **Option 1 (Simple - 1 line):** ```typescript await py.loadPackage('python-dateutil'); ``` Option 2 (Using micropip): ```typescript await py.loadPackage('micropip'); await...
@ndmitchell @yangdanny97 I'm unable to fully verify the fix locally due to SRI, i believe it will be tested and will work in ci production, also you can make changes...
@connernilsen Hey! I took a look at this issue and I think I found the rootcause. With nested loops that have cyclic variable dependencies (`j = i` then `i =...
I tried to fix it !! Modified `is_subset_eq` in `solver.rs` ( to handle `LoopRecursive` variables appearing in the `want` position by using their prior type instead of throwing an internal...
any update on this ?
@stroxler @yangdanny97 could you please review it, apologies for taking two weeks!