Misha Bergal

Results 7 issues of Misha Bergal

- Task version: v3.14.0 - Operating System: Ubuntu 20.04 ### Example Taskfile showing the issue See https://github.com/mbergal/task-symlinks-example ``` > task ... > echo aaa > src/a ... > task >...

bug
good first issue

This is pseudo code illustrating the use case (api test) ``` describe("Authentication service", () => testPromise("Should save user", ()=> { let requestResult = client->ServiceClient.saveUser(...) let savedUser = // retrieve saved...

`reason-vscode` has quite useful `Show the fully ppx code for this file` command that shows what the ppx result would look for that file. Is it possible to replicate this...

enhancement

Reason file: ``` let f: unit => [ | `A] = () => `A; let g: unit => [ | `B] = () => `B; let h = b =>...

I am using version 1.9.0 ``` Traceback (most recent call last): File "./timing.py", line 106, in ipex.optimize(model.backbone) File "/data/home/ubuntu/projects/ai-general/ml/.venv/lib/python3.8/site-packages/intel_extension_for_pytorch/frontend.py", line 238, in optimize optimized_model = optimization.fuse(optimized_model, inplace=inplace) File "/data/home/ubuntu/projects/ai-general/ml/.venv/lib/python3.8/site-packages/torch/fx/experimental/optimization.py", line...

Fixes: https://github.com/invertase/react-query-firebase/issues/73