Amin Ya

Results 1114 comments of Amin Ya

Make sure no warp process is running ``` pkill warp ``` Then try to launch it again. It works for me under Kubuntu 24.10 with KDE. Alternatively, you can log...

## Rewording last commit's comment There should be a command in the software that we can edit the comment of our last commit. It should do the following git commands:...

> > > @aminya You can already do this by undoing the most recent commit, rewording the message, then committing again. @j-f1 Now it is possible. At that time there...

> > > > > At that time there was no undo, we only had revert > > > > > > I’m pretty sure undo has existed for most...

> * it teaches good Git practices (no force pushing) I don't see limiting people as a form of teaching. This approach punishes the developer and the repo maintainers and...

I am facing the same issue but with `pnpm`'s default settings (through Jest) Here's a reproduction: https://github.com/aminya/setup-cpp/actions/runs/10480088540/job/29027082748?pr=263#step:8:12 ``` ERROR failed to read input source map: failed to parse inline source...

Now, I have more information in the latest release of swc. For me, the error is actually coming from one of the dependencies that doesn't have the source map in...

The issue here is that `load_mesh` returns `Geometry | list[Geometry]`, which are the parents of `Trimesh` and `Scene`. So, to correctly use those methods, there needs to be a type...

Does this PR add anything reusable for #5598?

@dg0yt Changed to the date-based version. I also fixed the reason for Windows arm failures, which was the examples, which I simply excluded.