hayk

Results 49 comments of hayk

Open a terminal. Then type: ```bash sudo cp -r /Volumes/Armenian\ Phonetic/ArmenianPhonetic.bundle /Volumes/Armenian\ Phonetic/Keyboard\ Layouts ``` Enter the sudo password when prompted.

> Thanks but now I have it layout twice. Not quite sure what this means, but I guess. There are basically two locations where the system looks for custom layouts....

Thanks for a quick and detailed response! Yes, indeed I've seen these problems occur in `matplotlib` 3d projection as well (with just simple meshes), so I figured this must be...

In case this is useful for anyone /also developers might wanna consider adding this feature/. I hacked around a little bit and added a flag argument to specify the codec...

Hi! I'm having the same trouble on mac OS 11.3.1, the requests are super slow. Both using `iterm2` and `terminal`. Here's the output of `--profile` for my case (`PATH` is...

Thanks for the response! It actually helps but only slightly. The query is still far from being responsive. Still have to type and wait for a second for filter results...

That actually did it, wow! o_O Great catch :) https://user-images.githubusercontent.com/7251306/117726301-61ebb900-b1b4-11eb-833a-7055fbeb8cc1.mov I would think there is a thread-initialization overhead of some sorts (might be that the compiler optimization is taking too...

@ToruNiina i think this case is worth documenting on the front page: ```c++ using namespace toml::literals; const auto raw = u8R"( [[element]] name = "one" [[element]] name = "two" [[element]]...

Same issue. `GCC 8.5`, also different CUDA versions: `11.1, 11.4, 11.6, 11.7`.

is this `clang` or `apple-clang`? regardless, i'm not sure `kokkos` supports `clang 13`, their [primary tested version](https://kokkos.github.io/kokkos-core-wiki/requirements.html) is `8.0`. 1. removing `Inline` (which is an alias to `KOKKOS_INLINE_FUNCTION`) is not...