just-doit

Results 8 issues of just-doit

I've enabled VCS Support and configured the path to the git binary, but there's no difference in the result. The version of git is `git version 2.38.1`. It seems git...

I had a ZeroDevisionError in line 1101: `speed = float(chunk.block_size) / float(delta)` Since delta is based on `time.time()`, it can be `0.0` if the system is fast and the file...

Procedure `p_putstream(pData in out NOCOPY blob)` doesn't handle the blob data correctly. By reading them into a varchar2 variable, it get's converted into the hex representation. The following change works...

Although stating being compatible with Oracle 10.2.0.1 or above, the package body uses regexp_count, which isn't available in 10g.

### Board Type Raspberry Pi 4 Model B Rev 1.5 ### Operating System Linux 6.6.20+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.20-1+rpt1 (2024-03-07) aarch64 GNU/Linux ### Swift Version Swift version 5.10 (swift-5.10-RELEASE)...

The `brew` option `--with-shared` is no longer supported, so I omitted it, but it seems this causes some missing dev headers. Make fails with `Error: You need GLib 2 and...

##### Description The attached example demonstrates the problem. It contains two classes (`Obj1` and `Obj2`). Both have the same `mode` property. In the class `Obj1` this results in the property...

Issue: Bug

Currently `_` is used, so `package_name.function_name` becomes `package_name_function_name` when `PACKAGE_AS_SCHEMA` is set to `0`. I would love to use a different character.