Clark Alesna

Results 19 issues of Clark Alesna

I was wondering if there are already discussions or plans to develop/support .NET Core and C# Client for prisma? This project seems to be a very good fit for .NET/C#...

kind/feature
area/client

I can't seem to use WHERE OR , WHERE NOT in MongoDB ![image](https://user-images.githubusercontent.com/585569/51463617-97c7c200-1d9e-11e9-9d2e-132903d38260.png) ![image](https://user-images.githubusercontent.com/585569/51463728-ef662d80-1d9e-11e9-85ea-526d7638480f.png) Am I doing something wrong?

kind/feature
area/connector/mongo

Hi guys, I'm wondering if the library has capability to read audio bytes from the voice channels? I'm building a Bot that will read the voice and try to convert...

feature request

![image](https://user-images.githubusercontent.com/585569/51873647-fc83ad80-2398-11e9-87d9-92c29fd2ba90.png) according to docs I should be able to do something like this but it seems Typescript Client won't allow it ![image](https://user-images.githubusercontent.com/585569/51873682-1fae5d00-2399-11e9-826c-307125fd0ab2.png)

So basically I'm trying to make RPC request via `ethereum.request` to Milkomeda C1 like so: > **Note**: `ethereum.request` is injected by metamask which is then connected to Milkomeda C1 RPC...

**Example Transaction Output (mainnet)** ``` TxHash : 25b8f78de7a1c2a3f76847243026b802a6bc9bfdb94f16e25af80d61e5c6e21d Address: addr1zxgx3far7qygq0k6epa0zcvcvrevmn0ypsnfsue94nsn3tvpw288a4x0xf8pxgcntelxmyclq83s0ykeehchz2wtspks905plm Amount: 1719690 Assets: [ { policy: "2a89138bffea582b621a747015c1c90259d6b4751eeccaa39c4a7dfb", asset: "467572696e31303538", asset_ascii: "Furin1058", amount: 1 } ] Datum Hash: b7c6656e143cfe98b9e9953e94fd94f14b9b6f954c56223e533841b60768eb15 Datum Cbor:...

Here is a preview of the output: ![image](https://user-images.githubusercontent.com/585569/206895654-734dd516-1314-4f36-a8cf-f2a4b9dff0ba.png) ![image](https://user-images.githubusercontent.com/585569/206895661-ba3a19e2-19f2-4f39-9bf7-87e5a4cde326.png)

This get_utxo_by_address query seems to fail with certain addresses on mainnet (failing decode cbor(?)) ```rs let addrx = "addr1w9sm8qpvuayw687645kkcaztr8csg2zl05cczu496ncx5nssarfwf".to_string(); let addrx: Address = Address::from_bech32(&addrx).unwrap(); let addrx: Addr = addrx.to_vec().into(); let...

needs more info