-
When the documentation linked to a particular definition is updated, Unison should automatically update the link (consistent with the behavior for type-compatible changes) or at least trigger refactor…
-
How should `resyntax` surface suggestions to users? I can think of several possibilities:
- A DrRacket plugin that shows you suggestions for the current file. Maybe something similar for `racket-mo…
-
![image](https://user-images.githubusercontent.com/576184/40365961-3c1bd276-5dd6-11e8-834e-04ca5cc5661b.png)
Sometimes after refactoring or completion selection I get this weird SOH character automat…
-
This needs some refactoring. Need to make it so that the when a user subscribes he is automatically added to the
mailman list.
Also, need to add a unsubscribe functionality to the newsletter.
This i…
-
Lots of small tasks have accumulated recently, just listing them here.
- [x] Update the manifest for the GCP buckets
- [x] Set up automatic deploy for the test env too
- [ ] Sort authority bounda…
-
### Is there an existing issue for this bug?
- [X] I have searched the existing issues
### 🐛 Describe the bug
I trained reward model based on Llama3.1-70B-instruct in 48 H100 (3d tp=8, pp=1, ).
W…
-
From @SimonBoothroyd:
The current `AttributeClass` and `Attribute` classes were mainly created to be flexible representations of data classes to be used when speccing out the new class designs as p…
-
The code currently directly interacts with the REST API, in the sense that individual components issue `GET`, `PUT` etc. requests and consume the output.
This issue suggests refactoring part of thi…
-
**Reported by Artur Signell on 9 Feb 2009 06:32 UTC**
Refactoring an application class should not break the project
- Automatic update of web.xml
-
**Given** a Java project with the following `A.java` and `B.xtend` files:
```
package b;
public class A {
}
```
```
package b
class B extends A {
}
```
**When** class A is moved fr…