Ashish

Results 10 issues of Ashish

Could you please import oneapi-src/oneTBB@c4a42feb5333488360617a9b58f90e479659b744 in the bundled TBB library ? Without it, FreeBSD build fails for TBB due to missing `-mwaitpkg` compiler command-line option. Thanks!

### What happened? `crio` fails validation for `conmon_cgroup` when using `cgroupfs` as cgroup manager. With following configuration: [crio.runtime] cgroup_manager = "cgroupfs" conmon_cgroup = "" Due to presence of conflicting checks...

kind/bug
lifecycle/stale

### systemd version the issue has been seen with 245.4-4ubuntu3.17 ### Used distribution Ubuntu 20.04 ### Linux kernel version used 5.4.0-122-generic ### CPU architectures issue was seen on x86_64 ###...

bug 🐛
network

### Description If the __HM_SESS_VARS_SOURCED is set in environment of parent process, then the spawned child shell will inherit it, and won't set the session variables one expects to be...

status: stale

On platforms, where soft-serve executable gets installed in a path that is not the same throughout installation, or upgrades, hooks break. Some examples of such a situation is when moving...

### Your use case #### What would you like to do? I would like to make a request for pre-built tarballs that one could just extract in web server's document...

T-Enhancement

Output of `cabal build -v` after `cabal configure`: ``` creating dist/setup ./dist/setup/setup build --verbose=2 --builddir=dist --jobs=8 Component build order: library creating dist/build creating dist/build/autogen Building HDBC-mysql-0.6.6.2... /usr/local/bin/ghc-pkg init dist/package.conf.inplace Preprocessing...

When nothing listening on `localhost:81`, with following code: ``` (simpleHTTP (getRequest "http://localhost:81/")) >>= (\r -> case r of Left _ -> putStrLn "Error"; Right _ -> putStrLn "Alright!") ``` instead...

- [x] I have read the entire README https://github.com/nix-community/aarch64-build-box - [x] I completely understood the README https://github.com/nix-community/aarch64-build-box - [x] I know when I can't trust the builder, as explained in...

It seems to [require merlin 3.0.1](https://github.com/flycheck/flycheck-ocaml/blob/77f8ddbd9bfc3a11/flycheck-ocaml.el#L12), but [merlin is 3.0](https://github.com/ocaml/merlin/blob//0f64255167b63d8eab606419693ac2ca83d132f0/emacs/merlin.el#L7), at the moment. Is this on purpose, or just an oversight ? Thanks!