-
**Describe the bug**
This is a followup for https://github.com/plotters-rs/plotters/issues/392 and https://github.com/plotters-rs/plotters/pull/477.
It looks like you `cargo publish` was run for…
-
**Description**
We need to implement integration tests for the library to ensure that various components work together as expected. The integration tests should utilize the following testing framew…
-
# Bug report
This probably has to do with the fact that this class implements array-like behaviour without support for `ArrayAccess` interface (https://github.com/phpstan/phpstan-src/blob/d5e6df75d42…
-
With "use feature 'try'" or "use v5.40", and with the perlcritic rule "Subroutines::RequireFinalReturn" enabled (as in --stern mode), it will throw a bogus RequireFinalReturn warning if the try/catch …
-
While fixing a CodeQL warning in `__crtLCMapStringA()`, I'm seeing code that makes no sense:
https://github.com/microsoft/STL/blob/1e312b38db8df1dfbea17adc344454feb8d00dd9/stl/src/StlLCMapStringA.c…
-
### Prerequisites
* [X] Put an X between the brackets on this line if you have done all of the following:
* Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-b…
-
### The Problem
I found a couple of times in a 2 week timespan that sometimes the images are captured when the light is off. It appears to be some kind of synchronization issue between the camera and…
-
As of d5e40031984f1ba0c538324416690d651bb8b8ee, given the following module:
```
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE CPP #-}
module Liquid.Prelude () where
import GHC.Types(Bool(..…
-
### Bogus NuGet Package
35.6.0
### .NET Version
NET 8.0.400
### Visual Studio Version
Rider 2024.1.4
### What operating system are you using?
Windows
### What locale are you using with Bogus?
…
-
This code shows `var` being unused and color-highlighted in gray.
```jl
function f(var)
rand() > 0.5 && (var = 1)
return var
end
```
It is however used.