Benoit Chatain Lacelle

Results 129 comments of Benoit Chatain Lacelle

> meteor update < This project is already at Meteor 2.6.1, the latest release. < Your top-level dependencies are at their latest compatible versions.

> : meteor list accounts-base 2.2.1 A user account system accounts-password 2.2.0 Password support for accounts accounts-ui 1.4.2 Simple templates to add login widgets to an app aldeed:collection2 3.5.0 Automatic...

We fixed this issue by following what's suggested at: https://github.com/webpack-contrib/karma-webpack#alternative-usage A config like: ``` // list of files / patterns to load in the browser files: [ 'htdocs/test/**/*test.js' ], ```...

My previous procedure was like: ``` GHIssueBuilder labelling = issueBuilder.body(fullContent) .label(issueLabel) GHIssue issue = building.create(); ``` If Owner, the issue is open with proper labels: OK If triage, the issue...

I sent Github support some details and direct link to this ticket. They would provide some valuable insights. Fact is Triage role is quite new.

@ahoglund You pinpointed the API used for the workaround, but the faulty API is the API used to create a ticket: labels are not properly applied during creation, hence the...

Hello. I opened https://issues.apache.org/jira/browse/PARQUET-1055

> In my case invalid segment error occurs only if I am ignoring minor & major updates. I encounter the same issue. Should use-latest-versions skip segments anyway? Or at least...

> if resource group is not provided How can I specify the resourceGroup in the maven plugin configuration?

I still have the same issue: ``` Caused by: com.microsoft.azure.toolkit.lib.common.exception.AzureToolkitRuntimeException: Azure Spring Apps(dev-kubernetes) is not found in subscription(f736e4be-d67b-44ea-b2cf-4fd5d2992662). at com.microsoft.azure.toolkit.lib.springcloud.task.DeploySpringCloudAppTask.lambda$initTasks$0 (DeploySpringCloudAppTask.java:52) at java.util.Optional.orElseThrow (Optional.java:403) at com.microsoft.azure.toolkit.lib.springcloud.task.DeploySpringCloudAppTask.initTasks (DeploySpringCloudAppTask.java:51) at com.microsoft.azure.toolkit.lib.springcloud.task.DeploySpringCloudAppTask. (DeploySpringCloudAppTask.java:40)...