-
I'm concerned that I couldn't find any discussion related to the [commit here](https://github.com/eclipse/xtext/commit/60a7615ed1c6ddc887e84823263d383045f91609), and from my perspective as an Xtend us…
-
I would like the ability to differentiate unimportant/minor differences in the diff editor. This is somewhat related to #43026, except this is not only about whitespace and ideally _ignore_ should onl…
-
One of the things I like about zig is the explicit control flow. But a slight confusion point arises because current semantics treats `return` and `try` as "equals":
```zig
fn getUser(postId: u32)…
fengb updated
2 months ago
-
[P3211R0](https://wg21.link/p3211r0) views::transform_join (Hewill Kang)
-
Post questions here for this week's fundamental readings:
Jurafsky, Daniel and James H. Martin. 2015. Speech and Language Processing. Chapters 15-16 (“[Vector Semantics](https://web.stanford.edu/~…
lkcao updated
8 months ago
-
I'm seeing:
say 1e0 / 0e0 # Attempt to divide 1 by zero using /
say 1e0 % 0e0 # Attempt to divide 1 by zero using %
I'd expect to see `Inf` (as mandated by IEEE 754) and `NaN` (like P…
-
**Is your feature request related to a problem? Please describe.**
Best practice is to ensure String literal's define their language. Also FDP v1.2 defines this: https://specs.fairdatapoint.org/fdp-s…
-
While debugging https://github.com/dart-lang/sdk/issues/54140 @mkustermann realized that some of the async tests in co19 are missing `asyncStart` and `asyncEnd`:
- https://github.com/dart-lang/co19…
osa1 updated
2 months ago
-
Thanks for working on educational materials! This looks pretty good but has in my opinion a rather problematic issue.
The [What is Ownership?](https://rust-book.cs.brown.edu/ch04-01-what-is-ownersh…
-
Currently, we have implemented a language-agnostic `merge_node` ([K#4425](https://github.com/runtimeverification/k/issues/4425)). However, applying it to practical scenarios and solving problems like …