Maria Isabel Restrepo

Results 14 comments of Maria Isabel Restrepo

I'm a little embarrassed to add the question here, but I can't seem to find much help on the DockerHub docs. I have set up this listener on my server...

@maccyber Thanks for the pointers. * apitester works - and my server logs the request. * However - dockerhub's weebhook still shows an !error and my server doesn't log anything...

Thanks for all the tips! It turned out to be an SSL issue. I guess I had a chain certificate and it wasn't properly set up. Most browsers don't complaint...

I run into the same issue with Union{Int64, Missings.Missing} and works if I convert to Int64

I am running into the same issue in Postgres12. My user privileges are `CTc`... I'm wondering if any of you were able to find a work around?

Actually in my case `\dt` shows all the tables but ``` (SELECT table_name, table_schema, table_type FROM information_schema.tables WHERE table_schema = 'public') UNION (SELECT c.relname AS table_name, n.nspname AS table_schema, 'MATERIALIZED...

Hi, are there any ongoing efforts to implement this feature? We are also very interested. Thanks!

@ian-r-rose Is this something that you plan incorporating in the "near" future? Thanks!

nbconvert can be used as a library inside a python script, where I think it accepts JSON https://nbconvert.readthedocs.io/en/latest/nbconvert_library.html Is that of any help? Or is it the case that because...

I think I understand... And I may be interested into looking more into this in the future For now... I'm working within JupyterHub and I don't want students to install...