CC007

Results 56 issues of CC007

## My actions before raising this issue - [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [x] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) ## Why do you need this? PIP...

A bug causes the following statement to give the wrong result: ``` "20".equals(Long.toString(32L, 16)) ``` This evaluates to `true` when running in java, but evaluates to `false` when compiling to...

bug

It would be nice if aparapi supported an MPI-like interface for passing messages between cpu/gpu and between kernel threads.

enhancement
bounty $$$

It would be nice to have the ability to sync kernel threads when the kernel is running (similar to how CUDA has `__syncThreads()`

enhancement
bounty $$$

Implement a way to asynchronously run a kernel with also an easy way to wait for the kernel to end like: Kernel k = ...; Execution ex = k.executeAsync(...); ex.waitUntilFinished();

enhancement
bounty $$$

Opencl (and CUDA) support dynamic parallelism. It would be nice to be able to use this on the java side as well

enhancement
bounty $$$

## Description This change adds the ability to provide a GIT_TOKEN as a build argument. This git token is then set as an environment variable. Also the pip install code...

new-contributor

It would be nice to be able to add packages without having to change the template. That way when the template gets updated (like an update to the base image...

Windows 10 is here to stay and will only have its bi-yearly updates to introduce new features. To show more precisely which windows version is being used, it would be...

In the past versions (I think it is since v57) Firefox has dropped support for the old style of plugins, in favour of a more chrome/opera comparable plugin system that...