Mathijs de Bruin

Results 134 issues of Mathijs de Bruin

**Describe the bug** ![image](https://user-images.githubusercontent.com/22742/198824782-0b50eaca-63e0-4ced-a345-e70602173a96.png) For images, when correct NSFW data is returned by the API, this data is not shown in the list view and the dynamic blurring is not...

bug

Blur/unfocus seach text input. ![signal-2022-10-28-144948](https://user-images.githubusercontent.com/22742/198826458-e2450316-1262-47ef-8511-10c921cc8936.png)

bug

**Describe the bug** New images are not loading. Broken in: d7b33fbfe6b40e4d519d766bb47bf59d33290d01 Still working on: 90afcd69b8c8187cb898c54e3e84a130b9a8175e Related: #272

bug

In the Planetify in the playlist view, when clicking on the title of a song, the hover suggests there is an onclick behaviour. When clicking on a song (not only...

enhancement
Planetarify

# TODO - [x] Factor out client library to nyats/client package - [x] Rebase with master - [x] Video support (single static image, for now) - [x] Fix codeclimate issue...

It would be nice to have reaching level 3 but having level 1 would be a good compromise, for now. Standard/preview: https://www.opengraph.xyz/url/https%3A%2F%2Fipfs-search.com/ Vue.js metadata plugin: https://vue-meta.nuxtjs.org/ ## Level 1 -...

Similar to other settings. Related to #232 and #233 Populate top gateways with origin isolation as default options. E.g.: - [dweb.link](https://dweb.link/ipfs/bafybeifx7yeb55armcsxwwitkymga5xf53dxiarykms3ygqic223w5sk3m#x-ipfs-companion-no-redirect) - [cf-ipfs.com](https://cf-ipfs.com/ipfs/bafybeifx7yeb55armcsxwwitkymga5xf53dxiarykms3ygqic223w5sk3m#x-ipfs-companion-no-redirect) - [nftstorage.link](https://nftstorage.link/ipfs/bafybeifx7yeb55armcsxwwitkymga5xf53dxiarykms3ygqic223w5sk3m#x-ipfs-companion-no-redirect) List of active gateways: https://ipfs.github.io/public-gateway-checker/

This prevents a round trip for each request and thus increases performance. Ref: * http://docs.ipfs.tech.ipns.localhost:8080/how-to/address-ipfs-on-web/#subdomain-gateway * https://github.com/bluelovers/ws-ipfs/tree/master/packages/%40lazy-ipfs/ipfs-subdomain Related to #232

Use something like `window.location.hostname.endsWith('ipfs.localhost')` to detect whether we're loaded from local gateway (e.g extract the port number from it etc.). If so, we can dynamically load other resources over IPFS...