-
Is there planned support to include elm-format? That's the biggest headache between versions.
-
In the long term, it makes sense to me for `elm-format` to be included with Elm platform. This is what gofmt did, after all. However, I can also see some benefit to having it being a separate package,…
-
It seems that Groq doesn't like tool calls in its message history?
```r
library(elmer)
#' Get the current time
get_current_time
-
Dependabot / .github/dependabot.yml
failed 7 minutes ago in 1s
Your .github/dependabot.yml contained invalid details
Dependabot encountered the following error when parsing your .github/dependabot.…
-
-
`int64` is being handled as an Elm `Int`, which is unsafe. It should be `String` or some `BigInt` type.
-
**Describe the bug**
I get what I percieve as 4-space indentation whenever I have many nested parentheses. I'd like 2-space indentation here as well.
**To Reproduce**
```
f =
(a (b
c))
```…
-
## Bug Report
win11 , Powershell7 ,
# this is $profile configuration
> Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
> fnm env --use-on-cd --shell…
-
Right now we have a conflict (#355) between single files and additional queries which means that queries cannot be run against single files.
To be honest, I've only ever needed additional queries i…
-
I am working on mobileweb Selenium-Appium-Java test script development. The scenario is like this.
- User clicks on 'Shop' hamburger menu
- It opens 'Conduit' and other menu items
- User clicks o…