Omar Al Matar

Results 16 issues of Omar Al Matar

Hey man, Amazing module you have here and helped me a lot, I'm getting the following error on "some" requests, any idea how to fix it? **requests.exceptions.ConnectionError: HTTPSConnectionPool(host='', port=443): Pool...

I have the following code: ``` async def syncTrackers(): # trackerCollections = await magiceden.magiceden.allCollections() with ProcessPoolExecutor(max_workers=4) as executor: trackerCollections = await botutilities.collections.getTrackerCollection(con, None) syncFutures = [executor.submit(await nftAnalytics.dataSync.syncCollectionStats(collection['symbol'])) for collection in...

feature

Thanks for the library, Love your work. Any way to display percents next to the values? such as ā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆā–ˆ 2 (70%) The 2nd request is being able to view the...

Here's what i'm using atm... data: ``` { "num_tweets": 199, "total_impressions": 154586, "total_engagements": 0, "total_retweets": 4621, "total_likes": 4249, "average_impressions": 776.8140703517588, "average_engagements": 0.0, "average_retweets": 23.22110552763819, "average_likes": 21.35175879396985, "tweets": [ { "timestamp":...

Thank you for this library Iā€™m trying to make a CSS grid where people can drag widgets around, Iā€™m storing each widgets dimension and coordinates and when generating the grid...

So let's say i fetch a transaction: ```solana_client.get_transaction( tx_sig='4JsupFeVjPjLQfYLGGkDds6PZbfqhehJXYu5XryNN26hwChX9oPisZra61vvMzAK2xhQHa84r44aWaenD8hbjpgg', encoding="jsonParsed", commitment=None, max_supported_transaction_version=None, ) ``` Then I print the transaction meta and I get: ``` pre_token_balances: Some( [ UiTransactionTokenBalance { account_index:...

I'm using VP-Tree in a reverse image search engine implementation, I have a 64-bit integers that I build a vp-tree out of. I don't want to initiate this vp-tree every...

I'm new to svelte, try to make an element explode on exit. How do I use this in on:out?

Hello, Finally got this to work, I'm using python 2.6 When making a purchase i get this, Any pointers? Thanks! ```Error: 'module' object has no attribute 'remove_history_item' Traceback (most recent...

### Description I'm trying to serialize a custom class, in which an _id field is an ObjectId() instance for use in MongoDB However, when I serialize it using asDict() it...

help wanted
needs-clarification
acknowledged