-
Congrats for getting the intro to finally render in #47 , @vtraag!
I have three minor comments from the live version:
1. I had a hard time finding the intro, although I knew it should be somewhe…
-
``` r
# HW1
# All packages
library(fredr)
library(dplyr)
#>
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#>
#> filter, lag
#> The following o…
-
### Aircraft Version
Development
### Description
Implement the digital backup speed scale from UAMM2.
### References (optional)
_No response_
### Additional info (optional)
_No response_
### D…
-
Consider this piece of code:
```rust
extern crate creusot_contracts;
use creusot_contracts::*;
struct S {
g: Ghost
}
#[logic]
fn prophecy(x: &mut S) -> i32 {
pearlite!{ *(^x).…
-
Comment below with a well-developed question or comment about the reading for this week's workshop.
If you would really like to ask your question in person, please place two exclamation points befo…
-
Hey there, I have read your awesome work, and have a questions about using it into real data.
Do I need to spicify the relation between the cluster before discovery? I mean if I have a dataset has …
-
Hi,
I encountered a concurrency issue between the "get(K key, Callable
gmaes updated
11 months ago
-
This is a story about traces that relate to eachother. There are a number of scenarios, mostly messaging or scheduling in nature, where the next task is loosely related to its predecessor.
Here are s…
-
### Describe the bug
Note that this bug is specific for content-addressed derivations. When input-addressed, it's a given that introducing env vars that don't do anything will give a different outp…
-
This proposal introduces a new question whenever calling a function: what context should this function be run in?
There isn't a principled way of making this decision.
Consider a class:
```j…