Package: selinux-policy-default
X-Debbugs-Cc: cliffjki...@gmail.com
Version: 2:2.20221101-9
Severity: minor
Tags:
Dear Maintainer,
dbus fails to start after installing SELinux. The error indicates that it
expects a file in /etc/selinux/targeted/contexts/dbus_contexts
The package selinux-policy-de
Package: libkf5textwidgets5
X-Debbugs-Cc: cliffjki...@gmail.com
Version: 5.103.0-1
Severity: minor
Tags:
Dear Maintainer,
Using a braced initializer in kdevelop breaks code folding.
EXAMPLE CODE TO REPRODUCE
void testfunc(){
//comment
std::ifstream file{"ooh.a.file", std::ios::binary | std::ios::
I have a fix. Local testing works. I have no idea how to get it to you.
Fixes both bugs, and allows for users to revert to this (broken) function
in the future, if required, following the author's existing pattern for
internal versioning.
30c30,31
< // - Set to 2 to use the current version.
---
> /
I found the cause of the side effect:
In GradientCoherentNoise3D there is an initialization block:
int x0 = (x > 0.0? (int)x: (int)x - 1);
int x1 = x0 + 1;
int y0 = (y > 0.0? (int)y: (int)y - 1);
int y1 = y0 + 1;
int z0 = (z > 0.0? (int)z: (int)z - 1);
int z1 = z0 + 1;
These values som
If Bug#1093642 is fixed by setting the scale to ~0.5, This function stops
generating values anywhere close to -1 .. 1, it appears to fall within
-0.29 .. 0.29
I am working on determining the cause of this side effect, it may result in
a new bug report.
Forgive the mess, but I'm not savvy in makefile testing, I use cmake+boost,
so.
Given:
inc=0.05;
for (x=-10.0;x<10.0;x+=inc){
for (y=-10.0;x<10.0;x+=inc){
for (z=-10.0;x<10.0;x+=inc){
int x0 = (x > 0.0? (int)x: (int)x - 1);
int y0 = (y > 0.0? (int)y: (int)y - 1);
int z0 = (z > 0.0? (int)z: (int)z -
Package: libnoise0
X-Debbugs-Cc: cliffjki...@gmail.com
Version: 1.0.0+repack-1+b1
Severity: important
Tags: upstream
Dear Maintainer,
While investigating #1093633, I found a source of the problem in
GradientNoise3D.
Per the headers for GradientNoise3D, GradientNoise3D is supposed to return
in the
This appears to be caused by another bug, which I will report separately.
>From the headers:
/// A gradient-noise function generates better-quality noise than a
/// value-noise function. Most noise modules use gradient noise for
/// this reason, although it takes much longer to calculate.
///
///
Package: libnoise0
X-Debbugs-Cc: cliffjki...@gmail.com
Version: 1.0.0+repack-1+b1
Severity: important
Tags: upstream
Dear Maintainer,
I observed out of bounds condition with GradientCoherentNoise3D.
Per source header documentation:
/// @returns The generated gradient-coherent-noise value.
//
Package: zookeeper
Version: 3.4.9-1
Invoking zkCli fails due to an undeclared variable.
$ /usr/share/zookeeper/bin/zkCli.sh -server $(hostname):2181
/usr/share/zookeeper/bin/zkCli.sh: line 39: : command not found
Line 39 contains $JAVA, which is not set anywhere in 3.4.9. It was previously
set
10 matches
Mail list logo