Lucas Trzesniewski
Lucas Trzesniewski
- REST Client Version: 0.25.0 - VSCode Version: 1.68.1 - OS Version: Windows 10, version 21H2, build 19044.1706 Steps to Reproduce: 1. Download a large binary file 2. VS Code...
Hi there 👋 I just read the docs, and made this PR which clarifies how `split` works, as the initial description left me puzzled. Also note that I initially forked...
Let's say I have a `Library` project that targets `net5.0` and `netstandard2.0`, and a `Benchmarks` project that references it. I could use the following configuration to benchmark the two TFMs:...
## Environment * **IntelliJ Rust plugin version:** 0.4.175.4772-222 * **Rust toolchain version:** 1.62.1 * **IDE name and version:** CLion 2022.2 * **Operating system:** Windows 10 ## Problem description The *"Insert...
### Description I receive *lots* of notifications caused by bots ([dependabot](https://github.com/apps/dependabot) in my case), and "real" notifications can get lost in the noise. So here are two ideas: - It...
This is a feature request: Add a command line switch which would make MSBuild evaluate a project and output the value of a property or a list of items. No...
Currently, Cecil does not generate a `PdbChecksum` debug directory entry in the assembly it writes when it produces a portable PDB file. This entry is validated by the NuGet gallery...
Mind if I join the party? 😉 I tried to also optimize for speed, and here are my results so far: ``` #Unsafe Took: 859 ms Allocated: 16 kb Peak...
Add something to make `MessageShouldBeSubscribedOnStartup` configurable more dynamically (with a callback). The goal would be to be able to define a subscription filter on service startup more easily.
_From @ocoanet on January 13, 2017 10:49_ The `StorageSubscription` size can be quite large for peers with many subscriptions. The subscription binding keys are serialized in `StorageConvertionExtensions.SerializeBindingKeys`. This method could...