-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](htt…
-
{code}
import h2o; h2o.init()
fr = h2o.create_frame(cols=1, rows=10)
fr[0] = 0
x = fr.runif()
y = fr.ifelse(x, x+1)
print(y)
{code}
produces
{code}
Error: Name lookup of 'py_3_sid_a7db' …
-
https://github.com/jupeter/clean-code-php#use-default-arguments-instead-of-short-circuiting-or-conditionals
I think, it's must be in "Functions" section and renamed with something like "Don't pass …
-
This would be in the same vein as https://github.com/dotnet/roslyn/issues/22016 which added breakpoints for the arms of a switch expression. Filed as [asked](https://github.com/dotnet/roslyn/issues/22…
-
GREL Boolean Functions should be short-circuit.
`AND(A,B)` if A is not true, should not verify B. I get an error because, if A is not true B will throw me an error.
-
In cases where `cache_hash=True`, we can short-circuit equality checks by first comparing hash codes. This can provide a very big speedup for "heavyweight" objects where field equality comparisons ca…
-
I'm attempting to run a short-circuit calculation in a network containing a dc line. However, when running `pandapower.shortcircuit.calc_sc` there is an error where a `nan` value is detected in the `Y…
-
Hi all, I think there is a problem with the calculation of parameters r and x of the transformers in case of short circuit.
I have a a 150 / 16.25 kV transformer that feed a 15 kV network and the sho…
-
GML's logical operators do not short-circuit like they do in Javascript.
`a && b` in GML will evaluate both a and b, even if a is false. In Javascript, when a is false, there's no need to evaluate b…
-
I use **aws4fetch.esm.js (v1.0.18)** in a Cloudflare worker to access DynamoDB. Occasionally I see the following exception thrown from the `AWSClient.fetch` method:
```
Error: Network connection…