Nicholas Paun

Results 11 comments of Nicholas Paun

Sure, I'll set up a repo, and some proposed schemas, early in May. The datasets can be programmatically generated since 201701, assuming McGill doesn't screw things up again. Everything before...

I'm not sure if you have a better data source, but Minerva bot and I use this: https://github.com/zafarali/minerva-bot/blob/master/plugins/building_search/BUILDINGS.js Actually, I've got a version that is actually valid JSON in this...

Node.js tests relevant to zlib - [x] test-zlib-brotli-16GB.js - [x] test-zlib-convenience-methods.js - [ ] test-zlib-flush-drain.js - [ ] test-zlib-invalid-input-memory.js - [x] test-zlib-sync-no-event.js - [x] test-zlib-brotli-flush.js (@npaun) - [x] test-zlib-crc32.js -...

We recently enabled support for `Request.signal` in production, if you use the compat flag `enable_request_signal`. So now you can add an event listener like this: ```ts export default { async...

Yep that's an excellent idea.

This will require upstream changes to ncrypto. Yagiz and I will deal with it.

This has been deployed to prod for a little while now. Please give it a try and let me know if you run into any trouble.

Yeah, I'd personally make sure that this change isn't modifying any formatting, just keeping the existing behaviour. We can fix any inconsistencies in what's included in a follow-up PR. Another...

> Can we create a target that lets us format just one language at a time? e.g. if I want to format only C++ files?