Mark Fulton

Results 136 comments of Mark Fulton

You can use a git-ignored `.env` file: https://github.com/Huachao/vscode-restclient/blob/a89f8bce1b5e3d5bd955f10916b0c101e20431d3/README.md#L630 Example `.env` file in the same directory as your `.http` file(s): ```env USERNAME=secret-username PASSWORD=pass1234🤪 ``` Example usage: https://github.com/Huachao/vscode-restclient/blob/a89f8bce1b5e3d5bd955f10916b0c101e20431d3/README.md#L650-L664

> @mfulton26 Thanks for the info. I assume this works (didn't test it), but the goal of the file-less approach I'm suggesting is to avoid storing plain-text passwords on the...

Any update on this? I can't use this plugin unless there is a previous version that works. [ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html) ......

@yegor256 I see the same with version 5.6.14 with mysql.classifier mac-x86_64.

@yegor256 As requested see below. # pom.xml ``` xml 4.0.0 ... ... 3306 ... maven-dependency-plugin unpack com.jcabi mysql-dist 5.6.14 ${mysql.classifier} zip false ${project.build.directory}/mysql-dist com.jcabi jcabi-mysql-maven-plugin 0.9 mysql-test classify start stop...

@yegor256 ``` [INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values [ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://aspects.jcabi.com/jsr-303.html) [INFO]...

FYI: The link I provided earlier shows that Oracle has taken down Connector MXJ documentation as it is a discontinued product now. However, the binaries (and I presume the sources...

@yegor256, I have the same problem. No spaces. :-( I'm running Windows 7 SP1 and I've tried this with both Strawberry Perl and ActiveState Perl. ``` [INFO] --- jcabi-mysql-maven-plugin:0.8.1:start (mysql-test)...

In addition to or in lieu of a `"propertiesOrder"` array, supporting an array of tuples for `"properties"` might be nice so that for simple schemas there's less repeating of property...

thank you for the explanation @handrews; very helpful! my ideas around a `"properties"` array came to mind when considering @ssbarnea's question, "Does anyone … know another format which would make...