-
### System Info
Python version: 3.10.12
Pytorch version:
llama_models version: 0.0.42
llama_stack version: 0.0.42
llama_stack_client version: 0.0.41
Hardware: 4xA100 (40GB VRAM/GPU)
local-…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Summary
In the codebase, most of the files used `any` as the return type of data. It would be great …
-
(In the exhibit below, scroll to the right to see the mismatch.)
```
CL-USER> (asdf:test-system :aws-sign4)
Expected presigned url:
"https://examplebucket.s3.amazonaws.com/test.txt?X-Amz-Algorit…
-
Today, it's possible to build routing DSLs with the path directives that result in unreachable code.
For example
```scala
path("users" / Segment) { userId =>
get {
complete(userService.get…
-
After having played a bit with `d3` .. It's really easy to get exceptions by using `data` not exactly the way it's supposed to be used.
My understanding is that the safe idiom is :
``` ocaml
selec…
-
**Describe the bug**
When specifying `enumValues` and pointing to an exported type directly, the exported type could not match the enum at all.
This means the schema isn't enforced on the types …
-
### Why is this needed?
### Problem Statement
The AWS Lambda Powertools for Python currently provides several options for managing HTTP responses, such as:
- **`Response` object**: Offers flexibil…
-
Migrate FTR to `@kbn/config-schema` to support type-safe config and get rid of direct Joi usage.
After that we could improve type-safety of FTR config:
```typescript
type FtrConfigFactory = (contex…
-
For example, assigning the result of an addition between two 4-bit unsigned numbers to a 4-bit unsigned number would be dangerous, but assigning it to a 5-bit or even bigger unsigned number should be …
-
```
// Why does "f" accept a String value when its type is explicitly defined?
// This method print "foo".
method main()
{
val immutable File f = "foo";
printLine(f);
}
```
Original issue re…