-
-
Manual code formatting to make the code pep8 compliant can take a lot of time.
[black](https://github.com/psf/black) could be introduced to format automatically the python source code,
it can be c…
gyorb updated
4 years ago
-
I've got a project where most of the time I only care about testing the unit tests, but where I might want to test my integration tests specially. My project.clj has this bad boy in there as a result:…
-
# Tooling is Good.
It lets us write good, clean code without having to worry about the the little things. This is a place to compile a list of wants for our app's tooling.
## Lint
We should be able …
-
It would be great if ocamlint could be ran in a way that produced a unified diff, instead of a warning. Linting, in my opinion, is so useful because it is, by definition, things that don't require muc…
-
If you have two tap tests this line won't work, it pulls the first matching config line that matches "unit.engine.tap.command".
Why not pull from actual runtime config for this class and just call th…
-
In Suramar we have G[43309]='K1100 L110 A:700722 T:700416 P:T74358999+U74442900 E21570'
for the Quest The Perfect opportunity.
This translates to
> Nightfallen Rep: Honored +8000
and
`Arcane …
-
### Description
While troubleshooting my Shell navigation I end up create a very simple app to test it.
Here is my [repo](https://github.com/elTRexx/TestinMAUIPageNavigationPerf) .
I try to keep …
-
Hi,
I'm experiencing with this package and I have a trouble with file uploading:
- In `WizardAction` I'm reading a file field (e.g. avatar) through `$payload` and i want to do something like `St…
-
The new combat tracker groups module greatly simplifies creating groups/mobs in the initiative tracker and in particular is helpful for handling groups where the members don't all share the same name.…