Skip to content
Sign UpLog In
Profile icon

Micah Lindley

@micahlt
Teenage graphic designer, web developer, and musician building things on the web since 2015. Vue 3, Ionic Framework, Vite, and more 💪
Twitter
LinkedIn
GitHub
Website
  • INEO

    Cover page
    Made with React Javascript
    Recent comments (0)
Repls
Community
micahlt
micahlt
shared a Post
4 years ago
Micha II
This is a reboot of my Discord bot (still in development). I had to rebuild it after the Discord.py devs rewrote the API. Invite it to your server!
Micha II
Python
micahlt
micahlt
shared a Post
4 years ago
I am attempting to bundle this gem online just like I would on a Linux terminal. However, the terminal outputs: main.rb:1: syntax error, unexpected t
Maven.gem
Ruby
Scoder12
Scoder12
These commands are meant to be run in the terminal, not in the code. To install packages you need to make a file in your project with the name Gemfile and put the following in it: source 'https://rubygems.org' gem 'maven.gemspec' gem './maven-0.2.5.gem' This is as outlined in the docs here. P. S. if this is wrong it is my fault I am not really familiar with this topic and whether you need to change the stuff in the file. > If you found this post helpful please leave an upvote! If there is any 4 years ago
a5rocks
a5rocks
https://repl.it/site/docs/repls/packages#ruby Here is the guide for package requirements in Ruby (and a bunch of other languages).4 years ago
micahlt
micahlt
shared a Post
4 years ago
Epic Laughing Desktop- version 1.0 of TextCalc
ELD 1.9.4
Ruby
YodaCode
YodaCode
@micahlt Hello. It's me, @YodaLightsabr, from Scratch. I can't access Scratch right now, but I wanted to ask about that CSS framework you had on your website a while ago. I think you took it down, and I can't find a trace on your site or on github. Do you know what happened?2 years ago
micahlt
micahlt
shared a Post
5 years ago
Epic Laughing Desktop- version 1.0 of TextCalc, the Ruby text-based calculator. to see beta versions, visit repl.it/@micahlt
ELD 1.9.4
Ruby
AmazingMech2418
AmazingMech2418
Nice! But this is probably a better way to do it. https://repl.it/@AmazingMech2418/ELD-194#main.rb2 years ago
theangryepicbanana
theangryepicbanana
You should try using a case statement instead of an if .. elsif .. else statement. Also, after line 8, try putting [0, 2].each {|i| prob[i] = prob[i].to_i} so you don't have to keep typing prob[n].to_i5 years ago