Neil Jones

Results 22 comments of Neil Jones

@scottandrew the best place to get info on this would be the swift-arm slack team. You can join the swift-arm slack here - https://launchpass.com/swift-arm

Thats great to hear! 😁

@alexr4535 Sorry I can't help you with Manjaro or Arch. I know that @soloturn is successfully building swift for x86_64 on arch, details are here - https://github.com/soloturn/swift-aur so building on...

@DharmeshRathod712 can you tell me which Ubuntu OS version you have installed and which Raspberry Pi model. Thanks.

@DharmeshRathod712 I have just done a fresh install and test on both the Raspberry Pi 3 and 3+ 64bit Ubuntu Focal from here - https://ubuntu.com/download/raspberry-pi I did not find any...

Just checking, you added this repository - https://packagecloud.io/swift-arm/release Before running `sudo apt install swiftlang vapor` ?

That is really strange, you shouldn't need sudo. But this does indicate that swift was installed successfully. Are you still using the user `ubuntu`? or have you created a new...

I have never had this problem so I am not sure why it could be happening. Can you tell me bit more info on how you are setting up your...

@javier-tarazaga Labs is using `react-monaco-editor` which depends on `"monaco-editor": "^0.15.1"` This in turn has a language dependancy for the syntax highlighting `"monaco-languages": "1.6.0"` https://github.com/Microsoft/monaco-languages/tree/master/src/solidity The `solidity` language pack appears to...

A quick fix is to manually add the missing keywords to the language .js file after deployment to the server. ![image](https://user-images.githubusercontent.com/4944530/48810317-015e2c80-ed6c-11e8-8440-f2a64438b05b.png)