Martin Chloride

Results 9 comments of Martin Chloride

I tried to reproduce this with libnlopt. Such an equality constraint neither works with C, but behaves differently. Instead of using up 20 iterations, SLSQP actually exits right after the...

I just met the same problem but it works when I change the assembly version to match `Major.Minor.Build.Revision` format. When I only specified `Major.Minor.Build`, the built dll would be with...

Why a Java AOT solution has to rely on the GC implementation of WASM? A Java GC should be runnable on WASM with low level memory management API, and on...

@dotnet-policy-service agree

> I believe the Uno folks are working on the issue though with ItemsPresenter? That's great! If header won't be a blocker, shall we take a look at the change...

There are two ways to provide source information: Source Link, and embedded source. Eventually ikvm should support both modes for different scenarios. Thinking of use experience from `ikvmc`'s interface, we...

I think we either need to embed sources, or ask for a new input parameter containing git commit information. Source Link is a reference to a URL on HTTP. Maven...

Hmmm... I still cannot build mesa no matter with or without this commit. I will give a second try later.

I tested with my own account and it worked without any problem ```sh $ aws cloudcontrol get-resource --type-name AWS::ApplicationAutoScaling::ScalingPolicy --identifier "arn:aws:autoscaling:us-west-2::scalingPolicy::resource/dynamodb/table//DynamoDBReadCapacityUtilization:table/|dynamodb:table:ReadCapacityUnits" { "TypeName": "AWS::ApplicationAutoScaling::ScalingPolicy", "ResourceDescription": { "Identifier": "arn:aws:autoscaling:us-west-2::scalingPolicy::resource/dynamodb/table//DynamoDBReadCapacityUtilization:table/|dynamodb:table:ReadCapacityUnits", "Properties": "{\"PolicyType\":\"TargetTrackingScaling\",\"ResourceId\":\"\",\"PolicyName\":\"DynamoDBReadCapacityUtilization:\",\"ServiceNamespace\":\"dynamodb\",\"ScalableDimension\":\"dynamodb:table:ReadCapacityUnits\",\"TargetTrackingScalingPolicyConfiguration\":{\"ScaleOutCooldown\":30,\"TargetValue\":85,\"ScaleInCooldown\":300,\"PredefinedMetricSpecification\":{\"PredefinedMetricType\":\"DynamoDBReadCapacityUtilization\"}},\"Arn\":\"\"}"...