Makhaev Anatoliy

Results 10 issues of Makhaev Anatoliy

Good afternoon. The wording of the name of this example is a bit confusing https://github.com/zarthcode/Libusbpp/blob/389ceea9bc974f1c2b1cf3151a32795c04832288/examples/LibusbTest.cpp#L355 I think it is not necessary to mix the concepts of asynchronous and multi-threading. Asynchronous...

Added a mutex for blocking accesses to the container and a method for working with it. Fixes zarthcode/Libusbpp#8

https://github.com/zarthcode/Libusbpp/blob/389ceea9bc974f1c2b1cf3151a32795c04832288/src/TransferImpl.hpp#L142 This field is static. Access to change it is shared by all objects of the class. Creating multiple objects in different threads results in a data race. Please use...

The behavior of type assertions in tinygo differs from the standard go compiler. I get panic when I try to make a valid type assertion. Example: https://github.com/gggrafff/tinygo_issue

duplicate
next-release

I describe the problem here: https://github.com/gggrafff/karmem_bug Data after serialization does not match data before serialization. I think that generator have a bug with data offsets and memory allocations

I found in the kelindar source code that it is possible to customize serialization (custom GetBinaryCodec or custom MarshalBinary+UnmarshalBinary methods), but there is only one sentence about this in the...

Hello! I'm trying to compile encoding+deconidng code to wasi targert with tinygo 0.30.0 and have the following errors: ``` $ make tinygo build -o main.wasm -target ./target.json -opt=2 -gc=precise ....

Matcher decorators are beatyfull, what think you about to support it for metadata providers? It can look so: ```py from typing import TypeVar from libcst import BaseMetadataProvider, matchers as m...

Изменён setup.py для установки пакета в python3. Изменён код приложения для работы в python3. Изменён urls.py для новых версий Django.

### Proposal Details Hello! ## The problem I am compiling my application to `GOOS=wasip1 GOARCH=wasm` and I want to control the wasm memory more accurate. `wasm-ld` provides the following parameters...

Proposal
arch-wasm
compiler/runtime