Adam Mizerski

Results 58 issues of Adam Mizerski

On my machine generating 1024\*1024\*32 random numbers takes about 10 seconds. Here: http://www.fixstars.com/en/opencl/book/OpenCLProgrammingBook/mersenne-twister/ (and complete downloads here http://www.fixstars.com/en/opencl/book/sample/) you can find implementation that does the same amount of work in...

performance

I'm trying to make openSUSE package usable again (https://build.opensuse.org/package/show/home:etamPL:branches:games/stuntrally). I've used version from master branch with patches submitted as #35, #36 and #37. It compiles, it shows main menu, but...

Bug

**Is your feature request related to a problem? Please describe.** Currently there is only support for creating virtual displays with legacy intel driver. **Describe the solution you'd like** Using [evdi](https://github.com/DisplayLink/evdi/)...

openSUSE allows multiple versions of clang to coexist. In my case, `stddef.h` exists in `/usr/lib64/clang/7.0.0/include/stddef.h`. In order to compile the server, I had to add a line in `CheckClangResourceDir.cmake` under...

I use typical setup with ```python from autobahn.asyncio.component import Component, run comp = Component(...) run([comp]) ``` where connection is over "wss://" protocol. When hitting Ctrl+C (sending SIGINT) this is what...

wamp
bug
asyncio
needs-upstream

## Description **Golem Version**: 0.23.0 **OS**: Linux **Mainnet/Testnet**: Mainnet **Description of the issue**: When running gWASM task there is an error that appears in logs. I don't know what are...

bug

https://github.com/golemfactory/golem/blob/bdce5dee5183f241c137ac0e45f21525d4166b1e/golem/network/concent/received_handler.py#L181 `Client` doesn't have `concent_variant` member. It's in `Node` and it's passed to `ConcentClientService`. Proper access would be `...client.concent_service.variant['pubkey']`

bug

Race condition where the shutdown occurs before message to requestor (e.g. RCT) gets sent out from the message queue. Idea for a fix: change the graceful shutdown condition check (`Client#_try_shutdown`)...

0.22 release

## Description **Golem Version**: current develop (5550f5b0d) **Golem-Messages version**: 3.14.1 **OS**: Linux **Branch**: develop **Description of the issue**: ``` 2020-01-31 14:49:26 DEBUG golem.network.transport.message Deserialization class found. class= 2020-01-31 14:49:26 DEBUG...

bug
0.23 release

- Allows automatic integration tests - Could be published on https://chocolatey.org/

enhancement
windows