Eyal Cherevatsky
Eyal Cherevatsky
Since there's no functionality when there are no containers, could we please have an option to remove the icon from the status bar when in such condition?
Say we have the following: ```kotlin data class User( @SerializedName("name") val name: String, @SerializedName("age") val age: Int, @SerializedName("email") val email: String, @SerializedName("color") val color: String ) ``` IMO, this is...
The default value of `header` in the config object is `true`, but the docs claim that it's `false`. Here's the source code of the actual default value: https://github.com/mholt/PapaParse/blob/841e1d420dd2758cccb60a2bc1f2fcffd327c251/papaparse.js#L275
When creating a PR directly in GitHub (or via the GitHub CLI) for a branch with a _single_ commit, the default values of the PR title and description is the...
### Describe the issue I'm getting the following error when trying to start a shell when using Ruff v0.3.3: ``` $ nix develop trace: warning: Unknown ruff version: '0.3.3'. Please...
I know almost a year has passed since your last commit but, could you try and add a limit to the minimum font size? Not 100% sure but perhaps also...
As can be seen here, the current default value for `scroll_speed` is `3` (regardless of platform): https://github.com/anomalyco/opencode/blob/fa79736b875ba0a8437f42ff01626b35fab1d8f4/packages/opencode/src/cli/cmd/tui/routes/session/index.tsx#L169