-
Hi,
I have an idea that I hope will be helpful and prompt some discussion.
Currently, LLMs often guess variable names differently across various versions of the same JavaScript code. This incons…
-
I had been eagerly renaming recently added `get*Instant()` accessors to `*Time()`. Turns out I didn't really understand the convention of omitting the "get" is only used for final fields, or at least …
-
there is no handling in place when a user manually deletes or renames a arma 3 profile under the ProfilePat.
-
Problem description per @SystemFw:
> When doing code organisation stuff like moves and renames in a big project, typing the whole path for each term is quite cumbersome (`move.term durable.SortedMa…
-
Most likely solution will be to add two optional resource packs built-in to the mod, one renaming this mod's veridium, one renaming create's veridium
users will be able to choose which they want to r…
-
## Description
Make internal code, well, internal.
## Tasks
1. Move everything in `pkg` that shouldn't be in `pkg` to the `internal` folder:
- pkg/errors
- pkg/health
- pkg/commands. Rat…
-
To avoid duplicate data contract name when using DataContract classes with same name, but different namespaces, I think it needs some mechanism for renaming data contract's name.
Found some referen…
-
@jaek898, what do you think about removing re-renames back to their original weapon names, like:
- PL-7 -> Matra R550 Magic 1
- PL-2 -> R-3S
- RB24 -> AIM-9B
- RB24J -> AIM-9J
- RB74 -> AIM-9L
-…
-
# Feature request
In svn and git files can be renamed and that information is stored in the log. CC does not use this information which is not a problem until the delta-mode is used. Delta-mode doe…
-
## Reproduction steps
Scala version: 2.13.12
```scala
➜ snips cat mainly.scala
class C(private val c: Int)
object C {
def main(args: Array[String]): Unit = {
println(new C(42).c)…