Daniel Camilleri

Results 7 issues of Daniel Camilleri

Say you have the ticker price for eth to usd and that for another cryptocurrency to eth, would it be possible to add a feature to convert the other cryptocurrency...

enhancement

### Your environment. - Version: Ubuntu 21.10 (Offer) Ubuntu 20.04 (Answer) go 1.16 GOOS=wasm GOARCH=js pion v3.1.23 - Browser (Offer) Google Chrome - Ubuntu 21.10 - Version 97.0.4692.99 (Official Build)...

Addition of an Options field of type map[string]interface{} to DialOptions which is used in the constructor for the js websocket instance and enables passing custom options like custom certificates.

I have set up a scenario with 2 python processes that run as separate (remote) instances to test communication between two python Pyrlang processes registered as `sender` and `receiver` From...

bug

GetMembers method was failing due to a change in how tags are represented from an array of string into an array of {int, string}.

I've been trying to compile a simple c-shared library for android but cannot seem to get it to work. This is the code I'm trying to compile: ``` package main...

Addition of functions to access updateData inside of texture2D to enable external update of texture data without setting data through function but only calling updateData to trigger re-render