Johan Walles
Johan Walles
Help? I'm on macOS 11.6 Big Sur, x64. ``` ~/s/r/fuzz (master|✚2…) $ cargo afl --version cargo-afl 0.11.0 ~/s/r/fuzz (master|✚2…) $ cargo --version cargo 1.56.0 (4ed5d137b 2021-10-04) ~/s/r/fuzz (master|✚2…) $ rustc...
Greetings, Atlassian! When I tried to activate this plugin it asked for write permissions to my github repos. I want to give it read permissions only. How can I run...
**Describe the bug** A clear and concise description of what the bug is. **Versions (OS, Maven, Java, and others, as appropriate):** - Affected version(s) of this project: 2.14.0 - OS:...
Hi! I would like to do this. Code modded from [here](https://github.com/census-instrumentation/opencensus-java#hello-opencensus-trace-events): ```java public static void doWork(Request request) { try (Scope ss = tracer .spanBuilder("MyChildWorkSpan") .setRecordEvents(true) .setSampler(Samplers.alwaysSample()) .startScopedSpan()) { // This...
`mypy` provides optional static type checking: https://pypi.python.org/pypi/mypy With this config file in place, here's what I get: ``` src/blam.py:62: error: Implicit generic "Any". Use 'typing.List' and specify generic parameters src/blam.py:170:...
With this change in place, here's what I get from flake8. Especially the warningas about accessing undefined variables are suspicious: ``` src/blam.py:38:1: F811 redefinition of unused 'math' from line 20...
Hi! We have lots of non-HTML `erb` files in our Puppet repo. If you try editing one of those, Atom assumes they are HTML files, and tries to apply HTML...
Hi! I'm in this big C++ project. To open (for example) protoparser.cpp I need to remember which directory it's in. When I can't, I currently go to to a prompt...
# The Problem `black` is highlighted even though I think it shouldn't. Either explain this or fix it! # The diff ```diff --- /tmp/pirate/pirate-ipsum-before.txt 2020-12-31 00:11:15.000000000 +0100 +++ /tmp/pirate/pirate-ipsum-after.txt 2020-12-31...
If refining takes too long, print stats afterwards and ask for people to report them. We don't want `riff` to be slow, and if it is we should either fix...