Brandon Ros

Results 284 comments of Brandon Ros

```javascript const TradingView = require('@mathieuc/tradingview') const run = async () => { const client = new TradingView.Client() // quote session const quoteSession = new client.Session.Quote() const quoteSessionMarket = new quoteSession.Market('CME_MINI_DL:ES1!')...

https://cmake.org/cmake/help/latest/generator/MinGW%20Makefiles.html https://github.com/jeroen/mingw-w64-docker/blob/master/i686-w64-mingw32/Dockerfile

is it pushed and ready to retest?

it is. ``` docker run -it \ --rm \ --hostname="$(hostname)" \ --env="RDP_SERVER=yes" \ --publish="3389:3389/tcp" \ --platform=linux/arm64 \ --pull always \ scottyhardy/docker-wine:hangover-arm64 \ /bin/bash ``` $PATH isn't working but `$ /usr/local/lib/hangover/build/wine-host/loader/wine...

``` wineuser@Brandons-MacBook-Air:~$ /usr/local/lib/hangover/build/wine-host/loader/wine ~/Downloads/WinOLS_Testversion.64Bit.exe 00d8:err:process:NtCreateUserProcess L"\\??\\Z:\\home\\wineuser\\Downloads\\WinOLS_Testversion.64Bit.exe" not supported on this installation (x86 binary) starting L"Z:\\home\\wineuser\\Downloads\\WinOLS_Testversion.64Bit.exe" binary with Hangover 00e8:err:hangover:fatal_string Hangover failed: You need to set HOQEMU wineuser@Brandons-MacBook-Air:~$ echo $HOQEMU ```

``` wineuser@Brandons-MacBook-Air:~$ export HOQEMU="/usr/local/lib/hangover/build/qemu/x86_64-windows-user/qemu-x86_64.exe.so" wineuser@Brandons-MacBook-Air:~$ /usr/local/lib/hangover/build/wine-host/loader/wine ~/Downloads/WinOLS_Testversion.64Bit.exe starting L"/home/wineuser/Downloads/WinOLS_Testversion.64Bit.exe" with Hangover 0108:err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail 32 bit environment set up, Large Address Aware: NO. 0108:fixme:qemu_module:import_dll...

Hilariously, I set up Windows 11 with Parallels as per your suggestion (I guess I tried it too early when M1 first came out/before Windows 11 arm64 builds were floating...

Super grateful for all of your help. You and I should work on something else together. Got any other ideas? :) Maybe you and I pair to make https://github.com/iximiuz/docker-to-linux work?...

> As for the docker-to-linux project, I'm not exactly seeing it as a viable alternative since it'll still need to be an ARM VM using qemu for x86 emulation and...

Can you change stuff around so that `download_gecko_and_mono.sh` doesn't need to run and the contents are instead bundled into the Docker image?