Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Team Sync - Monday, November 29th #319

Closed
github-actions bot opened this issue Nov 29, 2021 · 9 comments
Closed

Team Sync - Monday, November 29th #319

github-actions bot opened this issue Nov 29, 2021 · 9 comments

Comments

@github-actions
Copy link

This is a @2i2c-org/tech-team sync 🎉🎉🎉! This is a way for 2i2c Team Members to provide status reports on what they've been up to this week and request help and attention for things they are working on. This issue will be closed at the end of the day.

Here's a link to the dashboard from our team updates!
You'll need to log-in, and to view only your responses use the menu of usernames to the right.

Copy and paste the template below, and answer questions as you wish!

Response Template
**Thanks I'd like to give 🙌**
- So-and-so helped me out a lot with XXX...
- Thanks for Jo's work on the XXX repo...

**Updates from last week ✔**
- I worked towards deliverable: <link-to-deliverable>
- I had a meeting with ABC

**Challenges I faced and things I'd like assistance with 🙏**
- I had a hard time figuring out ...
- Could somebody take a look at ...

**My availability for next week**
- I'll be off on XXX day...
- I've got several meetings this week...
@choldgraf
Copy link
Member

Thanks I'd like to give 🙌

  • Thanks to everybody for holding down the fort while I was away on holiday!

Updates from last week ✔

Challenges I faced and things I'd like assistance with 🙏

  • A man can only eat so much turkey

My availability for next week

  • I'll be around all week, and will finally have childcare again, thank god...

@GeorgianaElena
Copy link
Member

Thanks I'd like to give 🙌

  • @sgibson91 and @yuvipanda for guiding my first (scary 👻) interactions with terraform
  • @2i2c-org/tech-team for being awesome

Updates from last week ✔

Challenges I faced and things I'd like assistance with 🙏

  • First terraform interaction 😱

My availability for next week

  • Another reminder that today and tomorrow are national holidays in Romania. So I will be partly available today and totally AFK tomorrow.

@consideRatio
Copy link
Member

Thanks I'd like to give 🙌

  • @sean-morris for being so thorough and patient with review comments
  • @minrk for the work towards JupyterHub 2.0!

Updates from last week ✔

Challenges I faced and things I'd like assistance with 🙏

My availability for next week

  • 100% for next week
  • This week, I'll be taking a trip with my gf thursday/friday

@damianavila
Copy link
Contributor

damianavila commented Nov 30, 2021

Thanks I'd like to give 🙌

Updates from last week ✔

Challenges I faced and things I'd like assistance with 🙏

  • Not enough hours in the day 😉

My availability for next week

  • 100%, although less available Mon, Tue and more available toward the end of the week

@sgibson91
Copy link
Member

sgibson91 commented Nov 30, 2021

  • Understanding the environment management machinery, essentially using nox for "real" for the first time and checking how interplay with conda/mamba.

I'd be interested in what you learn @damianavila. I have 2 environments for the infrastructure repo, one for docs the other for technical requirements, and I got a bit nervous that nox would overwrite my technical one 😬

@sgibson91
Copy link
Member

Thanks I'd like to give 🙌

Challenges I faced and things I'd like assistance with 🙏

  • Struggled to find my focus a bit last week

My availability for next week

  • 100%

@choldgraf
Copy link
Member

@sgibson91 you should be able to run nox -s docs --no-venv and the --no-venv will tell it to just use the environment from which you're calling nox, rather than building your own virtualenv with nox

@sgibson91
Copy link
Member

@choldgraf thanks!

@damianavila
Copy link
Contributor

In addition to that, @sgibson91, you should not be worried about your technical environment because, AFAIK, nox will create a new environment for the docs without interacting with the underlying environment you are in (most likely the technical one).

$ conda info -e
# conda environments:
#
...
base                     /Users/damian/miniconda
pilot-hubs            *  /Users/damian/miniconda/envs/pilot-hubs
...

(pilot-hubs) $ pip install nox
Collecting nox
...
Successfully installed argcomplete-1.12.3 backports.entry-points-selectable-1.1.1 colorlog-6.6.0 distlib-0.3.3 filelock-3.4.0 nox-2021.10.1 platformdirs-2.4.0 virtualenv-20.10.0

(pilot-hubs) $ nox -s docs
nox > Running session docs
nox > Creating conda env in .nox/docs with python
nox > conda install --yes --prefix /Users/damian/devel/2i2c/pilot-hubs/.nox/docs --channel=conda-forge go-terraform-docs python=3.8
nox > python -m pip install -r docs/requirements.txt
...
nox > Session docs was successful.

(pilot-hubs) $ conda info -e
# conda environments:
#
...
                         /Users/damian/devel/2i2c/pilot-hubs/.nox/docs
base                     /Users/damian/miniconda
pilot-hubs            *  /Users/damian/miniconda/envs/pilot-hubs
...

Notice this command run by nox:

conda install --yes --prefix /Users/damian/devel/2i2c/pilot-hubs/.nox/docs --channel=conda-forge go-terraform-docs python=3.8

That is creating a completely isolated and unnamed environment at that specific prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants