-
Hi,
How would I add a custom prompt? with {{question}} or something to add code in between. I want to test this prompt
```markdown
You are an expert AI programming assistant specializing in Pyt…
-
Hi! It would be nice to have an A/B mode for speedscope.
Let me clarify what I mean by this. Suppose I have a program, and gather its initial profiling data. This would be the "A" output. Then I go…
-
### Summary
Allow a discriminant to constrain a scalar type in a record. For related MR RFC, see: #68.
### Motivation
An example of use:
```ada
type ChangeList is array (Natural ran…
-
The goal is to make driver tinkering independent of each other and indepentend of the frontend.
Currently the driver code of each device lives in two places. A file `_program` contains the programm…
-
# On Advanced Functional Programming // A fractal spectrum of tales
Free thoughts of a geeky mathematician
[https://www.mseri.me/on-advanced-functional-programming/](https://www.mseri.me/on-advanced…
-
# 关于博主 - beihai blog
Hi there 👋, I’m beihai 🔭 I’m currently an undergraduate student, now live in Xi’an, China. 🧐 Recent focus on Distributed Systems 🌱 Currently learning English & Ne…
-
I am not sure, but I think the following program should be valid:
```rust
type X = ();
fn main() {
let ():::X = ();
}
```
It currently fails with
```
error: expected identifier, f…
-
### Is your feature request related to a problem? Please describe
Hey mate, @shun-iwasawa would love to know your thoughts on this and how the community might be able to help develop the course.
H…
-
This issue is served as a place for discussing various ways / ideas we can benchmark `runwasi` the wasm shims that was proposed by @ipuustin
- One idea is that we can write a simple wasm program (Fi…
-
Abstracting errors to their own classes is a popular and common error structure in a lot of libraries and is a standard in certain programming languages like Java. Currently, PteroJS groups all API er…