Mike Barry

Results 24 issues of Mike Barry

## Elevator Pitch Right now Jupyter LSP show it's suggestions on every period. I'd like to have a feature that only generates the suggestions when a hotkey is pressed. (Shift...

enhancement
help wanted
good first issue
feature:diagnostics

For some reason sshfs-win.exe thinks my profile home is a network share. It is not USERPROFILE=c:\users\[blah]. It's a local folder in the users directory. This is causing my key not...

Hi! Is there any way the notebook can be extended horizontally on my ultrawide? There is a TON of unused space: ![image](https://user-images.githubusercontent.com/301208/119986375-c28b3c00-bf91-11eb-853c-9b44b6a666d1.png) Jupyterlab does a good job of this: ![image](https://user-images.githubusercontent.com/301208/119986468-dc2c8380-bf91-11eb-8fed-ac568be6dc42.png)

enhancement

**Describe the problem.** statsmodels < 13 can't be installed with scipy >= 1.8.0: https://stackoverflow.com/questions/71106940/cannot-import-name-centered-from-scipy-signal-signaltools This is a valid configuration per this projects setup.py: https://github.com/goldmansachs/gs-quant/blob/1272790ae3eb43819f80a0ad5053a36b349e9a3d/setup.py#L76-L77 Repro: ``` python3 -m venv .venv...

I need to add an additional label to the api gateway pod to apply an azure ad pod identity. JupyterHub allows this customization with the extraLabels option as seen here:...

codebase:helm-chart
new

Running the following code with history_manager diabled in jupyerlab ``` import plotly.express as px fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16]) import plotly.io as pio...

#### Is your question related to a specific version? If so, please specify: v3 #### What language does your question apply to? C# #### Question I'd like to know how...

enhancement

### Describe the bug [Per documentation](https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/using-integrated-authentication?view=sql-server-ver16#tracking-access-to-a-database): "Before [connection] reuse, an application must reset pooled connections by executing sp_reset_connection." It is not called in sqlalchemy. This manifests as an issue below...

documentation
SQL Server
awaiting info
use case

### Bug description Starting a server with OAuth enabled (unsure if this matters) results in the following warning being generated in the log file. access:servers!server is the default scope of...

bug

### Bug description The below configuration option doesn't do what one would expect and it seems like a bug. ``` singleuser: extraNodeAffinity: required: - matchExpressions: - key: "kubernetes.azure.com/scalesetpriority" operator: NotIn...

bug