-
# Introduction
This proposal mirrors #290 to add new variants of existing `widen` instructions and extends the 32 and 64 widen instructions to include support from 16 and 8-bit integers. The practic…
-
```
/**
* Includes another, partial, template
*
* Example:
*
* {% include 'foo' %}
*
* Will include the template called 'foo'
*
* {% include 'foo' with 'bar' %}
*
* …
-
The OpenFF Toolkit/Interchange has/had long-standing implementations of hierarchical charge assignment, in particular that charges are assigned from methods in the following order
1. Look for mol…
-
This is an umbrella issue to discuss the design of `Value` and its new API design. In particular, it is currently defined in [types.go#L72-L94][1], and has public structures that implement the interf…
-
-
Hi there,
while experimenting with Uiua, I found that e.g. ₙ10 1000 gives the incorrect result of 2.9999999999999996 instead of 3, caused by a rounding error:
```
ₙ10 1 = 0
ₙ10 10 = 1
ₙ10 100 …
Jegge updated
2 months ago
-
Some ideas for improvement:
- The solution uses recursion. Could there be an introduction to recursion / example of recursive function in exercise as a hint & way to bring down difficulty level?
…
-
When I get a `customer`, and expand the `sources`; if the source is of type `Source`, it does not json.Marshal correctly. Here is some basic code demonstrating that the code should work as expected:
…
-
Consider two implementations of the same algorithm:
```rust
match map.get(&key) {
Some(old_value) => map.insert(key, merge(old_value, new_value)),
None => map.insert(key, new_value),
}
…
-
### What it does
Libraries regularly implement their own error types, frequently as `enum` wrappers around dependency-specific errors.
Other libraries like [anyhow](https://github.com/dtolnay/a…