Harald Schilly

Results 225 issues of Harald Schilly

# Description WIP ## [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist): - [ ] Testing instructions are provided, if not obvious - [ ] Release instructions are provided, if not obvious

PR-work in progress

# Description This needs more testing. ## [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist): - [ ] Testing instructions are provided, if not obvious - [ ] Release instructions are provided, if not obvious

PR-work in progress

# Description This adds a bit of "antd" to the new project dialog and a dropdown to add or select a license. I also saw traces of giving projects a...

PR-needs review

# Description - various package updates - removing packages we don't really need, i.e. coffeelint, `@jupyterlab/services`, nodeunit, coveralls - fixing quota tests - checking if everything builds after cleaning up...

PR-needs review

# Description see #6061 ![Screenshot from 2022-08-05 11-54-42](https://user-images.githubusercontent.com/207405/183053005-323eed3f-f54c-4ebe-91e5-a5d0672de39d.png) ## [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist): - [ ] Testing instructions are provided, if not obvious - [ ] Release instructions are provided, if not obvious

PR-needs review

just for the record, I tried to update xpra to `4.1.3-r1-1` and that's not working well. that's really slow. same for one of the newest versions right now. in prod,...

I-bug
A-kucalc
A-x11
cocalc-cloud

# Description refactors everything around authentication, improves what the info/conf row in the database should contain, improve passport configuration, React.FC-ing landing/sign-in/passport components, ... the main new addition are dedicated `/sso/*`...

PR-work in progress

# Description 1. process the string value using the `to_val` function right when the data comes in from the DB 2. the above means it is no longer necessary in...

PR-needs review

`EditCellMetadata` → `JSONEditor` helps editing the json structure associated with a juypter cell. However, each time it saves the content – which is debounced at 1 second – it does...

I-bug
A-jupyter

There is no need to spell out quotas for shared and requested quota configurations in the quota information text in project settings. In the case of dedicated VMs, this only...

I-enhancement
A-frontend