#Report on a small part of caMicroscope’s UI #705
Replies: 32 comments 18 replies
-
@gbengaoluwadahunsi I have successfully installed docker, forked and cloned the distro repository. Thank you |
Beta Was this translation helpful? Give feedback.
-
@gbengaoluwadahunsi @SisiVero how we're you able to add slides to the images I saw svs files how we're you able to convert. The files |
Beta Was this translation helpful? Give feedback.
-
Pls can you tell me the challenge you are facing, so I can know how to
respond?
…On Wed, Mar 13, 2024, 12:07 AM CodebyCc ***@***.***> wrote:
Hi i am having a hard time using the docker compose
, can anyone help me out please ?
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGLCPBS27E6ZG7TX4NDYX4R4ZAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONRSGE2DG>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Ooh, you must make sure your docker on the desktop is running
…On Wed, Mar 13, 2024, 12:35 AM CodebyCc ***@***.***> wrote:
after cloning the repo and installing docker the fourth step is to build
with docker-compose that s where i am having a challenge
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGPGUNJJELVYZAWI6HLYX4VFVAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONRSGQ3DQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Therefore before running the docker compose build command, ensure the
docker on your desktop is running.
On Wed, Mar 13, 2024, 12:38 AM Gbenga Oluwadahunsi <
***@***.***> wrote:
… Ooh, you must make sure your docker on the desktop is running
On Wed, Mar 13, 2024, 12:35 AM CodebyCc ***@***.***> wrote:
> after cloning the repo and installing docker the fourth step is to build
> with docker-compose that s where i am having a challenge
>
> —
> Reply to this email directly, view it on GitHub
> <#705 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ASMPOGPGUNJJELVYZAWI6HLYX4VFVAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONRSGQ3DQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
-
It is running but when I try to run the "docker-compose -f caMicroscope.yml" command in my terminal I get a whole list of options , moreover when i open the the HTML document with live server it does work |
Beta Was this translation helpful? Give feedback.
-
Oooh, I understand
So you meant when you clicked the 4010/landingpage/table.html, the app runs
in the browser but the ca-loader and other codes kept running in your
terminal?
If so, yes you are fine!
…On Wed, Mar 13, 2024, 12:41 AM CodebyCc ***@***.***> wrote:
It is running but when I try to run the "docker-compose -f
caMicroscope.yml" command in my terminal I get a whole list of options ,
moreover when i open the the HTML document with live server it does work
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGMXUYY7VUZE2K7FAWLYX4V4VAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DONRSGU2DS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I hope this message finds you well. I wanted to reach out to express my interest in contributing to the caMicroscope project. As an Outreachy applicant, I am eager to contribute to open-source projects, and I noticed that there is an open issue titled "Reload button margin needed in slides page (table.html) #737" that I believe I can help with. I have already fixed the issue in my local repository and would like to contribute this fix to the project. Could you please guide me on the next steps to create a pull request and get my changes reviewed and merged? |
Beta Was this translation helpful? Give feedback.
-
Hello, that is awesome
You need to create a pull request. The steps involve the following
1. For the repo you cloned to your PC, create a branch with
git branch -b checkout develop
2. create another branch to reflect the problem you want to solve using
git checkout -b reload-buttonMarginFixed
3. push your code to the branch that reflects what you fixed
git add .
git commit -m "commit message"
git push -u origin reload-buttonMarginFixed
4. After which you will see a log printed in your terminal you should
proceed with making PR, you can make a merge from the terminal or proceed
to GitHub by writing git checkout develop (this will help as any subsequent
branch you create will be pushed to the develop branch you created)
5. Once in GitHub caMicroscope repo, you will see a button asking you to
make a PR. Click the button and fill in your entry describing what you
fixed and commit your changes, you can also upload an image of what you
fixed.
6. That's all, congratulations as you have successfully made your first PR,
you will then wait for @birm to review and merge your contribution to the
caMicroscope develop branch.
I hope this helps.
|
Beta Was this translation helpful? Give feedback.
-
Glad to hear it!
…On Thu, Mar 14, 2024, 10:19 PM Ayesha Nudrat ***@***.***> wrote:
@gbengaoluwadahunsi <https://github.com/gbengaoluwadahunsi>
Thankyou soo much for guiding me i really appreciate. I have completed all
the necessary steps for the project and am now awaiting review and merge of
my work.
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGKYVRKE2XUI34K4BBDYYGWXJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOOBXGAYTM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
It's because the login page does not EXIST.
I have made a PR for the login page which I have created, until after the
PR is merged can you actually copy the link for the login page and add to
the anchor tag of the "already have an account" section.
I hope this answers your question.
…On Fri, Mar 15, 2024, 1:25 PM Ayesha Nudrat ***@***.***> wrote:
@gbengaoluwadahunsi <https://github.com/gbengaoluwadahunsi> @birm
<https://github.com/birm> I have been working on issue #724
<#724> for the
caMicroscope project, which focuses on improving user experience by
redirecting users to the login page when they click on the 'Already have an
account?' link on the Sign-Up HTML page. However, I couldn't locate the
login.html file. I have searched through all relevant files but haven't
found it yet. Any guidance on how to locate or handle this situation would
be greatly appreciated.
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGNYAYSFIZ7WHVIMFADYYKA6LAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOOJWGMYTS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Glad to hear.
…On Fri, Mar 15, 2024 at 2:00 PM Ayesha Nudrat ***@***.***> wrote:
Thank you, @gbengaoluwadahunsi <https://github.com/gbengaoluwadahunsi>,
for your guidance. I have successfully completed the task.
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGK6LCNQTX2GGXBJ7YDYYKFAZAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOOJWGYYTI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I'm currently working on issue #708 for the caMicroscope project, which focuses on developing the footer section. For the design of the footer, could you provide a sample layout to ensure consistency with the platform's design? Additionally, what specific information should I include in the contact information and legal links sections? Lastly, should I replace the existing text on the footer with clear instructions, and if so, what should the new text convey? |
Beta Was this translation helpful? Give feedback.
-
Since @birm who is our mentor does not have a figma design for us to work
with, I suggest you just design and develop a footer UI by just going on
the internet and look for a random scientific website than can serve as a
guide.
For the anchor links, leave the href attribute empty for now or link them
to the homepage.
Since it's an open source project, anyone can later update the footer and
input the links URL as supplied by @birm, you can however just put the
links texts there.
…On Sat, Mar 16, 2024, 4:01 PM Ayesha Nudrat ***@***.***> wrote:
@gbengaoluwadahunsi <https://github.com/gbengaoluwadahunsi>
I'm currently working on issue #708
<#708> for the
caMicroscope project, which focuses on developing the footer section. For
the design of the footer, could you provide a sample layout to ensure
consistency with the platform's design? Additionally, what specific
information should I include in the contact information and legal links
sections? Lastly, should I replace the existing text on the footer with
clear instructions, and if so, what should the new text convey?
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGKCWHLSNLSVQ4VPG7TYYP355AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQMJQGA3TQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Oh, I hope it has been fixed now,
Sure, what time?
Can it be tomorrow morning GMT?
…On Tue, Mar 19, 2024, 10:56 PM CodebyCc ***@***.***> wrote:
Hello Gbenga sorry for the late reply . Internet connection in Ghana has
been terrible over the past few days, could we set up a video meeting i
need to clarify some stuff please?
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGMLFDUMVL3ZGZHLDGDYZBG2JAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBRHE3DO>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Can I have your email address please ?
On Tue, Mar 19, 2024 at 16:23 Gbenga Oluwadahunsi ***@***.***>
wrote:
… Noted, 9am is good for me.
On Wed, Mar 20, 2024, 12:19 AM CodebyCc ***@***.***> wrote:
> Yes anytime from 9am is fine with me .
>
> On Tue, Mar 19, 2024 at 16:17 Gbenga Oluwadahunsi ***@***.***>
> wrote:
>
> > Oh, I hope it has been fixed now,
> >
> > Sure, what time?
> >
> > Can it be tomorrow morning GMT?
> >
> > On Tue, Mar 19, 2024, 10:56 PM CodebyCc ***@***.***> wrote:
> >
> > > Hello Gbenga sorry for the late reply . Internet connection in Ghana
> has
> > > been terrible over the past few days, could we set up a video
meeting
> i
> > > need to clarify some stuff please?
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#705 (reply in thread)>,
>
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGMLFDUMVL3ZGZHLDGDYZBG2JAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBRHE3DO>
>
> >
> > > .
> > > You are receiving this because you were mentioned.Message ID:
> > > ***@***.***
> > > com>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AWWG2RDUTUSRP3URA7FRW5LYZBQKDAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGAYTS>
>
> > .
> > You are receiving this because you commented.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ASMPOGLNLXBHY3IBK2AEKMLYZBQQJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA2DK>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2RFGI5BCEOR6IMZSVSDYZBQ67AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA4TM>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
***@***.***
…On Wed, Mar 20, 2024, 12:24 AM CodebyCc ***@***.***> wrote:
Can I have your email address please ?
On Tue, Mar 19, 2024 at 16:23 Gbenga Oluwadahunsi ***@***.***>
wrote:
> Noted, 9am is good for me.
>
> On Wed, Mar 20, 2024, 12:19 AM CodebyCc ***@***.***> wrote:
>
> > Yes anytime from 9am is fine with me .
> >
> > On Tue, Mar 19, 2024 at 16:17 Gbenga Oluwadahunsi ***@***.***>
> > wrote:
> >
> > > Oh, I hope it has been fixed now,
> > >
> > > Sure, what time?
> > >
> > > Can it be tomorrow morning GMT?
> > >
> > > On Tue, Mar 19, 2024, 10:56 PM CodebyCc ***@***.***> wrote:
> > >
> > > > Hello Gbenga sorry for the late reply . Internet connection in
Ghana
> > has
> > > > been terrible over the past few days, could we set up a video
> meeting
> > i
> > > > need to clarify some stuff please?
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> >
>
#705 (reply in thread)>,
>
> >
> > >
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGMLFDUMVL3ZGZHLDGDYZBG2JAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBRHE3DO>
>
> >
> > >
> > > > .
> > > > You are receiving this because you were mentioned.Message ID:
> > > > ***@***.***
> > > > com>
> > > >
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#705 (comment)>,
>
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/AWWG2RDUTUSRP3URA7FRW5LYZBQKDAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGAYTS>
>
> >
> > > .
> > > You are receiving this because you commented.Message ID:
> > > ***@***.***
> > > com>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/ASMPOGLNLXBHY3IBK2AEKMLYZBQQJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA2DK>
>
> > .
> > You are receiving this because you were mentioned.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AWWG2RFGI5BCEOR6IMZSVSDYZBQ67AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA4TM>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGL5YZD5OK4CQSYCRCDYZBRFNAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGEYTK>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello Gbenga i didnt get the email ,i hope you are ready please
On Tue, Mar 19, 2024 at 4:42 PM Gbenga Oluwadahunsi <
***@***.***> wrote:
… ***@***.***
On Wed, Mar 20, 2024, 12:24 AM CodebyCc ***@***.***> wrote:
> Can I have your email address please ?
>
> On Tue, Mar 19, 2024 at 16:23 Gbenga Oluwadahunsi ***@***.***>
> wrote:
>
> > Noted, 9am is good for me.
> >
> > On Wed, Mar 20, 2024, 12:19 AM CodebyCc ***@***.***> wrote:
> >
> > > Yes anytime from 9am is fine with me .
> > >
> > > On Tue, Mar 19, 2024 at 16:17 Gbenga Oluwadahunsi ***@***.***>
> > > wrote:
> > >
> > > > Oh, I hope it has been fixed now,
> > > >
> > > > Sure, what time?
> > > >
> > > > Can it be tomorrow morning GMT?
> > > >
> > > > On Tue, Mar 19, 2024, 10:56 PM CodebyCc ***@***.***> wrote:
> > > >
> > > > > Hello Gbenga sorry for the late reply . Internet connection in
> Ghana
> > > has
> > > > > been terrible over the past few days, could we set up a video
> > meeting
> > > i
> > > > > need to clarify some stuff please?
> > > > >
> > > > > —
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> > >
> >
>
#705 (reply in thread)>,
>
> >
> > >
> > > >
> > > > > or unsubscribe
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGMLFDUMVL3ZGZHLDGDYZBG2JAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBRHE3DO>
>
> >
> > >
> > > >
> > > > > .
> > > > > You are receiving this because you were mentioned.Message ID:
> > > > > ***@***.***
> > > > > com>
> > > > >
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> >
>
#705 (comment)>,
>
> >
> > >
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AWWG2RDUTUSRP3URA7FRW5LYZBQKDAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGAYTS>
>
> >
> > >
> > > > .
> > > > You are receiving this because you commented.Message ID:
> > > > ***@***.***
> > > > com>
> > > >
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#705 (comment)>,
>
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGLNLXBHY3IBK2AEKMLYZBQQJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA2DK>
>
> >
> > > .
> > > You are receiving this because you were mentioned.Message ID:
> > > ***@***.***
> > > com>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AWWG2RFGI5BCEOR6IMZSVSDYZBQ67AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA4TM>
>
> > .
> > You are receiving this because you commented.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ASMPOGL5YZD5OK4CQSYCRCDYZBRFNAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGEYTK>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2RBWDTS44NRHA6T4GCLYZBTGLAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGMZDM>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello Gbenga i didn't get the email address please I hope you re ready
On Tue, Mar 19, 2024 at 4:42 PM Gbenga Oluwadahunsi <
***@***.***> wrote:
… ***@***.***
On Wed, Mar 20, 2024, 12:24 AM CodebyCc ***@***.***> wrote:
> Can I have your email address please ?
>
> On Tue, Mar 19, 2024 at 16:23 Gbenga Oluwadahunsi ***@***.***>
> wrote:
>
> > Noted, 9am is good for me.
> >
> > On Wed, Mar 20, 2024, 12:19 AM CodebyCc ***@***.***> wrote:
> >
> > > Yes anytime from 9am is fine with me .
> > >
> > > On Tue, Mar 19, 2024 at 16:17 Gbenga Oluwadahunsi ***@***.***>
> > > wrote:
> > >
> > > > Oh, I hope it has been fixed now,
> > > >
> > > > Sure, what time?
> > > >
> > > > Can it be tomorrow morning GMT?
> > > >
> > > > On Tue, Mar 19, 2024, 10:56 PM CodebyCc ***@***.***> wrote:
> > > >
> > > > > Hello Gbenga sorry for the late reply . Internet connection in
> Ghana
> > > has
> > > > > been terrible over the past few days, could we set up a video
> > meeting
> > > i
> > > > > need to clarify some stuff please?
> > > > >
> > > > > —
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> > >
> >
>
#705 (reply in thread)>,
>
> >
> > >
> > > >
> > > > > or unsubscribe
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGMLFDUMVL3ZGZHLDGDYZBG2JAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBRHE3DO>
>
> >
> > >
> > > >
> > > > > .
> > > > > You are receiving this because you were mentioned.Message ID:
> > > > > ***@***.***
> > > > > com>
> > > > >
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> >
>
#705 (comment)>,
>
> >
> > >
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AWWG2RDUTUSRP3URA7FRW5LYZBQKDAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGAYTS>
>
> >
> > >
> > > > .
> > > > You are receiving this because you commented.Message ID:
> > > > ***@***.***
> > > > com>
> > > >
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#705 (comment)>,
>
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGLNLXBHY3IBK2AEKMLYZBQQJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA2DK>
>
> >
> > > .
> > > You are receiving this because you were mentioned.Message ID:
> > > ***@***.***
> > > com>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AWWG2RFGI5BCEOR6IMZSVSDYZBQ67AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA4TM>
>
> > .
> > You are receiving this because you commented.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ASMPOGL5YZD5OK4CQSYCRCDYZBRFNAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGEYTK>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2RBWDTS44NRHA6T4GCLYZBTGLAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGMZDM>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I did sent the email since yesterday and I was waiting for your
response.
…On Wed, Mar 20, 2024, 4:57 PM CodebyCc ***@***.***> wrote:
Hello Gbenga i didnt get the email ,i hope you are ready please
On Tue, Mar 19, 2024 at 4:42 PM Gbenga Oluwadahunsi <
***@***.***> wrote:
> ***@***.***
>
> On Wed, Mar 20, 2024, 12:24 AM CodebyCc ***@***.***> wrote:
>
> > Can I have your email address please ?
> >
> > On Tue, Mar 19, 2024 at 16:23 Gbenga Oluwadahunsi ***@***.***>
> > wrote:
> >
> > > Noted, 9am is good for me.
> > >
> > > On Wed, Mar 20, 2024, 12:19 AM CodebyCc ***@***.***> wrote:
> > >
> > > > Yes anytime from 9am is fine with me .
> > > >
> > > > On Tue, Mar 19, 2024 at 16:17 Gbenga Oluwadahunsi ***@***.***>
> > > > wrote:
> > > >
> > > > > Oh, I hope it has been fixed now,
> > > > >
> > > > > Sure, what time?
> > > > >
> > > > > Can it be tomorrow morning GMT?
> > > > >
> > > > > On Tue, Mar 19, 2024, 10:56 PM CodebyCc ***@***.***> wrote:
> > > > >
> > > > > > Hello Gbenga sorry for the late reply . Internet connection in
> > Ghana
> > > > has
> > > > > > been terrible over the past few days, could we set up a video
> > > meeting
> > > > i
> > > > > > need to clarify some stuff please?
> > > > > >
> > > > > > —
> > > > > > Reply to this email directly, view it on GitHub
> > > > > > <
> > > > >
> > > >
> > >
> >
>
#705 (reply in thread)>,
>
> >
> > >
> > > >
> > > > >
> > > > > > or unsubscribe
> > > > > > <
> > > > >
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGMLFDUMVL3ZGZHLDGDYZBG2JAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBRHE3DO>
>
> >
> > >
> > > >
> > > > >
> > > > > > .
> > > > > > You are receiving this because you were mentioned.Message ID:
> > > > > > ***@***.***
> > > > > > com>
> > > > > >
> > > > >
> > > > > —
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> > >
> >
>
#705 (comment)>,
>
> >
> > >
> > > >
> > > > > or unsubscribe
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AWWG2RDUTUSRP3URA7FRW5LYZBQKDAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGAYTS>
>
> >
> > >
> > > >
> > > > > .
> > > > > You are receiving this because you commented.Message ID:
> > > > > ***@***.***
> > > > > com>
> > > > >
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> >
>
#705 (comment)>,
>
> >
> > >
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGLNLXBHY3IBK2AEKMLYZBQQJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA2DK>
>
> >
> > >
> > > > .
> > > > You are receiving this because you were mentioned.Message ID:
> > > > ***@***.***
> > > > com>
> > > >
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#705 (comment)>,
>
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/AWWG2RFGI5BCEOR6IMZSVSDYZBQ67AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA4TM>
>
> >
> > > .
> > > You are receiving this because you commented.Message ID:
> > > ***@***.***
> > > com>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/ASMPOGL5YZD5OK4CQSYCRCDYZBRFNAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGEYTK>
>
> > .
> > You are receiving this because you were mentioned.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AWWG2RBWDTS44NRHA6T4GCLYZBTGLAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGMZDM>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGOLZFDWOD4QQANIFSDYZFFN5AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNJQGEZDS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi can you resend it please?
On Wed, Mar 20, 2024 at 8:59 AM Gbenga Oluwadahunsi <
***@***.***> wrote:
… Hi, I did sent the email since yesterday and I was waiting for your
response.
On Wed, Mar 20, 2024, 4:57 PM CodebyCc ***@***.***> wrote:
> Hello Gbenga i didnt get the email ,i hope you are ready please
>
> On Tue, Mar 19, 2024 at 4:42 PM Gbenga Oluwadahunsi <
> ***@***.***> wrote:
>
> > ***@***.***
> >
> > On Wed, Mar 20, 2024, 12:24 AM CodebyCc ***@***.***> wrote:
> >
> > > Can I have your email address please ?
> > >
> > > On Tue, Mar 19, 2024 at 16:23 Gbenga Oluwadahunsi ***@***.***>
> > > wrote:
> > >
> > > > Noted, 9am is good for me.
> > > >
> > > > On Wed, Mar 20, 2024, 12:19 AM CodebyCc ***@***.***> wrote:
> > > >
> > > > > Yes anytime from 9am is fine with me .
> > > > >
> > > > > On Tue, Mar 19, 2024 at 16:17 Gbenga Oluwadahunsi ***@***.***>
> > > > > wrote:
> > > > >
> > > > > > Oh, I hope it has been fixed now,
> > > > > >
> > > > > > Sure, what time?
> > > > > >
> > > > > > Can it be tomorrow morning GMT?
> > > > > >
> > > > > > On Tue, Mar 19, 2024, 10:56 PM CodebyCc ***@***.***> wrote:
> > > > > >
> > > > > > > Hello Gbenga sorry for the late reply . Internet connection
in
> > > Ghana
> > > > > has
> > > > > > > been terrible over the past few days, could we set up a
video
> > > > meeting
> > > > > i
> > > > > > > need to clarify some stuff please?
> > > > > > >
> > > > > > > —
> > > > > > > Reply to this email directly, view it on GitHub
> > > > > > > <
> > > > > >
> > > > >
> > > >
> > >
> >
>
#705 (reply in thread)>,
>
> >
> > >
> > > >
> > > > >
> > > > > >
> > > > > > > or unsubscribe
> > > > > > > <
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGMLFDUMVL3ZGZHLDGDYZBG2JAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBRHE3DO>
>
> >
> > >
> > > >
> > > > >
> > > > > >
> > > > > > > .
> > > > > > > You are receiving this because you were mentioned.Message
ID:
> > > > > > > ***@***.***
> > > > > > > com>
> > > > > > >
> > > > > >
> > > > > > —
> > > > > > Reply to this email directly, view it on GitHub
> > > > > > <
> > > > >
> > > >
> > >
> >
>
#705 (comment)>,
>
> >
> > >
> > > >
> > > > >
> > > > > > or unsubscribe
> > > > > > <
> > > > >
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AWWG2RDUTUSRP3URA7FRW5LYZBQKDAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGAYTS>
>
> >
> > >
> > > >
> > > > >
> > > > > > .
> > > > > > You are receiving this because you commented.Message ID:
> > > > > > ***@***.***
> > > > > > com>
> > > > > >
> > > > >
> > > > > —
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> > >
> >
>
#705 (comment)>,
>
> >
> > >
> > > >
> > > > > or unsubscribe
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGLNLXBHY3IBK2AEKMLYZBQQJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA2DK>
>
> >
> > >
> > > >
> > > > > .
> > > > > You are receiving this because you were mentioned.Message ID:
> > > > > ***@***.***
> > > > > com>
> > > > >
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> >
>
#705 (comment)>,
>
> >
> > >
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AWWG2RFGI5BCEOR6IMZSVSDYZBQ67AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA4TM>
>
> >
> > >
> > > > .
> > > > You are receiving this because you commented.Message ID:
> > > > ***@***.***
> > > > com>
> > > >
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#705 (comment)>,
>
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGL5YZD5OK4CQSYCRCDYZBRFNAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGEYTK>
>
> >
> > > .
> > > You are receiving this because you were mentioned.Message ID:
> > > ***@***.***
> > > com>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AWWG2RBWDTS44NRHA6T4GCLYZBTGLAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGMZDM>
>
> > .
> > You are receiving this because you commented.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ASMPOGOLZFDWOD4QQANIFSDYZFFN5AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNJQGEZDS>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2RASQP7IISMMGEZO2BLYZFFWBAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNJQGE2TE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello
Please I am still on the call waiting for your email address to send you
the link please?
On Tue, Mar 19, 2024 at 4:42 PM Gbenga Oluwadahunsi <
***@***.***> wrote:
… ***@***.***
On Wed, Mar 20, 2024, 12:24 AM CodebyCc ***@***.***> wrote:
> Can I have your email address please ?
>
> On Tue, Mar 19, 2024 at 16:23 Gbenga Oluwadahunsi ***@***.***>
> wrote:
>
> > Noted, 9am is good for me.
> >
> > On Wed, Mar 20, 2024, 12:19 AM CodebyCc ***@***.***> wrote:
> >
> > > Yes anytime from 9am is fine with me .
> > >
> > > On Tue, Mar 19, 2024 at 16:17 Gbenga Oluwadahunsi ***@***.***>
> > > wrote:
> > >
> > > > Oh, I hope it has been fixed now,
> > > >
> > > > Sure, what time?
> > > >
> > > > Can it be tomorrow morning GMT?
> > > >
> > > > On Tue, Mar 19, 2024, 10:56 PM CodebyCc ***@***.***> wrote:
> > > >
> > > > > Hello Gbenga sorry for the late reply . Internet connection in
> Ghana
> > > has
> > > > > been terrible over the past few days, could we set up a video
> > meeting
> > > i
> > > > > need to clarify some stuff please?
> > > > >
> > > > > —
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> > >
> >
>
#705 (reply in thread)>,
>
> >
> > >
> > > >
> > > > > or unsubscribe
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGMLFDUMVL3ZGZHLDGDYZBG2JAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBRHE3DO>
>
> >
> > >
> > > >
> > > > > .
> > > > > You are receiving this because you were mentioned.Message ID:
> > > > > ***@***.***
> > > > > com>
> > > > >
> > > >
> > > > —
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> >
>
#705 (comment)>,
>
> >
> > >
> > > > or unsubscribe
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AWWG2RDUTUSRP3URA7FRW5LYZBQKDAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGAYTS>
>
> >
> > >
> > > > .
> > > > You are receiving this because you commented.Message ID:
> > > > ***@***.***
> > > > com>
> > > >
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#705 (comment)>,
>
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGLNLXBHY3IBK2AEKMLYZBQQJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA2DK>
>
> >
> > > .
> > > You are receiving this because you were mentioned.Message ID:
> > > ***@***.***
> > > com>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AWWG2RFGI5BCEOR6IMZSVSDYZBQ67AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGA4TM>
>
> > .
> > You are receiving this because you commented.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ASMPOGL5YZD5OK4CQSYCRCDYZBRFNAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGEYTK>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2RBWDTS44NRHA6T4GCLYZBTGLAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBTGMZDM>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Brim Please I am having a hard setting up my development environment using
docker
…On Wed, Mar 20, 2024 at 3:57 AM Birm ***@***.***> wrote:
@CodebyCc <https://github.com/CodebyCc> what issue are you having, and
what command(s) are you running?
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2REGKAHUQCEUX2E3HNDYZECLXAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNBYGIYTS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Oh okay i understand now i am sending the mail
…On Wed, Mar 20, 2024 at 4:28 PM Gbenga Oluwadahunsi < ***@***.***> wrote:
Now I understand what happened, I sent the email but git for security's
sake didn't display my email details because I sent it directly from my
email account and not on Git Hub.
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2RG25KN3ENZYCK3QFRTYZG2KLAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNJVGQ3DQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
We had a video call session and were able to fix the problem.
…On Fri, Mar 22, 2024 at 1:35 AM Izuchukwu Uchendu ***@***.***> wrote:
Have you been able to figure it out?
—
Reply to this email directly, view it on GitHub
<#705 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGJVQ6TGMVTEU4A6K7LYZMK7VAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNRZGIYTC>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello Gbenga,
I trust you are well?
I have raised an issue on the page Gbenga, about centering the button on
the signup page and also gettin the sign in page to work properly. Do you
think i can go ahead and fix that?
Best wishes ,
George
On Thu, Mar 21, 2024 at 5:49 PM Gbenga Oluwadahunsi <
***@***.***> wrote:
… We had a video call session and were able to fix the problem.
On Fri, Mar 22, 2024 at 1:35 AM Izuchukwu Uchendu ***@***.***>
wrote:
> Have you been able to figure it out?
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (reply in thread)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ASMPOGJVQ6TGMVTEU4A6K7LYZMK7VAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNRZGIYTC>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2RDQYGK3YQ6TR4AWDWDYZMMQ3AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNRZGM2DC>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello George,
Definitely as @birm already said we can go ahead and make PR when we raise
an issue.
On Tue, Mar 26, 2024, 5:11 AM George Boateng ***@***.***>
wrote:
… Hello Gbenga,
I trust you are well?
I have raised an issue on the page Gbenga, about centering the button on
the signup page and also gettin the sign in page to work properly. Do you
think i can go ahead and fix that?
Best wishes ,
George
On Thu, Mar 21, 2024 at 5:49 PM Gbenga Oluwadahunsi <
***@***.***> wrote:
> We had a video call session and were able to fix the problem.
>
> On Fri, Mar 22, 2024 at 1:35 AM Izuchukwu Uchendu ***@***.***>
> wrote:
>
> > Have you been able to figure it out?
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (reply in thread)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/ASMPOGJVQ6TGMVTEU4A6K7LYZMK7VAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNRZGIYTC>
>
> > .
> > You are receiving this because you were mentioned.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AWWG2RDQYGK3YQ6TR4AWDWDYZMMQ3AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNRZGM2DC>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASMPOGMXWRESD2TQ2B5VBYDY2CHGRAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSMBXHA3DK>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Can I set up a call with you tomorrow?
On Mon, 25 Mar 2024 at 9:22 PM, Gbenga Oluwadahunsi <
***@***.***> wrote:
… Hello George,
Definitely as @birm already said we can go ahead and make PR when we raise
an issue.
On Tue, Mar 26, 2024, 5:11 AM George Boateng ***@***.***>
wrote:
> Hello Gbenga,
> I trust you are well?
> I have raised an issue on the page Gbenga, about centering the button on
> the signup page and also gettin the sign in page to work properly. Do
you
> think i can go ahead and fix that?
>
> Best wishes ,
> George
>
> On Thu, Mar 21, 2024 at 5:49 PM Gbenga Oluwadahunsi <
> ***@***.***> wrote:
>
> > We had a video call session and were able to fix the problem.
> >
> > On Fri, Mar 22, 2024 at 1:35 AM Izuchukwu Uchendu ***@***.***>
> > wrote:
> >
> > > Have you been able to figure it out?
> > >
> > > —
> > > Reply to this email directly, view it on GitHub
> > > <
> >
>
#705 (reply in thread)>,
>
> >
> > > or unsubscribe
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/ASMPOGJVQ6TGMVTEU4A6K7LYZMK7VAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNRZGIYTC>
>
> >
> > > .
> > > You are receiving this because you were mentioned.Message ID:
> > > ***@***.***
> > > com>
> > >
> >
> > —
> > Reply to this email directly, view it on GitHub
> > <
>
#705 (comment)>,
>
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AWWG2RDQYGK3YQ6TR4AWDWDYZMMQ3AVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNRZGM2DC>
>
> > .
> > You are receiving this because you were mentioned.Message ID:
> > ***@***.***
> > com>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#705 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ASMPOGMXWRESD2TQ2B5VBYDY2CHGRAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSMBXHA3DK>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#705 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWWG2RDBDYG26MFPS3AVC7TY2CISJAVCNFSM6AAAAABENJAVVSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSMBXHE2TS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello @gbengaoluwadahunsi and @birm, I am an Outreachy applicant and I know it's late, but I am very eager to make contributions and become an intern at Camicroscope under your guidance and mentorship. Could you please guide me on how to get started? I am feeling a bit confused. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for you reply, I misunderstood you earlier. It's great to connect with you. I have cloned and forked the repo, but I am a bit confused about how to run it on my local machine. |
Beta Was this translation helpful? Give feedback.
-
Hello @birm
Please., I do have some reports on how to improve some of the code performance and also on the UI, do I have to make a pull request or just great a channel and drop them there, thank you.
Beta Was this translation helpful? Give feedback.
All reactions