Daniel
Daniel
Changed URL from onlinepetition to ROI site.
Omega2/Documentation/Doing-Stuff/Advanced/Cross-Compile.md is far from true. It's not a documentation, where even the steps actually written down in it are untrue. You can't just simply go through it and get anything...
Here, in gh, when you send text, you have preview tab and a bunch of buttons to help you out. Not everyone can get that you can do md formatting...
Some posts are good content-wise, but bad either grammatically or in style. Would be great to introduce a layer of rating and filtering based on suggested design changes of the...
Instead of ```python import a.b.c_pb2 some use() -> a.b.c_pb2.Something ``` do ```python import a.b.c_pb2 as a_dot_b_dot_c_pb2 some use() -> a_dot_b_dot_c_pb2.Something ``` as it's done in protoc generator
**What language does this apply to?** Python generation **Describe the problem you are trying to solve.** The problem is that python generated files are generated in global import scope, using...
## Describe the bug I'm using capture_stdout, and prior to 1.2.3, it was captured only once, but latest duplicates output. ## Yaml Config ```yaml jobs: run-script: runs-on: ubuntu-latest outputs: stdout:...