-
```
Consider there're two locks, L1 and L2, and a thread T1 that does the following:
lock(L1)
lock(L2)
unlock(L1)
lock(L1)
unlock(L1)
unlock(L2)
, while other threads may (or may not) acquire a…
-
- PHPMD version: 2.10.1
- PHP Version: 7.3.27
- Installation type: composer
- Operating System / Distribution & Version: Ubuntu 20.04 LTS
### Current Behavior
phpmd stops with `Unexpected end o…
-
#### Problem description
I am using `lightkurve.targetpixelfile.KeplerTargetPixelFile.get_coordinates()` to get the sky coordinates of the pixels and then calculate the centroids in the sky coo…
-
Currently PHPMD (as far as I can see it) complains about unused formal parameters when implementing an interface.
Given the interface declares a method ```public function foo ($bar, $baz);``` and m…
-
The original gitable.py only grabs label and unlabel two actions. I thought that was rather limited so here is the revised gitable 70e4bd874c9e3c76196f83503db791760b303bb6. Hope it is useful.
Now git…
-
> Another area I started looking into (but haven't deeply explored yet) for both figuring out how to map variable names to sections of code in a 'smart' way, and potentially also for module identifica…
-
We had few reports across the broad that nodetool commands are getting stuck.
a suggestion was raise by @elcallio to try catch and collect enough information when those things happen:
https://gith…
fruch updated
3 years ago
-
- 0.56.0: zero detections: https://www.virustotal.com/gui/file/57b949555708567b3d7f5153d51a42d5f917f8ffca9bdbd550ee220025588e40/detection
- 0.56.1: detected by 7 engines: https://www.virustotal.com…
-
Setup went pretty smooth, it just took a few tries to find out what dependencies are required (Boiler, Steam, HookableSuspenders,...) which obviously won't be a problem when using a .swc
I'm still no…
-
### Is your feature request related to a problem? Please describe.
With #73247 I am finally adding a netherum dungeon where you can go loot CBMs, a long awaited feature. As I balance out loot, I am r…