Viewing profile — velut
velut
HN member- Joined
- Tue, Apr 30, 2019, 6:22 PM UTC
- HN karma
- 30
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About velut
Recent public activity
-
comment
Comment #36672880
I don't think so. I use Sidebery and their recommended approach is to edit userChrome.css. It's not too bad and works well. See https://github.com/mbnuqw/sidebery/wiki/Firefox-Styl…
-
comment
Comment #36667589
The search input provided by a website. You can try with the one in the footer of Hacker News and it works. See https://imgur.com/oxqMw6D
-
comment
Comment #36667245
Right click inside a search box. There should be the option "Add a Keyword for this search".
-
comment
Comment #36666784
You can press Ctrl+K or type a `?` before the search query and Firefox will use your default search engine without expanding the bookmark macro.
-
comment
Comment #36666737
This is one of my favorite features that I use daily. I use the URL " https://www.google.com/search?q=site:ycombinator.com+%s " to search content from HN, and " https://www.google.…
-
comment
Comment #36586959
I recently deployed a static website on Bunny.net using their object storage and their CDN and they make available logs in this format https://docs.bunny.net/docs/cdn-log-format .
-
comment
Comment #36520293
Hi, This is a simple web app that I created to add grids and stylize images and pixel art, for an example see [1]. I used Sveltekit for the website, DaisyUI/Tailwind for the stylin…
- story
-
comment
Comment #31704327
I made a website that uses bookmarklets just for that. https://www.videospeedup.com/
-
comment
Comment #29696636
Hi, I'm the author of the website mentioned by zebracanevra that does just that. When a user requests the documentation for a package hosted on npm, a lambda function (Vercel/AWS) …
- story
-
comment
Comment #27121843
Thank you! Yes, I use prism-react-renderer for syntax highlighting. I did not know about Shiki, but I'll look into it.
-
comment
Comment #27112535
Thank you for your question, I don't have experience with Docusaurus but I'll try to list a few ideas, let me know if it can help you. If you only need raw package metatada (signat…
-
comment
Comment #27112241
Thank you for your kind words! Your LSIF approach sounds interesting, I'll look into it. Another documentation host I know of is https://hexdocs.pm/ for Elixir packages.
-
comment
Comment #27107840
Hi HN, After working on a mixed Go/Javascript project and wishing there was something similar to GoDoc for npm packages, I started working on jsDocs.io with the objective of it bei…
- story
-
comment
Comment #25497292
Hi, thanks for your feedback. Javascript-only packages are not currently supported but Typescript packages or @types packages are. For example check the faastjs[1] package, you can…
- story