Deleted user

Results 133287 comments of Deleted user

@Voralberg Try using the makedeb method. This will build a package and probably eliminate your error, what ever that is.

Good change, seems that `v is null` should help to avoid boxing allocations for some logic too. It may be the key difference between `v == null`. ![image](https://user-images.githubusercontent.com/35971255/35646919-ea46f570-06e1-11e8-96bd-62ad4ca4bf72.png) Compare ![image](https://user-images.githubusercontent.com/35971255/35647142-af916338-06e2-11e8-9090-906a7c695414.png)...

@CyrusNajmabadi Yes, thank, I understand that it is possible to use `where T : class` and suggested logic is very rare. :) I just think about the possible symmetry. ```c#...

@CyrusNajmabadi In another words there are possible two implementations of `IsNull` method with the key difference in boxing. ```c# public static bool IsNull(this T o) => o == null; /*...

@CyrusNajmabadi It means that JetBrains heap allocator shows invalid hint.

wtf edit: if these comments above will be deleted, [this](https://github.com/user-attachments/assets/446369e0-b86d-4393-9558-01dd021e3896) is what i'm writing "wtf" about.

import pytest from itertools import product from fmpy import simulate_fmu, plot_result,dump from fmpy.fmucontainer import create_fmu_container, Variable, Connection, Configuration, Component, DefaultExperiment from fmpy.util import compile_platform_binary from fmpy.validation import validate_fmu from fmpy.model_description...

> That's right. Last FF for W7 is 115, so Waterfox 6.0.20 is also last version for W7. 6.5.0 is based on newer Firefox, so W10 is required. This portable...

Any update? There is no proper docs. I am trying to configure it but with no luck