Andreas Hochsteger

Results 83 comments of Andreas Hochsteger

Until this is fixed, this is a workaround that can be added as extra CSS to the theme configuration of Jenkins: ```css div.workflow-editor-wrapper, textarea.ace_text-input, div.ace_text-layer, div.ace_line, div.ace_line span, div.ace_cursor-layer, div.ace_editor...

I'm interested in multi-floor support too using a S6 Max V - any progress so far? I'd be willing to help, if you tell me where to start ...

Any chance to get this merged? Currently it's not possible to use conventional-changelog for releases using git-flow where releases are done using release branches that get merged into master. Since...

Yes, that makes sense.

I guess this would be a good reference to borrow from: https://github.com/zwave-js/node-zwave-js/blob/798516f18aff53949b218252a3cac8a91f2bc49f/packages/zwave-js/src/lib/test/mocks.ts#L44

See here for a suggesteed solution: http://highstick.blogspot.com/2011/11/howto-categorize-junit-test-methods-and.html

It should work using file.setContent(). See the following links for more details: * https://developers.google.com/apps-script/reference/drive/file#setContent(String) * https://stackoverflow.com/questions/14965442/how-to-delete-overwrite-csv-file-using-google-apps-script

@CgKortz, I guess something like this would be flexible enough to satisfy your requirements: ``` { // Replace all files with the variable 'filenameTo' string using regex match groups from...

@CgKortz, may you try, if the file [Code.gs.txt](https://github.com/ahochsteger/gmail2gdrive/files/301343/Code.gs.txt) does what you expect? I've tested it with the following configuration (please adjust to your usage): ``` { // Replace all files...