Yotam Ohad
Yotam Ohad
Hi, On a windows 10 I just installed haskell platform, them tried installing hsdev with the following result: ``` C:\Users\yotam>cabal install hsdev Resolving dependencies... cabal: Could not resolve dependencies: [__0]...
This is my code: ``` from sympy import * init_printing() x, y = symbols("x, y") solve(x * y + 1, 1, x) ``` and I get ``` {1: 0, x:...
Hello, I'm working on a small debugger for windows which means I need to pass creation flags that I cannot pass with the `process` library. I found it strange that...
Hi, I'm trying to solve the Swift-Hohenbeg model's PDE as such: ``` l = 3 k_c = 0.5 grid = pde.CartesianGrid([[0, 100], [0, 100]], [100, 100]) field = pde.ScalarField.random_normal(grid, mean=10)...
Hi, I have an arch linux (dual boot with windows 11) machine which I manage to pair my senheiser 350HD headset to. Everything will be alright until about a minute...