-
Thanks @liamhuber for implementing the pull mode. The examples you provided work nicely but when I try to run it for the lammps example it fails. The code for the calling cell is:
wf = Wo…
-
Up until recently I've considered these two function calls in `proc_macro`, `Span::default()` and `Span::call_site()` relatively different. I'm not realizing, however, that they're actually quite sign…
-
## Motivations
When I set up an `esp32` toolchain via `espup` and use the cargo template, I end up with non-working `rust-ananlyzer`:
```
error: 'rust-analyzer' is not installed for the toolch…
-
We talked on the call today about the tension between defining multiple simple functions focussed on one task, and a small number of omnibus functions that have many different options.
I think we w…
-
Hello,
First off, thanks for this fantastic module. Not only is it a huge convenience to have so many of these spells and effects come predefined, you've really shown what's possible in a way that …
-
# OBSOLETE
Much of the text below is **semi-obsolete** or even **completely obsolete**. This issue will eventually be closed in favor of other issues.
See [GH-issuecomment-2323540461](https://g…
lcn2 updated
2 months ago
-
As Eugene [also discussed](https://groups.google.com/forum/#!topic/simple-build-tool/1c7unObqjJ8), it's awkward to control the sequencing of tasks in sbt builds. Let's see if we can find a simple con…
-
As per our discussion on Discord, the following does not work as expected.
> main.c3:16:13: Error: The expression may not be an optional, but was 'char!'.
```
module testing;
import std::io;
…
-
# Description
I'm getting a wrong test failure when adding a custom message to a validator
## Model
```rb
class MyModel < ApplicationRecord
validates :amount, numericality: {
greater…
-
The lexing of `c"…"` string literals as implemented in #108801 had to be reverted in #113334 since it isn't backward compatible.
It breaks code that uses a pre-2021 edition (i.e. the 2015 or the 2018…