Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Timur Shtatland's user avatar
Timur Shtatland's user avatar
Timur Shtatland's user avatar
Timur Shtatland
Bioinformatician
  • Member for 13 years, 7 months
  • Last seen this week
11 votes
2 answers
9k views

How to activate conda environment in GitHub Actions?

7 votes
3 answers
751 views

Prevent jobs on the cluster from running on production code during deployment

6 votes
1 answer
643 views

Reusing code across multiple migrations: helper modules and helper methods

5 votes
3 answers
1k views

Preventing ActiveRecord migration from making huge changes in db/structure.sql

5 votes
2 answers
1k views

Executing raw SQL in migrations: keep SQL statements as strings inside a migration or as code inside a separate SQL file?

5 votes
2 answers
774 views

Sending a single notification email even if a scheduled job fails many times

4 votes
1 answer
779 views

Plotting weighted histograms with weighted KDE (kernel density estimate)

4 votes
2 answers
816 views

Read a file line by line in Pyodide

3 votes
2 answers
1k views

Is there anything one cannot do (and then rollback safely) in transaction?

3 votes
1 answer
810 views

Memory limits in Pyodide

3 votes
2 answers
2k views

Add files to Dock on macOS using the command line

3 votes
2 answers
1k views

Change how numbers are printed in psql

2 votes
3 answers
163 views

Python equivalent of the Perl ".." flip-flop operator

2 votes
1 answer
467 views

Install a pre-release version of Python on M1 Mac using conda

2 votes
7 answers
639 views

Avoid repetition of strings in SQL query

2 votes
2 answers
3k views

Log a dataframe using logging and pandas

2 votes
4 answers
559 views

Aggregate dataframe using simpler (vectorized?) operations instead of loops

2 votes
1 answer
5k views

Re-enable GitHub two-factor authentication with Authenticator app when switching to a new smartphone

2 votes
3 answers
10k views

pip install planemo fails with error: "ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/usr/local/locale'"

2 votes
0 answers
2k views

Install Perl modules using conda and App::cpanminus

1 vote
1 answer
150 views

Prevent conda from using the defaults channel in `conda update conda`

1 vote
4 answers
247 views

Aggregate dataframe using less repetitive code than a bunch of select and merge operations

1 vote
1 answer
370 views

Pass dropdown menu selection to Pyodide

1 vote
3 answers
1k views

Select and read a file from user's filesystem

1 vote
1 answer
81 views

Preventing integer division by casting one of the operands as non-integer

1 vote
1 answer
6k views

ansible-playbook without --ask-vault-pass?

1 vote
1 answer
65 views

How to prepend a PREFIX to paths only once (in an idempotent way) in `sed` (e.g., no PREFIXPREFIX)?

1 vote
0 answers
101 views

'qrsh' fails with error message: "error: getcwd() failed" [duplicate]

1 vote
2 answers
477 views

cpan App::cpanminus fails with multiple errors: "Giving up parsing your /Users/foo/.cpan/sources/modules/02packages.details.txt.gz, too many errors"

1 vote
3 answers
535 views

Are there any published coding style guidelines for renaming columns in views in SQL?