GithubHelp home page GithubHelp logo

Comments (6)

infokiller avatar infokiller commented on June 10, 2024 1

Hi @CyberShadow and thanks for the great bug report!
I was enable to reproduce it and will try to fix it when I have some free time
I'll also try to reproduce the troubleshooting issue later

from web-search-navigator.

CyberShadow avatar CyberShadow commented on June 10, 2024 1

Thank you kindly for the quick response. Regarding the troubleshooting issue, it's probably something messed up with my system, so don't worry too much about it.

from web-search-navigator.

CyberShadow avatar CyberShadow commented on June 10, 2024 1

Sure!

I'm still using Arch Linux (and aconfmgr) :)

I started looking at Nix because it allows creating reproducible containers, something which is not really possible with Alpine or Debian-based distributions. It is actually also sort-of possible with Arch Linux, if you use the Arch Linux Archive and set Server=https://archive.archlinux.org/repos/some-date-here, and disable package signature checking... but it's not really intended to be used that way and not as flexible.

I have not tried NixOS as an Arch replacement, so I can't comment on that. However I can recommend at least looking at Nix itself if free time allows; the language (being purely functional and lazily evaluated) is sometimes a little mind-bending, but some of the offered features like reproducible containers or scripts are pretty cool and a good tool to have.

from web-search-navigator.

infokiller avatar infokiller commented on June 10, 2024

From a quick look, the issue seems to be that the "More results" button is an anchor element (<a>) and the URL points to this strange page where you have no way to navigate further. The current logic we use for navigating is to use the href if it's an <a>, and only click otherwise, hence why it happens:

https://github.com/infokiller/web-search-navigator/blob/master/src/main.js#L533C1-L539C8

It should be easy to fix this by also checking for role=button, though I'll have to check it won't break anything else.

from web-search-navigator.

infokiller avatar infokiller commented on June 10, 2024

BTW @CyberShadow, I have a completely unrelated question.

Background: I'm a happy user of aconfmgr for 5+ years, so many thanks for creating that project. It's the only tool I found for easy management of my Archlinux system config, and it's what kept from switching to NixOS/Guix.

Now to my question: I spotted Nix in your screencast above and was wondering if you've switched to NixOS, and if so, would you recommend it?

Thanks!

from web-search-navigator.

infokiller avatar infokiller commented on June 10, 2024

Thanks for the helpful response, and I'm glad you're still using aconfmgr :)

from web-search-navigator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.