GithubHelp home page GithubHelp logo

Comments (7)

june07 avatar june07 commented on June 11, 2024 1

FYI, confirmed different behavior on Linux today on my end. My primary development environment is on Windows.

from nim.

june07 avatar june07 commented on June 11, 2024

A bit more testing on this code is needed but should have a working solutions soon.

from nim.

june07 avatar june07 commented on June 11, 2024

@ceremcem Please give the newest release a try.

issue93

Also introduced a new image rotate utility.

nimRotateUtility

from nim.

june07 avatar june07 commented on June 11, 2024

https://github.com/june07/NiM/releases/tag/v2.7.0

from nim.

ceremcem avatar ceremcem commented on June 11, 2024

Hi,

I followed this blog post and updated NiM manually:

download the extension as a .zip by looking for the “Download ZIP” button on the right-hand side of the project page on GitHub. Now extract/unzip the code somewhere. Then in Chrome go to Menu (the three lines)->More tools->Extensions. Click the “Developer mode” checkbox and then click the button labeled “Load unpacked extension…”.

Now navigate in the resulting file dialog box until you are in the directory with a manifest.json file. For me, it was in the twlinkfy-master/ext directory. And that’s it!

However, it didn't work as intended with the following settings:

image

How it behaves

  1. When my NodeJS process restarted, it opens in a new, panel style window and gains focus immediately. (like the prev. version)
  2. When the debugger paused, it doesn't gain focus.

Extra odd behavior

Debugger attaches the process multiple times:

...(my application's console.log)...
Debugger attached.
Debugger attached.
Debugger attached.

System Information

Chromium Version 83.0.4103.116 (Developer Build) built on Debian 10.4, running on Debian bullseye/sid (64-bit)

from nim.

june07 avatar june07 commented on June 11, 2024

Didn't consider the windowed mode! Just updated the code and added support for windowed mode.

https://github.com/june07/NiM/releases/tag/v2.7.1

Regarding the console messages, you will see one additional attach message due to NiM attaching in addition to DevTools.

Also you should be able to simply drag the zip file to your browser and install it that way. Let me know how that works.

from nim.

ceremcem avatar ceremcem commented on June 11, 2024

Short feedback: Nope, it still behaves the same.

Also note that the behavior was the same on the previous version when I configured to "Open in tab" and not in new window. (So the problem shouldn't be related with that)

Also you should be able to simply drag the zip file to your browser and install it that way.

Didn't work for me. Maybe it's because Chromium and not Chrome.

from nim.

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.