Julio Ollarvia

Results 3 issues of Julio Ollarvia

consider a base class for WeatherForcast: ```C# public enum CloudType { A = 1, B = 2 } public class WeatherForecastBase { public int CloudType { get; set; } }...

investigated

Is it possible to alter the size of the hamt without breaking functionality (Tests break when the SIZE value is altered but I checked a few and they seem to...

I get the typescript error: `Type '(components: GossipSubComponents) => PubSub' is not assignable to type '(components: Components & { pubsub: PubSub; identify: Identify; }) => PubSub'. Types of parameters 'components'...