Austin Aigbe

Results 15 comments of Austin Aigbe

Thanks @ferd for the feedback. I tried your suggestion ![image](https://user-images.githubusercontent.com/3691485/177593950-50401ffe-b307-4c78-8794-60144fd17e11.png) I deleted the `rebar3_cuttlefish/` from the plugins folder ``` austin@NG-00000077:~/amf/_build/default/plugins$ ls cuttlefish getopt goldrush hex_core lager rebar3_hex verl ``` Here...

It will be great to extend this enhancement to support the [PAWS](https://datatracker.ietf.org/doc/html/rfc7545#section-6.1) protocol method format `spectrum.paws.methodName` I currently get the following errors: ```=json "jsonrpc": "2.0", "error": { "code": -32000, "message":...

I tried experimenting with the pygame_sdl2 renderer and I see a very huge difference in the fps. ![image](https://cloud.githubusercontent.com/assets/3691485/19014069/07603702-87db-11e6-9625-66bdf39744d1.png) Modified Code: ``` #Sprite Test sdl2_mode = True if sdl2_mode: try: import...

I have just provided a solution for this issue in #65 Here is the result: ![image](https://cloud.githubusercontent.com/assets/3691485/25320160/9643c792-289c-11e7-96f6-0e5be9acf86c.png)

I think issue #36 can be closed. This is already solved by using the render module.

It works fine with `rebar3_riak_core_lite`. Thanks.

I am experiencing the same issue when I try to build some proto files. ``` python -m grpc_tools.protoc --version libprotoc 3.21.6 python --version Python 3.8.10 OS: Ubuntu (wsl) ~/bess-rs$ pip...

Interestingly, when I downgrade the pip python packages, it gives me the expected result. ``` austin:~/bess-rs$ pip install --user protobuf==3.20.1 grpcio==1.46.0 grpcio-tools==1.46.0 Requirement already satisfied: protobuf==3.20.1 in /home/austin/.local/lib/python3.8/site-packages (3.20.1) Requirement...

I am having the same problem ``` PS C:\Users\austin> wsl --version WSL version: 2.0.9.0 Kernel version: 5.15.133.1-1 WSLg version: 1.0.59 MSRDC version: 1.2.4677 Direct3D version: 1.611.1-81528511 DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp Windows...

PS C:\Users\austin> usbipd attach -i 30c9:000f -w **usbipd: info: Device with hardware-id '30c9:000f' found at busid '1-2'.** **usbipd: info: Using WSL distribution 'Ubuntu' to attach; the device will be available...