Yábir Benchakhtir

Results 79 issues of Yábir Benchakhtir

Some queries in the timeline manager are broken

bug

When an user doesn't exist the `deference` function returns a wrong string and the pipelines call the request get with that wrong str

bug
App design
mid-priority
federation

When I send an Activity the target url is correct but don't know why it always makes a POST to the local instance.

bug
high-priority
federation

Need to study what mastodon does in this cases.

bug

It should be a permission level to view private profiles

Future

After the changes introduced in the globaldb we are executing a refactor of how the `Asset` and children work. ## New classes and usage We introduce the following new classes:...

the api responses from https://bisq.markets/api/ticker?market=BISQ_BTC are unreliable and failing most of the time. This api is used since was the only place we had to query BISQ token market price....

## Problem Definition A user in discord reported that FTX was not finishing querying the fills endpoint. @LefterisJP found that there is a potential infinite loop if the amount of...

bug

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When using the autocompletion functionality you can't read properly the value displayed....

defect
python
language
popovers

```sql INSERT INTO asset_collections(id,name,symbol) VALUES(261,'Starknet','STRK'); INSERT INTO assets(rowid,identifier,name,type) VALUES(6214,'eip155:1/erc20:0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766','Starknet Token','C'); INSERT INTO assets(rowid,identifier,name,type) VALUES(6215,'STRK','Starknet','W'); INSERT INTO common_asset_details(rowid,identifier,symbol,coingecko,cryptocompare,forked,started,swapped_for) VALUES(6214,'eip155:1/erc20:0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766','STRK','starknet','',NULL,1668610211,NULL); INSERT INTO common_asset_details(rowid,identifier,symbol,coingecko,cryptocompare,forked,started,swapped_for) VALUES(6215,'STRK','STRK','starknet','',NULL,1668610211,NULL); INSERT INTO evm_tokens(rowid,identifier,token_kind,chain,address,decimals,protocol) VALUES(5283,'eip155:1/erc20:0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766','A',1,'0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766',18,NULL); INSERT INTO multiasset_mappings(rowid,collection_id,asset) VALUES(673,261,'eip155:1/erc20:0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766');...