-
At work, we discovered a somewhat surprising behavior of ByteString's `IsString` instance and interaction with `OverloadedStrings`.
The following REPL session demonstrates the issue:
```
λ> BS.…
-
### Component
dyn-abi
### Describe the feature you would like
Currently, there is no straightforward way to implement `(De)/Serialize` for `DynSolValue`. `#[serde(remote = ...)]` doesn't work due t…
-
Racket newcomers are immediately confronted with four equality operators:
- `equal?`, which does what you'd expect most of the time
- `=`, which does what you'd expect if you're used to IEEE numbe…
-
It is often desirable to run various HTTP servers that are only locally connectable. These could be local daemons that expose an HTTP API and/or web GUI, a local dev instance of a web server, et ceter…
-
This is a tracking issue for specialization (rust-lang/rfcs#1210).
Major implementation steps:
- [x] Land https://github.com/rust-lang/rust/pull/30652 =)
- [ ] Restrictions around lifetime dispat…
-
FlatBuffer's binary format has been set in stone for 6.5 years now, because we value binary forwards/backwards compatibility highly, and because we have a large investment in 15? or so language implem…
-
This issue is related to #1404, #1748 .
#1715 lists https://goo.gl/5TPDw4 (by @ericprud and @labra) which has @danbri's implicit endorsement. And it shows:
```ttl
schema:description "A cool…
-
Issue opened to collect info about possible future SPSA improvements.
### SPSA references
SPSA is a fairly simple algorithm to be used for local optimization (not global optimization).
The wiki h…
-
Consider the following code:
```dart
import 'dart:async';
void main() async {
final value = await fn();
print(value);
}
FutureOr fn() async {
return Future.value(42);
}
```
Th…
-
The definition of the sRGB EOTF given in this document is the sRGB inverse OETF. The sRGB EOTF however is a pure 2.2 power function.
Related discussion: https://gitlab.freedesktop.org/pq/color-and-…
swick updated
8 months ago