Schalk W. Cronjé

Results 85 issues of Schalk W. Cronjé

Assuming that a build script contains something like ``` groovy views { "someName" { dsl { } } } ``` under Gradle 2.4 this will cause an exception similar to...

If I run something like ``` $ cd /working/dir $ decktape --screenshots --screenshot-format jpg --screenshots-directory /path1 reveal \ file:///path/to/source/index.html /path2/index.pdf ``` then the screenshot directory is calculated as `/path1/path2/`. I...

bug

This plugin has a cardinal sin in that it is validating states of the plugin during configration phase. This makes it impossible to implement lazy evalution. Please move the validation...

@melix Any chance we can get an update to this that uses OpenJFX instead on JDK11+

I was trying to unpack the node.js MSIs from https://nodejs.org/download/release/v6.2.0/. ``` mkdir TMP ..\path\to\lessmsi x node-v6.2.0-x64.msi TMP\ ``` However no files are unpacked. Inspecting the MSI with the `o` command...

bug

Lots of warnings when run with Gradle 6.x releases. Here are some examples ``` Property 'acl' is not annotated with an input or output annotation. This behaviour has been deprecated...

Given the snippet ``` [bibliography] - [[[prag]]] Andy Hunt & Dave Thomas. The Pragmatic Programmer: From Journeyman to Master. Addison-Wesley. 1999. ``` The ampersand `&` arrives as `&` in the...

duplicate

**Primary**: The docker cmdline allows for `-f` to have the Dockerfile at a location other than the context directory. Similar functionality would be very very useful in the plugin as...

There are cases where for instance, I build on Mac, but I need to have the Linux webdrivers available. Thus we need to overrdie not just the architecture, but also...

``` org.ysb33r.groovy.vfsplugin.smb.SmbPluginSpec > Can we list files FAILED org.apache.commons.vfs2.FileSystemException: Could not determine the type of file "foo://GROOVYVFS\jlan:***@127.0.0.1:1445/READROOT/test-files". at org.apache.commons.vfs2.provider.AbstractFileObject.attach(AbstractFileObject.java:1522) at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:642) at org.ysb33r.groovy.dsl.vfs.VFS.ls(VFS.groovy:301) at org.ysb33r.groovy.vfsplugin.smb.SmbPluginSpec.Can we list files_closure2(SmbPluginSpec.groovy:91) at org.ysb33r.groovy.vfsplugin.smb.SmbPluginSpec.Can...

bug
testing
smb