Displaying 6 results from an estimated 6 matches for "l177".
Did you mean:
l147
2020 Apr 29
2
problem with `viridis` on Ubuntu 20.04
...e digging and simply calling the function `viridis` from
the `viridisLite` package causes the same problem, execution gets stuck
at the line:
cols <- fn_cols(seq(begin, end, length.out = n)) / 255
which is line 177 here:
https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177
I'm dual booting Debian Buster on the same machine and no such issue
occurs with R 4.0.0 and the same versions of the `viridis` and
`viridisLite` packages. Also no such issue occurs on Windows 10 or on a
Mac both with R 4.0.0 and the latest versions of `viridis` and
`viridisLite`.
I was n...
2019 Jun 25
2
SCEVExpander bug?
Hi,
We have recently encountered incorrect code generation issues and I think it is a SCEVExpander bug exposed by a recent patch to add nuw/nsw flags when generating code for SCEVMulExpr.
The test case IR looks like this-
%1 = load i16, i16* %arrayidx
%2 = and i16 %1, -32768
The SCEV form of %2 is this-
(-32768 * (%1 /u -32768))<nuw><nsw>
It has both nsw/nuw flags. The signed
2020 Apr 29
0
problem with `viridis` on Ubuntu 20.04
...simply calling the function `viridis` from
| the `viridisLite` package causes the same problem, execution gets stuck
| at the line:
|
| cols <- fn_cols(seq(begin, end, length.out = n)) / 255
|
| which is line 177 here:
| https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177
|
| I'm dual booting Debian Buster on the same machine and no such issue
| occurs with R 4.0.0 and the same versions of the `viridis` and
| `viridisLite` packages. Also no such issue occurs on Windows 10 or on a
| Mac both with R 4.0.0 and the latest versions of `viridis` and
| `viridisLit...
2017 Sep 22
0
Restrict root clients / experimental patch
Hi,
On 09/21/2017 07:32 PM, Pierre C wrote:
> Hi All,
>
> I would like to use glusterfs in an environment where storage servers
> are managed by an IT service - myself :) - and several users in the
> organization can mount the distributed fs. The users are root on their
> machines.
> As far as I know about glusterfs, a root client user may impersonate any
> uid/gid
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
...iridis` from
> | the `viridisLite` package causes the same problem, execution gets stuck
> | at the line:
> |
> | cols <- fn_cols(seq(begin, end, length.out = n)) / 255
> |
> | which is line 177 here:
> | https://github.com/sjmgarnier/viridisLite/blob/master/R/viridis.R#L177
> |
> | I'm dual booting Debian Buster on the same machine and no such issue
> | occurs with R 4.0.0 and the same versions of the `viridis` and
> | `viridisLite` packages. Also no such issue occurs on Windows 10 or on a
> | Mac both with R 4.0.0 and the latest versions of `viridi...
2017 Sep 21
2
Restrict root clients / experimental patch
Hi All,
I would like to use glusterfs in an environment where storage servers are
managed by an IT service - myself :) - and several users in the
organization can mount the distributed fs. The users are root on their
machines.
As far as I know about glusterfs, a root client user may impersonate any
uid/gid since it provides its uid/gid itself when it talks to the bricks
(like nfsv3).
The thing