Dave Hirschfeld

Results 89 issues of Dave Hirschfeld

[`datashape`](https://github.com/blaze/datashape) is unmaintained and hasn't had a release since the end of 2016. At this point it would probably be better to vendor the necessary parts.

It would be nice if the FileBrowser were "git aware" and could display the git status with the icons. Coming from Windows I'm thinking of something similar to the TortoiseGit...

tag:Design and UX
enhancement

First, thanks for working on this extension - I think it's incredibly important functionality for JupyterLab and is one of the most requested features from my users! I'm just starting...

enhancement

I just learnt about jupyterhub's announcement service: https://github.com/jupyterhub/jupyterhub/blob/cff066a7be4beb651faf7315a430cf7462f9d67b/examples/service-announcement/README.md I think it would be great if it could integrate with jupyterlab so users could see the announcement from their jupyterlab instance....

It can be useful to use the underlying `ldap3` library to ensure the configuration is correct. This can be done as shown below: ```python server = ldap3.Server(server_address, port=389, use_ssl=False) conn...

...since there isn't an actual CHANGELOG file

As it says in the title, I think this *could* be a useful feature? I'm not 100% sold on the idea myself but thought I'd put it out there to...

### Describe the use case It appears that support for comments was implemented in https://github.com/sqlalchemy/sqlalchemy/commit/fadb8d61babb76ef7bdbc98279096a8900c7328d, however it wasn't implemented for SQL Server - https://github.com/sqlalchemy/sqlalchemy/issues/1546#issuecomment-441906255 ```python In[14]: engine.dialect Out[14]: In[15]: engine.dialect.supports_comments...

SQL Server
fairly easy
use case

I'm seeing the below error when trying to query one of our Oracle databases ``` Error: ODBC error state: HY004 native error code: 0 message: [Oracle][ODBC]Invalid SQL data type ....

compatibility

If turbodbc doesn't yet support a particular datatype perhaps it could be mapped to raw binary bytes and leave it to the user to convert into something sensible. This is...

enhancement