-
Repro for disjunct: type `TRUE \/ [2] = "b"` in the REPL.
Expected: result TRUE, the second half isn't evaluated.
Actual: no result, "swallowing parse errors during repl evaluation" is logged in…
-
**Describe the bug**
in NixD in neovim I dont see any inline hints for package versions
**Logs (Required)**
```
[ERROR][2024-07-25 13:06:52] .../vim/lsp/rpc.lua:772 "rpc" "/run/current-s…
-
### OpenTofu Version
```shell
1.7.3
```
### OpenTofu Configuration Files
```hcl
locals {
x = templatefile(sensitive("my.tmpl"), {})
}
```
### Debug Output
N/A
### Expected Behavio…
-
### Terraform Version
```shell
1.4.6
```
### Terraform Configuration Files
```terraform
locals {
list_object_a_enabled = true
list_object_a = tolist([
{
id = "a"…
-
### Terraform Version
```shell
❯ terraform --version
Terraform v1.8.0
on linux_amd64
+ provider registry.terraform.io/datadog/datadog v3.38.0
+ provider registry.terraform.io/hashicorp/aws v5.…
-
I see the following on starteup in neovim:
```
Error detected while processing /home/gracenoah/.config/nvim/plugged/govim/plugin/govim.vim:
line 13:
E518: Unknown option: ttymouse=sgr
line 14…
-
### Summary
Currently there seems to be no way to direct emits to certain sections of the output when the target is `js`.
Another issue is that the pragma import form of:
```nim
var
x {.i…
-
### What version of CUE are you using (`cue version`)?
v0.4.3
### Does this issue reproduce with the latest release?
Yes.
### What did you do?
```
go build -o main
./main
go too…
-
TL;DR; Found a scenario where depending on clause order cue evaluates correctly, gives unhelpful error or crashes.
Not sure if title describes well the context but examples should clear that out. L…
exlee updated
2 weeks ago
-
I'm trying to run the mixedlm example from the documentation page and keep getting this error:
```
import statsmodels.api as sm
import statsmodels.formula.api as smf
data = sm.datasets.get_rdata…