setrar

Results 10 comments of setrar

:bulb: My MacOS version is 10.14.6 (Mojave) and I was able to compile with the below instructions: - [x] I set the Haskel `ghc` version to 8.6.5 with `ghcup` but...

:bulb: My MacOS version is 10.15.7 (Catalina) and I was able to compile with the below instructions: - [x] I set the Haskel `ghc` version to 8.8.4 with `ghcup` and...

For reference, the main Scala REPL, handles multiline input like so ``` 1. Begin a new line with :paste 2. Type in your code (or paste). Press enter when you...

> Yep, this is the migration to the elm-spa 6.x betas. To run the example locally: > > 1. `npm install [email protected] -g` > > 2. `elm-spa server` Thanks @rosensama,...

Make sure [`ANDROID_AVD_HOME`](https://github.com/NativeScript/mobile-devices-controller/issues/10#issuecomment-738984528) is set to whatever. The `TypeError: Cannot read property 'sdk' of undefined` message is not clear enough.

# :iphone: On Android 📍 Real Device: Set `deviceToken` property to the appium.capabilities to `Device Identifier` ``` $ ns devices Connected devices & emulators Searching for devices... ┌───┬──────────────┬──────────┬───────────────────┬────────┬───────────┬─────────────────┐ │ #...

> FYI, as a workaround, you can add the following to the master IG > > ``` > additionalUserData: > - content: | > #!/bin/sh > chmod 666 /srv/kubernetes/aws-iam-authenticator/*.pem >...

I uninstalled the homebrew version and I was able to install this version [icestudio-0.11.3w202402070902-OSXARM 64.dmg](https://api.github.com/repos/FPGAwars/icestudio/actions/artifacts/1364134182/zip) ![image](https://github.com/FPGAwars/icestudio/assets/123704/0345b900-5dac-4dd3-85e5-7e81bbb51791)

> 1. The cause of the warning is that the swab function is defined twice. > What happens if you comment out the swab function in Misc/common.h? > Do you...

A bit frustrated, I tried to compile the project under [Multipass with Ubuntu Linux on MacOS](https://github.com/CollegeBoreal/Tutoriels/tree/master/2.Virtualisation/2.VM/2.Multipass). I was able to compile following the documentation and was also able to create...