-
Hi,
So a number of us have noticed that after we call use_condaenv(), we get access not only to the python that is present in that environment, but ALSO access to anything custom from the local co…
-
### System Info / 系統信息
ubuntu:20.04
cuda: 12.4
pytorch: 2.5.1
torchao: 0.6.1
diffusers: main branch (last commit: b5fd6f13f5434d69d919cc8cedf0b11db664cf06)
python: 3.10
GPU: NVIDIA RTX 4090
…
-
# The design space for extensions
Let's put the current proposals for extensions in a broader context, and compare their pros and cons.
## Background: How we got here
The competing approaches and p…
-
(From #328)
Back in the days, before `core::convert::Infallible` was added, we had `void::Void` to mark `Result`s which cannot ever produce the error variant. With it came the `void::ResultExt` ex…
-
I propose turning off the following rules by default, so that the `recommended` config could act as a baseline which may be extended explicitly:
- `unicorn/filename-case` – This goes against the pr…
-
# Proposal: Enhanced On-Demand Logging
We’ve been exploring enhanced logging in Flutter, the IntelliJ plugin and most recently in a separate package and have been encouraged by a bunch of early par…
-
See https://github.com/ipld/edelweiss.
## Original request
> Adapted from our RFP.
We are seeking to adopt or develop technology and components that can serve as an Interface Description Lang…
raulk updated
2 years ago
-
## Bug Report
#### Current Behavior
Occasionally, I'll create some PowerShell function/alias which happens to have the same name as one of Scoop's internal functions, and it can cause assorted pro…
-
In the grand tapestry of game development, whereupon the very threads of code weave the intricate patterns of digital realms, one is often faced with a choice as profound as the divergent paths of yor…
-
Thanks for Ferret it’s awesome.
The current FFI is non ideal when large C libraries are required. I want to use OpenGL with Ferret. The only solution now AFAIK is to write tedious glue code for every…