William Stein

Results 812 comments of William Stein

> the run button appears only when the user hovers over the prompt: except in colab, it appears when you hover over the cell at all or select it.

> before introducing a policy on deletion of inactive accounts. and also deleting inactive *projects*.

Labeling "unclear" since it's not really clear we actually want this.

I also do `pnpm clean && pnpm build-dev` when switching between different git branches, and again, it's best if `pnpm clean` actually fully works. Hence motivation for this.

I asked ChatGPT for better code for counting non-blank non-comment lines of code in all our coffeescript files and it suggested this, which may be useful for keeping track of...

Status after @haraldschilly did a ton of work on decaf of the project: ```sh ~/cocalc/src/packages$ git ls-files | grep '\.coffee$' | xargs cat | grep -vE '^\s*$|^\s*#' | wc -l...

Current status is actually getting worse than a year ago, somehow. The problem is that we have a bunch of important backend coffeescript code used by the hub still and...

In this branch https://github.com/sagemathinc/cocalc/pull/8346 after a massive effort, we are finally down to 17K lines: ``` ~/cocalc/src/packages$ git ls-files |grep -e cjsx$ -e coffee$ | xargs wc |sort -nr 17322...

Current status as of July 2025: ``` ~/cocalc/src$ git ls-files |grep -e cjsx$ -e coffee$ | xargs wc |sort -nr 15773 58588 647048 total 2518 9822 103958 packages/database/postgres-server-queries.coffee 2507 8894...

I just stumbled onto this github page that links to all coffeescript files: https://github.com/search?q=repo%3Asagemathinc%2Fcocalc++language%3ACoffeeScript&type=code Also, here is the current language breakdown: