polkovnikov
polkovnikov
### Bug description As a part of another project `marian` doesn't compile in Windows Cygwin's GCC when file [src/3rd_party/faiss/utils/misc.h](https://github.com/marian-nmt/marian/blob/f00d0621897ecf5dc947bba186d3d5fc8434fba2/src/3rd_party/faiss/utils/misc.h#L2) is included. This file needs `#include `, because `int64_t` is used...
When I run `docker run ...` command from your [Quick Start](https://github.com/rroemhild/docker-ejabberd#quick-start) service was unavailable and looking at `docker logs ejabberd` showed that it complains about config, looks like you have...
Feature request. I think "topic" will be very useful, because if I open your worker in a browser (like [this page](https://mozilla.github.io/translate/)) it says `Uncaught (in promise) RuntimeError: abort(CompileError: WebAssembly.instantiate(): Wasm...
I've compiled your `command` and `main` example projects with latest 16-th Clang on Windows. I have CPU `Intel i7-2630QM @ 2.00GHz`, which has 4 cores (8 hardware threads). And CPU...
On [this image](https://user-images.githubusercontent.com/173672/228843793-224e21b8-10e2-4d2b-b4a3-785fc7379267.png) Bing tried to write text `, then f(x) + 2ax + a^2 must also be a perfect`, but instead of `a^2` it raised 2 to the upper...
There is SurpriseMe button in [ImageCreator](https://bing.com/create). It generates some very interesting text of suggestion (prompt) and pastes it into Edit box. Then you click Create and this prompt is generated...
At least one week before there were two buttons in [Bing ImageCreator](https://bing.com/create): Add Image and Resize. You could add/upload your own image and afterwards resize it (upscale). You could upscale...
## Feature Request In Python 3.10 `./configure` you can pass option `--with-experimental-isolated-subinterpreters` (this just does `#define EXPERIMENTAL_ISOLATED_SUBINTERPRETERS 1`) which enables experimental feature of isolated interpreters, which allows to run multiple...
As it is said in StackOverflow [post](https://stackoverflow.com/a/47739532/941531) it is possible to compile Python for websites (browser) using Web Assembly technology. Would be great if you also support later Web Assembly...
Currently your `jit.cpp` code supports C++ API of Clang 8, but already Clang 13 is released. I suggest to update your `jit.cpp` code to support Clang 13. I did all...