hyperstown

Results 18 comments of hyperstown

Probably `sudo make install` would suffice but I rebuild everything in case something changed.

I tested a few different backends and I think that the issue is that server doesn't support streaming responses and continuedev extension require those. Every backend that worked returned streaming...

Hi, `` tag has CSS property `overflow-x: hidden`. This property ensures that scrollbar will stay hidden even if some elements are overflowing. Have you altered in anyway way attached CSS?...

Then perhaps `overflow-x: clip` could be a solution. As said in [MDN docs](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-x#values): >Like for hidden, the content is clipped to the element's padding box. The difference between clip and...

> This possibility disappears when the script is unloaded for some reason :o That's because individual snowflakes are flowing outside screen border. When script is unloaded there is no element...

Then perhaps one of those solutions will work for you (You can also try using all of them ): In `index.html` replace: ```html ``` with ```html ``` Additionally in `pureSnow.js`...

Sorry if I wasn't specific enough, I meant gallery (thumbnails). Photoswipe was only an example on how customization could be implemented. But I think I found a nice workaround. My...

But that's the thing, why should I specify label each time when field name is not unknown? We have access to field name in that function but we still choose...