Adaptify icon indicating copy to clipboard operation
Adaptify copied to clipboard

Results 10 Adaptify issues
Sort by recently updated
recently updated
newest added

manifests in apps using F# 5.0.. seealso https://github.com/aardvark-platform/aardvark.base/issues/79

``` unknown(1,1,1,1): Adaptify warning : at Adaptify.Compiler.ProcessManagement.startAdaptifyServer@517-1.Invok e(Unit unitVar0)) [I:\development\template\src\test\test.fsproj] unknown(1,1,1,1): Adaptify warning : error installing tool to path "C:\Users\hs\AppData\Local\adaptify\0.0.0.0 \adaptify.exe" (System.Exception: dotnet failed [I:\development\template\src\test\test.fsproj] ```

this one adds the option to patch project files while running adaptify locally using ```--addToProject```. The approach is as follows: - run everything normally, but log all model and model.g...

dotnet aardpack hangs in dotnet build, most likely because some stream is not closed (?). This might be a similar issue. https://github.com/dotnet/msbuild/issues/3383

might be a race condition on generation/update mechanism. workaround - touch files manually solution strategy: - touch files after generations - drawback: files are touched. will add file touching as...

I'm currently thinking about "tracing" deltas through update functions in our elm-like apps again. Basically all our collections would need to maintain two additional things. E.g. HashSet would need to...

implement or drop entirely? @haraldsteinlechner @thomasortner

Implement via interface members and bind on container type

in my new dotnet8 branch it generally seems to work, i'm need some testing still. I found that @jskripsky had a take on dotnet 8 as well. What was your...

We often have this pattern: ``` // Used to wrap values with reference equality // to prevent adaptify from comparing large arrays per value type RefEqual