-
Today if you use `goto_line_end` you end up resting on the last character of the line which also matches the behavior in vim. That means you use `a` to go into insert mode to append something. However…
-
Direction changed, txt will be updated soon.
Old stuff:
- 1997: [The Internet: A Future Tragedy of the Commons?](https://link.springer.com/chapter/10.1007/978-1-4757-2644-2_22)
- [Internet Securi…
-
[The format of the issue]
Paper name/title:
Paper link:
Code link:
amusi updated
8 months ago
-
Currently, depending on if a series has been matched in standard mode or multi-episode mode (i.e. tvdb2/3/4 mode), different sources of metadata will be used for each episode's Director and Writer. In…
KingJ updated
1 month ago
-
Today there are event counters for System.Runtime: https://learn.microsoft.com/en-us/dotnet/core/diagnostics/available-counters#systemruntime-counters
Metrics should be added to this area. Advantag…
-
Currently dapr calls into user app on route /dapr/subscribe to get a list of topics the app is interested in. For some apps the list of topics which they want to subscribe might no be known at start u…
-
This is a tracking issue for [RFC 2325][rfc], adding SIMD support to stable Rust. There's a number of components here, including:
[rfc]: https://github.com/rust-lang/rfcs/pull/2325
* [`#[target_…
-
# Feature Update - February 2022
This is a feedback reset for #7481 to get a fresh start and clarify where we are with this feature. I really thought this was going to be simpler, but it's turned o…
-
If a small object's reference is never stored in heap or static variables, (only stored in local variables), it is temporary, the CLR or JIT should alloc it on stack and free it in time. Thus, GC pres…
-
The use of pointers (string pointers, integer pointers, etc) all over the SDK really goes against how Golang is supposed to be written.
I realize that pointers (or an optional-type) may still need …