-
The source code should be reformatted and some stylistic issues corrected:
- needs pretty-printing (more whitespace between arguments)
- needs function prototypes
- needs comments dividing code into s…
-
the documentation of that struct states the id as "A lower-case string", however, it is not a lowercase string on some distro such as `openEuler`.
output of debug printing:
```console
Ok(
Li…
-
### Motivation
I spent an embarrassing amount of time trying to figure out why my block used in two mesh generation scripts
```
[fuel_compact]
type = PolygonConcentricCircleMeshGenerator
…
-
It must enforce a correct calling order for `MPI_Init` and `Kokkos::initialize`.
It should also handle special Kokkos arguments:
> Another pretty annoying thing that we have to do is to avoid pa…
-
I found this behavior surprising: for a `Serializable` value `t`, the following prints a JSON object with all keys sorted lexicographically:
```rust
serde_json::to_writer_pretty(std::io::stdout(),…
-
Some REST services return raw JSON arrays (`[ ... ]`) rather than wrapping arrays in a standard JSON object (`{ "derp": [ ... ] }`). This leads to the `Auto` response format setting in Postman failing…
-
`io.write()` doesn't add implicit spaces between arguments. `io.writeln()` does, but its name implies no difference other then appending trailing newline.
I think it's better to not add automatic spa…
-
@carlos22 I wanted to point you to https://github.com/andig/carddav2fb where I've created a fork of jensmaus about ~~6~~ 18 months ago. The codebase has been entirely rewritten and some features added…
andig updated
5 years ago
-
and even if it did, we don't have a syntax for "not a local variable" (e.g. if a reference is named `foo.bar.baz`, so we can call it one of `baz`, `bar.baz`, or `foo.bar.baz`, but all might be bound)
-
`{-# LINE X #-}` pragmas are no longer generated, although they were for < 1.17. It seems like the code for printing out line pragmas was removed with version 1.18 (at least, I don't see `markLine` in…
jekor updated
7 years ago