Paper-Folding

Results 13 comments of Paper-Folding

I have the same problem like you. So I changed to another ID3 reader based on java which can read album art.

> Similar issue here, except for me, it returns SOME covers, but not others (although multiple other tag reader apps show them all.) my limitation is that i need it...

Currently I can add this piece of scss to solve this, but could you plz make it detect position automatically? : ```css ::v-deep() { .v3dp__popout { right: 0; } }...

Why don't you just use element ref in react and then use Masonry in `useEffect` hook just like vanilla js?

I did not even know if I was right, I use the python code like below: ```py import stomp class MyListener(stomp.ConnectionListener): def __init__(self, conn): self.conn = conn def on_error(self, frame):...

For example, it should behave just like this one I used before: https://paper-folding.github.io/toastify/ .

On the contrary, Bootstrap 5 adds support for Masonry, see [here](https://getbootstrap.com/docs/5.1/examples/masonry/) for more details.

I found an alternative way, just set accessToken and refreshToken into env variables in your authentication api using hoppscotch's "test" tab, and use env value in cookie header with `accessToken=;refreshToken=`...

And since Hoppscotch is written in electron, and "test" block is written in js, you can use `console.log` in test block, and values will show in Hoppscotch's dev tool, for...

> > I found an alternative way, just set accessToken and refreshToken into env variables in your authentication api using hoppscotch's "test" tab, and use env value in cookie header...