Fred Eisele

Results 47 issues of Fred Eisele

This could be corrected with a change to the documentation. The problem is that the parameter types for an inner class includes the parent class. https://github.com/cbeust/jcommander/blob/master/src/main/java/com/beust/jcommander/JCommander.java#L1355 This means that the...

https://github.com/jeetsukumaran/cmake-pandocology/blob/307230281e239b7357006f7216671a5d13e19cd5/pandocology.cmake#L306:L309 As the subject says the block is missing the closing `endif()`

This is related to PR #168 The #168, multi-line regex solution, could cause problems when opening large files. **This problem exists even without multi-line regex.** Suppose, a large file is...

Just how special `:app` is not clear from the documentation. Process to reproduce. - [ ] clone the project's git repository - [ ] `git mv app foo` - [...

Not a bug. I had forgot to call `producer.init();` before trying `producer.send(...);`, which fails. An exception is raised but the cause is not obvious. Maybe something like "hey numb-skull, you...

Sometimes it is necessary to restart the nrepl. It would be convenient to drop the current connection and reconnect. Presently, it seems like a VSCode "Reload Window" does the trick....

enhancement

There are issues with escaping evaluation strings on Windows. see #747 #777 et al. Add a `yq.ps1` file ```powershell Param( [string]$command, [string]$yamlFile ) $escCommand = $command -replace '"','\"' $evalArgs =...

enhancement
v4
powershell

When running commands like ``` .\gradlew.bat goInit ``` The Windows Setting "For developers" -> "Developer Mode" must be enabled. In particular the ability to construct symbolic links is disabled for...

Documentation corrections an updates as mentioned in https://issues.apache.org/jira/b…rowse/LOG4J2-3429 Corrected typo in builder method 'withtFilter' -> 'withFilter'

In the `index.md` the following lines appear. After installation, verify installation by executing `dot -V`, example: ```code dot - graphviz version 2.38.0 (20140413.2041) ``` These instructions are fine as far...

module:documentation