Markus Benz
Markus Benz
### Version info **Angular:** 12 **Firebase:** newest **AngularFire:** newest ### How to reproduce these conditions Used these modules in my app and then i created a simple service. @NgModule({ declarations:...
> CalculationEngine engine = new CalculationEngine(); > ExpressionContext context = new ExpressionContext(); > int interest = 2; > context.Variables.Add("interest", interest); > BatchLoader loader = engine.CreateBatchLoader(); Write a small program with...
Hi, Following bool compare dos not work. "2432696330L = 2432696330L" getting an Convert.ToInt32() exception.
running the bundler results into error. With version v2.5.1 the bundler works. [14:12:12] erro: There is an error in your styles: [14:12:12] erro: NoSuchMethodError: method not found: 'get$iterator' (J.getInterceptor$ax(...).get$iterator is...
Description =========== We are currently using confluent kafka with librdkafka (C#). We found out that during rebalancing we get a hell lot of "Timed out MetadataRequest in flight" messages. I...
### Version info **Angular:** 17.0.8 **Firebase:** 10.7.1 **AngularFire:** 17.0.0 ### How to reproduce these conditions **Failing test unit, Stackblitz demonstrating the problem** **Steps to set up and reproduce** Simple standalone...
In my project the maxValue has 0 and the value is 0. The percentage calculation is then a division by 0 and the result percentage should be 0 too but...
Using the newest version and if i use collectionData(query(ref)) it fires once so this is correct. If I am using collectionData(query(ref, ...whereStatements) and with one where statement it fires twice...
**Description** I used a background job and added a queue attribute. I wrote a custom jobfilter attribute _public class DisableMultipleQueuedItemsAttribute : JobFilterAttribute, IClientFilter, IServerFilter, IElectStateFilter_ {} to calculate a fingerprint...