Toggle comment IJulia notebook on safari - ijulia-notebook

I am new using IJulia
I tryed every shortcuts to comment some lines that did not work except pressing alt then clicking at the beginning of the line to insert # that works but which is not ergonomic at all.
I am running IJulia 0.5.1 notebook on safari using Mac OS Sierra 10.12.4.
This shortcut obviously must exist somewhere
can someone help please ?

Related

“launchPackager.command” can’t be opened

Just updated my Mac to the official release of Ventura, and I cannot launch my application via react-native run-ios.
Expected behavior:
running react-native run-ios will launch an Xcode simulator and a terminal window with Metro running.
Current behavior:
Xcode simulator opens, main terminal says app was built successfully, but an error is thrown instead of the metro terminal opening:
“launchPackager.command” can’t be opened because (null) is not allowed to open documents in Terminal.
The simulator just shows a white screen and can't be interacted with.
What I've tried:
manually opening node_modules/react-native/scripts/launchPackager.command
opens Metro terminal but is not connected to the app
warn No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB.
info Reloading app...
giving Terminal full disk access (no change)
This happened to me after upgrading to macOS Ventura. I happen to use iTerm as my main terminal, not the built-in Terminal.app so the following fix only applies to that scenario:
Set iTerm as the Default Handler for *.command Files
Open node_modules/react-native/scripts/ in Finder (open node_modules/react-native/scripts/)
Right-Click on launchPackager.command and click Open With then choose Other...
In your Applications directory, select iTerm and click Always Open With
After this, you might need to run npm run ios again from this terminal window. However, from now on, Metro will open in a new iTerm tab instead of trying to open the command in a new Terminal window.
For me, this was the desired behaviour and it removed this warning.
Note In future, any *.command files will now open with iTerm instead of Terminal.
I encountered the same problem as you, I installed another terminal (iTerm2), then randomly found a .command file, and in the display introduction, changed the default opening method to iTerm2enter image description here
I'm having this issue after upgrading my MacOS to Ventura 13.1.
If you don't want to use iTerm as the accepted answer suggest, the workaround I found was to look for the launchPackager.command file inside node-modules/react-native/scripts/ and open this file manually every time you run your app for the first time (specifically when the error pop-up appears). This will open the terminal with metro running already.
I know that manually processes are not the best, but I don't want to use iTerm :)
Using Intel version of apps (Webstorm, Android Studio, other IDE etc...) fixed my problems. I encountered the same issue and thanks to Intel version of Webstorm and Xcode on Rosetta I can able to pod install and other operations.
Note: I'm using Intel version of Android Studio, WebStorm. Also Xcode uses Rosetta 2. No problem detected and everything works perfect. I can able to develop React-Native & Native Android & iOS and Flutter apps without problem. Before that I was using Silicon version of WebStorm and almost no function worked.
Config: MacBook Air, macOS Ventura 13.2 on Apple M1 processor.
For Most of the case you just have to delete node_modules and install modules again (npm i). This happens when project was copied from old mac which had node_modules folder created by the old user, or if the system thinks so
This happened to me after i configured my terminal for the look and feel - but with iterm2, oh my zsh, and powerlevel10k

Enter responsive design mode missing

I just upgraded safari to version 9.0.3, one of my parners in another city reproduced an error on my website using responsive desing mode and iOS 9.1 iPhone user agent in a MacBook (OSX 10.9.5).
They were explaining me how to reproduce the issue by using the "Enter responsive design mode" in the develop tab but no matter what I do, that specific option never shows up. I already disabled all extensions and deleted my preferences (not sure if this helps). I tried the option + command + R shortcut but it doesn't do anything neither. I already tried reseting safari and restarted several times.
Where did this feature go?
Edit: added screenshot:
Edit: 2nd screenshot:
According to Apple's Documentation, you have to be running OS X 10.11 El Capitan or above in order for Enter Responsive Mode.
With OS X El Capitan, Safari brings new tools and capabilities that let you create a better surfing experience with the Safari web browser.
Source: https://support.apple.com/kb/PH21491?locale=en_US
As you are running OS X 10.9 Mavericks, you are not able to enable it.
Thus, you need to upgrade to OS X 10.11 El Capitan in order to enable Responsive Mode.

Can't start RubyMine from app icon after upgrade, only from command line

I just upgraded my RubyMine to v8.0.0 with the custom bundled JDK. After installing it I tried to open the app from it's icon and nothing happened. I mean it showed me the dialog box if I trust the app (this happens whenever you want to open a new installed app for the first time), but afterwards nothing showed up.
I looked through the app processes, and couldn't find the RubyMine app. I also tried the solution from this question:
RubyMine fails to start on Yosemite
No success.
After I ran chmod +x /Applications/RubyMine.app/Contents/MacOS/rubymine, I tried again from the app icon, but it still doesn't seem to work.
I updated my java version to java version "1.8.0_65" and still no luck.
It works when I run /Applications/RubyMine.app/Contents/MacOS/rubymine from the command line.
Just to be clear, before upgrading to v8.0 this problem didn't occur.
I run OS X Yosemite.
Any ideas what can cause this issue?
[UPDATE] I ended up downgrading to v7.1.4 until this gets solved.
Found the problem. Looks like I had to run the app in 64-bit mode.
Right click app icon -> Get Info -> "Open in 32-bit mode" must be unchecked.

Fedora 14 won't see login screen after restart

I'm working on a fedora 14 computer. It's a Dell desktop, and it randomly freeze the mouse disabling the left&right clicks at all ( well it responses to the mouse movements).
Yesterday it did it again, so I googled this problem, and ppl suggested it was acpi-related, so I switched to tty2 and added two lines in my /boot/grub/grub.config file.
apm=off
acpi=off
then I restarted my computer, it was booting fine through the fedora logo filling up screen, then it flashed black, and gave me a screen with scattered fedora logo, when it's supposed to be the graphical login screen. Here if I hit ctrl+alt+f3, it doesn't show the indicator but a floating square with a "?" as the only option, and it doesn't do anything when "enter" is pressed.
so this is going nowhere, and I had to push the power button to force restart.
I did try going into single user mode, and changed the /boot/grub/grub.config file back to how it looked before, but it didn't seem to have fixed anything.
any idea what is going wrong and how to get the login screen back? appreciate your help!
p.s. I've got a freely-distributed compiler installed on this computer but I don't have the install files anymore. So I don't want to reinstall the OS.
p.p.s. I made a liveCD USB of fedora16, can I make any use of that?

IntelliJ 10.5 on Ubuntu - Caret is broken (it keeps scrolling down as I scroll my screen downwards)

I have a long file inside intelliJ (java, properties, ruby) if I leave my caret on Line 1 and scroll down to line 300, then the caret keeps on scrolling down with my screen as i keep scrolling down. Is this a bug or a setting of IntelliJ?
I am scrolling down using my mouse, and then also using my TrackPad. This happens for me inside IntelliJ on Mac AND on ubuntu, so im guessing it's either a bug, or a feature.
It was the vim plugin that was causing this problem. Once I uninstalled it, everything began working.
I see the same problem in any application (also in Windows), but only with my laptop (Thinkpad). If I just touch the trackpad, it stops scrolling. Not a real solution, but just a workaround that has helped me a lot of times.
I also see the same problem in my IntelliJ Idea. I fixed it by enable Vim plugin - restart my Idea - disable Vim plugin. Then it fixed. Only disable Vim maybe not work. You can tray these 3 steps to active this change to let Idea know.