-
**Description:**
To enhance user safety and awareness, we need to implement a warning prompt that appears before users can access any explicit content generated by the AI. This warning should inform …
-
Hey, thanks for delivering explicit indexes in #7481 ❤️ I'm trying this with uv built from the last commit (e71b1d0c), but I have a problem with transitive dependencies & explicit index.
Scenario: …
juzna updated
1 month ago
-
Given an entity meets:
1. using composite primary key
2. no `@IdClass` annotated
For example:
```java
@Entity
public class Employee {
@Id String empName;
@Id Date birthDay;…
quaff updated
3 weeks ago
-
Currently, rerouters can either
- set a complete route
- set a new destination
- compute a new route to the old destination
To model detour signs it would be helpful to replace only specific ro…
-
The [`"auto"` layout algorithm](https://gpuweb.github.io/gpuweb/#default-pipeline-layout) currently generates layouts which cannot be shared with other pipelines. The reason for this is that these lay…
-
### Component
infrahubctl
### Infrahub SDK version
0.14.1
### Current Behavior
```shell
> infrahubctl protocols
HTTP communication failure: Client error '400 Bad Request' for url 'http://localh…
-
### Description of Issue
Clang raises a few areas where we are moving the same variable into itself. It would be a good first task for someone new to the project to see if these can be cleaned up o…
-
The list of sites which are provided this information is a key mitigation against abuse - I would expect that such a list is publicly auditable to ensure it is actually achieving that mitigation.
T…
-
```
# With the old evaluator.
env CUE_EXPERIMENT=evalv3=0
exec cue vet -c=false
# With the new evaluator.
env CUE_EXPERIMENT=evalv3=1
exec cue vet -c=false
-- input.cue --
package p
#Ac…
-
Null safety added the ability to specify that e.g. a function will never return successfully by making it possible to set its return type to the bottom type `Never`.
```dart
void foo() {
bar();…