Plots2: User name appears twice in the profile page

Created on 28 Oct 2020  路  31Comments  路  Source: publiclab/plots2

Make sure username doesn't appear twice.

Screenshot from 2020-10-28 10-47-36

bug

Most helpful comment

Screenshot from 2020-12-07 23-27-40
How's this ?

All 31 comments

Hi @cesswairimu. Should I convert this into fto?

Hey, I would really like to work on this issue can I?

Sure @Suiiyush. Go ahead. Let me know if you need any help 馃槃

@urvashigupta7 Sorry, I cannot find the concerned html file can you point out where it is located?馃槄

here it is

I tried to install ruby and ruby on rails, but i dont get it how to see the changes I make to the concerned .erb file 馃様 pls help.

@Suiiyush Have you set up the project locally?

Um I forked it, the I cloned it on my computer, I installed the ruby and rails, besides this i have no idea what to do, I use VS code as my editor but i dont know how to see the changes I make in a browser as you do with normal HTML files

Try to follow installation procedure written in readme.md and let me know if you encounter any problem

So I am trying to install ruby version 2.3.0 since the my bundle requires it, so when I try to install that ruby version through rvm it gives me an error message

Error running './configure --prefix=/c/Users/Suyash/.rvm/rubies/ruby-2.3.0 --disable-install-doc --enable-shared', please read /c/Users/Suyash/.rvm/log/1603945690_ruby-2.3.0/configure.log There has been an error while running configure. Halting the installation.

Heres the log file it generates, if it helps:
configure.log

@Suiiyush actually I believe we are using ruby-2.6.6. Could you try running rvm install 2.6.6

I just saw from your log you might be using Windows..if so, please do consider using an installer https://rubyinstaller.org/downloads/

okay so rvm install 2.6.6 generates the log file I sent above.
I installed Ruby 2.6.6 from the link you sent
Now when i change directory to plots2 folder in Git Bash it still shows warnings given below

`$ cd plots2
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore /c/Users/Suyash/desktop/firsttimer/plots2/Gemfile'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.

Required ruby-2.6.6 is not installed.
To install do: 'rvm install "ruby-2.6.6"'`

Even though I did install ruby from the link just now

Which windows version are you using or rather if press the home button and search ruby or rails, do you see a shell you can run from there?, if so try using that and do ruby -v to see which version you have

windows 10 pro version 1803 || OS Build: 17134.1792
okay ruby does show up in search but when I search ruby on rails nothing shows up

Screenshot (1338)

Okay I did a complete fresh install of everything I can see the ruby 2.6.6 installed through command prompt

great, you all set now?

mmh :thinking: try running this gem install libv8 -v '3.16.14.19' --source 'https://rubygems.org/' if it succeeds try to bundle install again

ahh I think I need to add a system variable since my cmd still does not recognize the python --version command the python installer does not add a path variable automatically, I will try both and get back to you

okay so I added the path variable and the python error is gone but its something else now 馃様

`Fetching libv8 3.16.14.19
Installing libv8 3.16.14.19 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/libv8-3.16.14.19/ext/libv8
C:/Ruby26-x64/bin/ruby.exe -I C:/Ruby26-x64/lib/ruby/2.6.0 -r
./siteconf20201030-10120-m4rvke.rb extconf.rb
creating Makefile
Unable to find a compiler officially supported by v8.
It is recommended to use GCC v4.4 or higher

find: 螕脟每out螕脟脰: No such file or directory
GYP_GENERATORS=make `

I already have a higher GCC version Installed
Screenshot (1341)

Oh, I found this solution on stackoverflow that has a number of thumbs up..do you mind trying it?

I went through soo many threads on Github and Stack Overflow, I think these solutions are for OS X and Ubuntu, I read that Lib V8 dosent have windows support yet

@Suiiyush if you are not working on this, can I take this up?

@up16 yes, ask the other two participents

Hey guys when running docker-compose build i get ->

Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml

any idea why and how to set up my container to run the app locally ?

@gauravahlawat81 Go on profile page and switch to mobile mode. You will be able to see the error :) thanks

Yeah, I figured it out by looking at the image you provided. Thanks for helping me

Screenshot from 2020-12-07 22-48-11
Will this be fine ?

I guess username below the profile pic will look better

Screenshot from 2020-12-07 23-27-40
How's this ?

@gauravahlawat81 It looks great 馃挴

Was this page helpful?
0 / 5 - 0 ratings