Laurent Michenaud
Laurent Michenaud
Hi, I can't make it work with a SimpleCursorAdapter. I got a nullpointerexception java.lang.NullPointerException at SimpleCursorAdapter.bindView(SimpleCursorAdapter.java:118) at android.support.v4.widget.CursorAdapter.getView(CursorAdapter.java:256) at se.emilsjolander.flipview.FlipView.getView(FlipView.java:417) at se.emilsjolander.flipview.FlipView.fillPageForIndex(FlipView.java:382) at se.emilsjolander.flipview.FlipView.setFlipDistance(FlipView.java:367) at se.emilsjolander.flipview.FlipView.flipTo(FlipView.java:1124) at se.emilsjolander.flipview.FlipView.dataSetChanged(FlipView.java:226) at se.emilsjolander.flipview.FlipView.access$000(FlipView.java:33)...
I would like the workspace to be dynamic in hcl files. For example : ```hcl migration "state" "migration1" { workspace = "${env.TFMIGRATE_WORKSPACE}" actions = [ "mv aws_security_group.foo[0] 'aws_security_group.foo[\"baz\"]'" ] }...
I would like to be able to configure the history storage config as we can do in terraform with partial configurations. - Storage config parameters that never changes goes in...
I would like to be able to configure the fallback version (0.1.0) in the GitVersion.yml to specify the first version when there is no tag on the git repository. In...
Hi, I think there's a bug in class TransportsUtil.java. ``` for (Object m : l) { return matchDecoder(e, m, nd, decodedObjects); } ``` matchDecoder will be invoked only for the...
Hi, The following test doesnot work me : 1- Start Atmosphere Chat Webapp (tomcat container) 2- Run a java program that sends a message every 5s seconds 3- I stop...
**Expected behavior and actual behavior:** When pushing a windows container in harbor : ``` Error parsing HTTP 403 response body: invalid character '
Hello, ### Affected Resource(s) - sonarqube_alm_gitlab ### Expected Behavior When the gitlab token changes, i expect the configuration of sonarqube gitlab alm to be updated correctly. ### Actual Behavior The...
Hi, My project has the following structure: root - app (android) - common (standard java library) - tests Emma works fine, but in the emma report, i can't see the...
XCode 5.1 with an ios project. I did a simple test and i got the error: ***_/node_modules/xcode/lib/pbxProject.js:696 if (project.pbxGroupByName('Plugins').path) ^ TypeError: Cannot read property 'path' of null at correctForPluginsPath (**_*/node_modules/xcode/lib/pbxProject.js:696:42)