Blaine Bateman

Results 15 issues of Blaine Bateman

**Describe the bug** After installing pyenv and setting version the system does not use the python version in .python-version **To Reproduce** launch powershell ``` PS C:\Users\bbate> pyenv versions * 3.7.9...

good first issue

Feature request: Ability to choose number of rows etc. for more ability to inspect results.

enhancement
ui
types

Python 3.9 sematic 0.10.0 Within a sematic function, calling a sematic function that returns a tuple, then accessing components, causes a get_item to appear in the UI: ``` exp_results =...

### Motivation I have a use case where I call a study from within the optimization function of another study. In the call within the function, I would like to...

feature
needs-discussion
stale

## sample application ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Thu Sep 1 17:55:26 2022 @author: eafpres """ # #%% libraries # import pandas as pd...

Current behavior: Running dstack config over-writes the global config.yaml file Desired behavior: Create config.yaml per repo / project This facilitates running different jobs in different regions, using different accounts, etc.

cli

When trying to configure in a Linux (e.g. Ubuntu) instance in WSL (Windows Subsystem for Linux, in particular WSLg) config cannot find the AWS credentials in the windows path ```...

documentation

R 3.5.1 RStudio 1.1.381 used devtools::install_github("andrie/deepviz") it decided to reinstall keras/tensorflow which broke it; it now cannot find tensorflow I've had these install issues before w/Keras in RStudio; the issue...

Python 3.9 Unbuntu 20.04 ``` eafpres@LAPTOP-JSLJ8BRD:~$ pip install https://github.com/realead/cykhash/zipball/master Collecting https://github.com/realead/cykhash/zipball/master Downloading https://github.com/realead/cykhash/zipball/master / 527 kB 709 kB/s Installing build dependencies ... done Getting requirements to build wheel ... done...

- Provide a minimal code snippet example that reproduces the bug. ``` from shapash.explainer.smart_explainer import SmartExplainer ``` - Provide screenshots where appropriate N/A - What's the version of Python you're...