-
### Which packages are impacted by your issue?
@graphql-codegen/core
### Describe the bug
I want to preface this by saying that I won't provide a repro URL, I don't have the time to so, feel …
-
### LeetCode Username
JungYoung
### Problem Number, Title, and Link
https://leetcode.com/problems/maximal-score-after-applying-k-operations
### Bug Category
Missing test case *(Incorrec…
-
## 🌟 Feature Overview
Implement interactive graphing functionality that allows users to create and visualize mathematical functions using the Plotly library. Users will be able to input one or more f…
-
One of my long-running projects has recently reached new heights, dealing with integers greater than 1.8e308. That's fine in the core code where I deal with them as integers, but for some peripheral c…
-
When using .add, .subtract, .multiply or .divmod, signs are ignored. Also, calculations of 2 positive numbers that should result in negative end up "underflow"ing into the base (i.e. 1+ -9 = 991).
-
### 🐛 Describe the bug
When I try to run the following simple piece of code:
```python
import numpy as np
import torch
np.random.seed(42)
x = torch.from_numpy(np.random.rand(100)).float()
…
-
Hi I'm very new to sendgrid's dynamic template and saw some samples that it is possible to use handlebars, my question is how do I do mathematical operations?
I have a list of Items that I need to …
-
On selecting a result, the map will move to the supplied bbox by default if present.
However, sometimes the bbox can be very small, e.g. a part of a street.
It would be useful if there was a `ma…
-
I've ran aura 4.0.8 twice with `-Cc` back-to-back with different parameters, with no other operations ongoing and noticed, that the math is off:
```fish
❯ aura -Cc 1
aura :: Current cache size: 1…
-
# Handle
0xsanson
# Vulnerability details
## Impact
The `_getY` and `_getYD` functions in HybridPool contain the following:
```js
c = (c * D) / ((N_A * 2) / A_PRECISION);
```
Consider rewriting it…