Questions tagged [hydrogen]

Hydrogen is an Atom plugin that allows users to run code with an interactive REPL session with their language of choice inside GitHub’s Atom text editor.

Hydrogen lets you run your code directly in Atom using any Jupyter kernels you have installed.

94 questions
0
votes
0 answers

Compressibility factor hydrogen

I'm newbie in modelica and I'm trying to simulate a pressurization of a tank with high pressure hydrogen gas by opening a valve. The idea is to verify the change in flow through the valve with the decrease in pressure over time in the reservoir. I…
JMonteiro
  • 13
  • 3
0
votes
0 answers

Error: Could not find client component (Shopify Hydrogen + Oxygen)

When working on localhost development for months, our team has had no issues with hydration mismatch errors. However, when running the out-of-the-box Hydrogen preview command npm run preview, or in a deployed environment via the Shopify Hydrogen…
0
votes
0 answers

GSAP ScrollTrigger Jerk Issue

I've used the GSAP ScrollTrigger animation with ScrollTween to achieve the one page scrolll feature. There is one property called scrollTo: {y: i * window.innerHeight, autoKill: false}. If i used the autoKill as false then jerk issues happening if…
0
votes
0 answers

Hydrogen gas mixing module Simulink

There are 3 gasses (LNG, NCC, H2) and these will be mixed in a mixing vessel. But first, there will be looked at the pressure change when there is a disruption placed somewhere in the system. There is an initial pressure of 25 bar, through a valve…
0
votes
1 answer

Can't make a responsive navbar with a .server.jsx component with Hydrogen / React

I can't make my Navbar responsive and I don't know why. When I make a const in the Layout.server.jsx, that make an error. I think I can't make a onClick event on a button, but I don't know why and how to resolve it. You can find the git repository…
0
votes
1 answer

ReferenceError: Oxygen is not defined

I am trying to deploy hydrogen based application using vercel. I have selected Framework Preset as hydrogen while creating project. Error that I am getting is [![enter image description here][1]][1] And if i check log its saying [GET]…
Rajan Lagah
  • 2,373
  • 1
  • 24
  • 40
0
votes
1 answer

Can't make the background changing if selected (really hard to resolve) React and Hydrogen

I would like to know how can I make any button changing color when selected. Knowing that you can only selected one button at the time for each value. Like if you click on 'White', the Black button can't have the same background color. Same for the…
0
votes
1 answer

"Could not find a package configuration file provided by 'libhydrogen with any of the following names" Error compiling using Cmake and vcpkg

Output do Erro: CMake Error at CMakeLists.txt:37 (find_package): Could not find a package configuration file provided by "libhydrogen" with any of the following names: libhydrogenConfig.cmake libhydrogen-config.cmake Add the installation prefix of…
0
votes
0 answers

Vercel won't deploy my Hydrogen app correctly when I use my storeDomain and storeFrontToken

So, I'm making a Hydrogen App using the Vercel Template found here: https://vercel.com/new/clone?s=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fhydrogen&template=hydrogen. It works perfectly fine with the default…
0
votes
1 answer

Using Sendgrid with Hydrogen on Vercel

I am developing a Hydrogen (1.6.1) site. I have the @sendgrid/mail (7.7.0) package and I am able to successfully send messages on my local dev environment. However, when I deploy to Vercel, I'm getting the message... [FAILED] Cannot bundle Node.js…
Sel
  • 342
  • 1
  • 12
0
votes
0 answers

Failing to pip install Tensorflow into Atom/Hydrogen

I have been bouncing around Internet tutorials on the above for 2 days now... but since I don't know what I don't know... I'm really stuck. Objective : Start using Keras/tensorflow on Atom via Hydrogen that I have started using (and find complexe…
French123
  • 1
  • 2
0
votes
1 answer

Hydrogen package in Atom IDE returns import error for all python packages e.g. numpy, nltk etc

I am new to using stackoverflow, so any advice for asking questions more clearly is welcomed. I am trying to use hydrogen in atom to run python scripts on a mac M1 chip, which has worked for me in the past. After a clean laptop wipe, it no longer…
Mal
  • 1
0
votes
0 answers

Hydrogen successfully installed but can't execute on Atom

I am having trouble with executing codes with Hydrogen. I have tried #1538 but had no luck. I am trying to setup Atom on my new Mac hence running into this issue. Download Atom from https://atom.io Dragged and dropped the file to…
S.Perera
  • 874
  • 3
  • 9
  • 24
0
votes
0 answers

Hydrogen Package on Atom (Windows) - Cannot Interrupt Python Kernel

Cannot interrupt python kernel using hydrogen package on atom, on windows. This is a known issue since 2017, still unresolved (https://github.com/nteract/hydrogen/issues/597). I was wondering if anyone on here had found a solution and/or if anyone…
Tom
  • 43
  • 4
0
votes
0 answers

Graphical output of R code chunk in an Rmarkdown file using Atom

I am using Atom.io to write Rmarkdown files. It works pretty well so far, but I can't get the graphical results of a code chunk to show in the preview / knitted (saved) file. Current packages: Hydrogen, atom-language-r, markdown-preview-enhanced If…
Liz
  • 23
  • 4