Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
diiiimaaaa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
diiiimaaaa
11mo ago
I recently had to setup another complex monorepo with eslint/vitest/vite/tsup/turborepo and it was such a pain. All the time either eslint breaks for some file, or some build breaks because of some obscure thing in tscon
2.
▲
by
diiiimaaaa
1y ago
Not only that. My main problem with web components that you end up with a build step anyway. Not every component is interactive and relies on JS, some are just static elements (say avatar image) that you wanna render right away (but at the
3.
▲
by
diiiimaaaa
1y ago
Leaflet should easily handle stuff like this if configured correctly. OP just slaps 3000 markers in a single layer, and each of them is an image element in dom. Should probably use some marker clustering for that.
4.
▲
by
diiiimaaaa
1y ago
Similar thing happened in iOS7(?) where they released glassy panels. Not far from that `-webkit-backdrop-filter` was added that allowed similar effect, I expect similar will happen. For new glassy effect it seems you need a separate filter
5.
▲
by
diiiimaaaa
1y ago
I think we're in a loop guys
6.
▲
by
diiiimaaaa
1y ago
So if I understand correctly all JS is custom-written Alpine JS components. And all CSS is custom classes that use Tailwind @apply, I'm not sure why, can someone elaborate.
7.
▲
by
diiiimaaaa
1y ago
These placeholders are generated by processing the image on a server beforehand. Generally they create some html, css or svg markup that is served inline. Having to do a separate request for such placeholder is very bad idea. It's not
8.
▲
by
diiiimaaaa
5y ago
I really appreciate your position, but the letter is incredibly weak. I understand that it's aimed at government that won't read it otherwise, but: You call it "operation", it's not operation, it's war. You ask
9.
▲
by
diiiimaaaa
5y ago
I am in Ukraine right now. In a small village to the north of Kyiv. I am the author of PhotoSwipe ( https://github.com/dimsemenov/photoswipe ). Yesterday I was filling bags with sand to make a fortification for local def
10.
▲
by
diiiimaaaa
8y ago
It also misses 3 web fonts with 4 weight variations each.
11.
▲
by
diiiimaaaa
8y ago
I didn't want to sleep anyway.
12.
▲
by
diiiimaaaa
9y ago
I've seen similar posts when Apple announced that there won't be Flash on mobile Safari. And I agree with Chrome team decision to force passive on document level listeners. Also, note that not many people complained about "bl
13.
▲
by
diiiimaaaa
11y ago
I was always using UserVoice. It's quite cheap, and even has (or at least had) discounts for open-source/non-profit projects.
14.
▲
by
diiiimaaaa
12y ago
... and you can't translate a page, you can't search on a page, you can't select or zoom images, you can't open link in the new tab. Imho, making custom "DOM" via canvas just to make UI look fancy is not a solu
15.
▲
by
diiiimaaaa
12y ago
I'm not planning to stop working on PhotoSwipe, it's under active development. There will be a WordPress plugin soon (with paid pro version), so project will be partly monetized.
16.
▲
by
diiiimaaaa
12y ago
> Yeah, so we'd have to carry that exception over in every other piece of software we create that uses it The license is MIT, you don't need to add anything else. > The >300 open issues and what seems like tons of ignored
17.
▲
Show HN: New PhotoSwipe
(photoswipe.com)
33 points
by
diiiimaaaa
12y ago
|
10 comments
18.
▲
Image zoom effect for Magnific Popup
(codepen.io)
2 points
by
diiiimaaaa
13y ago
|
0 comments
19.
▲
by
diiiimaaaa
13y ago
Thank you!
20.
▲
by
diiiimaaaa
13y ago
The reason why I use it in conjunction with GA is that it provides some cool unique features, like this one http://metrica.yandex.com/promo/
21.
▲
by
diiiimaaaa
13y ago
Please isolate your problem on CodePen and open a new issue on GitHub.
22.
▲
by
diiiimaaaa
13y ago
Thanks for the heads-up, will change it.
23.
▲
by
diiiimaaaa
13y ago
It's really great that you draw a custom cover image for every single plugin. Suggestion: make all navigation ajax-based and display the items right away (don't wait until all items are finished loading). This will make your site much-much
24.
▲
by
diiiimaaaa
13y ago
Not sure if I understand the question :) I have no relation to Yandex company.
25.
▲
by
diiiimaaaa
13y ago
Thank you. By the way, here is a good discussion related to "responsive" term - http://stackoverflow.com/questions/14831530/responsive-desig...
26.
▲
by
diiiimaaaa
13y ago
Probably you're right, I agree that such behavior might be confusing in some cases. I don't think that it's possible to launch fullscreen YouTube video player in mobile Safari by just clicking on link. Maybe we should just link directly to
27.
▲
by
diiiimaaaa
13y ago
Yep there is a list of unique features on plugin homepage: http://dimsemenov.com/plugins/magnific-popup/ Also, be sure to check my article on the Smashing Magazine that explains how this plugin was made - http://coding.smashingmagazine.c
28.
▲
by
diiiimaaaa
13y ago
I completely agree with you. For this exact reason I've made this plugin modular. Which means that you can include only parts that actually use, both from JS part (thanks to Grunt) and from CSS part (thanks to Sass).
29.
▲
by
diiiimaaaa
13y ago
Here is discussion about this https://github.com/dimsemenov/Magnific-Popup/issues/12
30.
▲
by
diiiimaaaa
13y ago
I thought so when I started writing it :)
More ›