-
https://github.com/pjako/msdf_c/blob/4cfa8df1924baee779bd2eb9590ca731d7d8ade3/msdf.h#L1069-L1070
This is another case similar to my [PR](https://github.com/pjako/msdf_c/pull/1), where the call to `ms…
-
If a TLA+ next state uses a definition twice, then TLA2B will create an AST with two operations having the same name, leading to errors when type checking the AST.
An example which exhibits is here: …
-
Team determined which missions to attempt, explored building and coding resources, and sought guidance as needed.
- Clear evidence of mission strategy
- Clear use of building or coding resources t…
-
### Link to the coursework
https://workshops.codeyourfuture.io/#components-1
### Why are we doing this?
We're going to work with components a lot, so it's important you begin understanding us…
-
number:1
Title: Incorrect HTML closing tag in the heading section
Priority: Medium
Platform: Chrome used to login the user
Description: In the code on the 8th line there is h1/ but there need to …
-
Number:1
Title:Incorrect HTML tag
Priority:medium
Platform:visual studio code(chrome)
Description:in the code 8th line there has it should be
Steps:open the visual studio code run the code i…
-
-
### Impacted sections
-https://uncefact.github.io/spec-untp/docs/specification/IdentityResolver#resolvability
### Issue Description
I see that in the section, in the first paragraph, DIDs a…
-
### Link to the coursework
https://workshops.codeyourfuture.io/#components-1
### Why are we doing this?
We're going to work with components a lot, so it's important you begin understanding us…
-
```rust
#[swift_bridge::bridge]
mod ffi {
extern "Rust" {
fn r#enum();
}
}
```