kalle (jag)
kalle (jag)
Hi! Very nice issue! I've never thoroughly tested the UWP builds. Looks like there's something properly misconfigured in the Newtonsoft code. I'm currently down with the sickness and cannot investigate...
No sorry, the AOT is built when having the UnityBuild flag set to "AOT". One way to achive this is by using the build script `/ci/local_build_into_package.ps1` that will build the...
You might get some tips on how to debug UWP ARM here: . I hope it gives a different exception than the one you posted in the issue body as...
Good note! Somewhat hoping this feature request would come later but it's interesting to pick up. Much smaller project than Newtonsoft.Json so it should be all fine. Thanks for using...
I _think_ (haven't read through the source thoroughly yet) that Newtonsoft.Json.Bson actually don't use any DLR/Reflection.Emit code, so it would theoretically be all safe to just download the DLL from...
@victor-kallai No progress I'm sorry to say. It's quite far down in my priority list. Have not looked into how difficult it is, if it's on the easier side then...
@jessebot Still having the issue when trying your YAML snippet. Also can't use the example from the chart's values.yaml as they are invalid values: https://github.com/nextcloud/helm/blob/0b6bd840f2757e7737566bf388f0e45aa56467d9/charts/nextcloud/values.yaml#L195-L208 Have to revert to last...
> @jilleJr or @devent could you please provide your whole values.yaml after anonymizing any sensitive data? > > > Also can't use the example from the chart's values.yaml as they...
Yeah this would practically only help when you have single replica Deployments. Single replica statefulsets would not really benefit from this, and in that case a PDB makes even less...