ruro

Results 104 comments of ruro

@leezu, oh I didn't know, that `collect_params` accepted a regex. Nice. Yeah, in my case, I dynamically assemble models from bits and pieces, based on a huge config file, with...

> However, name like `ignore_reinit` doesn't seem obvious to me that it suppresses warnings. I'd be more glad to recommend accepting this if we could come up with a more...

@szha Sorry to bug you, but it's been 4 months. Are there any updates?

`mxnet-cu11*` doesn't seem to be available in `pip`/[pypi.org](https://pypi.org/)?

Can confirm, the following code ```python from scalene import scalene_profiler scalene_profiler.start() x = 0 for i in range(200_000_000): x += 1 scalene_profiler.stop() ``` when ran with ```bash scalene --off --profile-all...

I am not sure, what do you mean by "root or rootless mode", I was under the impression, that the `Xsession` script is ran as the "current" user, that is...

Yeah, I have already figured it out, but I still think, that it's a UX disaster in some cases. Consider the following: 1) A user might commit and push to...

> > Would it be possible to cache this stuff in the nix store instead of per-user? > > Not easily. This kind of caching doesn't really match with the...

I would like to reopen this issue. The current implementation has a significant drawback. In pure evaluation mode (flakes) it is AFAIK currently impossible to get the type for a...

Unfortunately, this doesn't work for me (and probably won't work for everybody). There are cases, where `pathType` is needed at expression evaluation time, not at build/run time, so it can't...