Bar Hofesh

Results 94 comments of Bar Hofesh

yey, now that Crystal is MT friendly, the task became much easier, it is now more about finding the right place to MT and safety.

@chronium Wouldn't it be easier to port mesa and the Intel driver stack ?

@SplittyDev What ever feels better to you :) I use Nvidia too, so all good from my side ;)

@weo3dev As noted by @ArtemDerevnjuk above comment this is currently blocked by Firefox capabilities, as you can read in https://github.com/NeuraLegion/cypress-har-generator/issues/6#issuecomment-566682943 we are indeed working with their team on this. The...

ahahahha @neutrinog i'm kidding ofc :) happy it helped you, I'm following your project with zeal, I'm aching to try it soon in building some game.

that's strange as I can see Firefox is working for me in this regard, only chrome gives me issues

@renich My two cents, use Firefox, it works great for me and never has issues. That being said, we need to support both ofc.

@ysbaddaden Interesting, acording to this: https://5pi.de/2017/04/17/selenium-webdriver-chromedriver-nightwatch-chrome-headless/ as long as you don't need "grid" mode, you can just configure ``` /path/to/firefox --start-debugger-server 6000 -headless In addition, the remote debugging protocol also...

No selenium needed with chrome using: ```crystal browser = Process.new("/usr/bin/chromedriver", ["--port=4444", "--url-base=/wd/hub"]) sleep 5 # Let the process start capabilities = { "browserName" => "chrome", "chromeOptions" => {"args" => ["headless",...