Leah E. Cole
Leah E. Cole
Composer supports Python 3.11 now, so we should turn on Python 3.11 tests
Composer now supports Airflow 2.9.1, dependencies for those samples and the corresponding constraints file (see info about constraints file [here](https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html) can be updated. Note that constraints files are mapped to...
This is a huge PR, sorry. I had hoped to break it into smaller chunks, but it got to a point where I had to rip the bandaid off and...
Per our discussion in the JS team meeting, add pdfmake as a direct dependency to fix #1657
As discussed in the JS team meeting on 9/23/24, figure out how to remove compodoc. We also need to remove pdfmake which was added in #1658
When trying to run tests on PRs, we see a failure because the dependency [`pdfmake`](https://github.com/bpampuch/pdfmake), which is an underlying dependency of `@compodoc/compodoc` released a new version that is only Node...
The `pumpify` library for streams can be a bit flaky. Recommending that when someone has time, to consider using `pipeline` or `Readable.from` instead. `Readable.from` example: ``` async function* concatStreams(streams: ReadableStream[])...