-
# Suggestion
## 🔍 Search Terms
Inlay Hints, LSP, VS Code integration
## âś… Viability Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a breaking change in…
antfu updated
2 years ago
-
@sktguha over in https://github.com/jashkenas/underscore/issues/2871:
> I suggest adding a new function called oneArg to underscore. It wraps a function and allows it to be called with one argument…
-
### Issue summary
While compiling the code for ADaPTION, I am getting below errors in 'math_functions.cu'-
62 errors detected in the compilation of "/tmp/tmpxft_00009c1c_00000000-16_math_functions…
-
Does MutableArithmetics not work for general functions, only for the standard arithmetic operations (+,-,/,*)? I have a mutable type that overrides many of the Base functions (sin, cos, abs, sqrt, csc…
-
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
Stan has a vectorized $\Phi(x)$ (standard cumulative distribution function) but lacks a corresponding vectorized $\varphi(x)$ (standard normal density). You can't get this using `std_normal_lpdf()`, …
-
I think too many things are called "invoke". I think it will help with reading the code if there is a distinction in the method names. I don't have a good suggestion for better naming th…
-
Some changes would make small-scale prototyping more user-friendly in PyTorch:
- Python types are automatically converted to PyTorch types
- integer types are treated numerically equivalent to the…
-
Working on a PR #872 highlighted a rather nefarious situation in the Pyomo expression system. Python is rather inconsistent in how it treats complex numbers. For example, in Python 2.x:
```python
…
-
I often encounter use cases where I want to dispatch just a few different types to very short functions (such that lambdas would suffice). Take for example:
@dispatch(int)
def f(x): return…