-
I've stumbled upon an odd behaviour with hybrid model binding. Consider this example:
Model:
```
public class AnotherDto
{
public string SomeString { get; set; }
public int SomeInt …
-
Recently added UnusedDeclaration analyzer for Roslyn.sln regressed the build perf to almost 2x the build time without analyzers. The primary reason for this throughput regression was this analyzer reg…
-
The following function computes a symbolic convolution between the two halves of its (even-length) input list. That is, `convolveHalves [1,2,3,4,5,6] = [(1,6),(2,5),(3,4)]`. This algorithm is describe…
-
Hey @samsledje !
Thanks for the great work you are doing, it's really a powerful idea to apply protein-ligand similarity search for virtual screening.
According to the results of your current stat…
-
hi,
we are using
```xml
org.springframework.cloud
spring-cloud-starter-stream-kafka
${spring-cloud-stream-binder-kafka.version} //3.1.3
```
When runn…
-
## Background
We are using service bus binder which pushes message to Azure service bus topics. The app is running in a K8s environment.
spring-cloud-azure-stream-binder-servicebus - 4.4.1
Sprin…
-
### Tell us about your idea
Binders are complex. There are a few recurring patterns.
- Statement or Block
- Conditional or non-conditional
Base binders can simplify implementation of these rec…
-
Given a DTO object defined like below
```
[DataContract(Name="MoineauCorrection", Namespace="http://weingartner.com/")]
public class MoineauCorrection : Immutable, IEquatable
{
#region Main
[…
-
**Is your feature request related to a problem? Please describe.**
To support large amount of existing analytical, ML and big data solutions data interchange please consider support of Apache Arrow i…
-
This is a tracking issue for the RFC "2996" (rust-lang/rfcs#2996).
The feature gate for the issue is `#![feature(async_iterator)]`.
### About tracking issues
Tracking issues are used to rec…