Atul Varma

Results 102 comments of Atul Varma

Oooh yeah!! I _really_ like the idea of putting verification-related metadata in the YAML file. Verification isn't documented in the `ADDING_NEW_DATASETS.md` guide and I have no idea how to do...

Oh, I also just found out that TypeScript recently added support for [type checking normal JavaScript files](https://github.com/Microsoft/TypeScript/wiki/Type-Checking-JavaScript-Files), i.e. non-type-annotated files. What's especially cool about this feature is that it parses...

For reference, we've just added some TypeScript support+code to https://github.com/18F/omb-eregs/pull/804. The main reason we chose TypeScript over Flow is because we're definitely going to be using a front-end library called...

In CALC, we've taken a different approach with https://github.com/18F/calc/pull/1670, using [TypeScript's JS checking](https://github.com/Microsoft/TypeScript/wiki/Type-Checking-JavaScript-Files) to check our legacy JS. We're currently white-listing which files to check by adding a `// @ts-check`...

Hey, I know it's been over two years since you posted this issue, but as a complete census newbie, I would really like something like this! I ended up having...

Oh thanks, I'll take a look at this! Although from a very brief glance it looks like cenpy is dependent on pandas, which I'm not using for my current project....

Um so in https://github.com/JustFixNYC/who-owns-what/pull/200#issuecomment-561656193 we realized that part of the reason we're going over our quota might be because we're instantiating a panorama widget _twice_ for each page, which could...

Roight, there is actually such a helper in `@justfixnyc/util` actually! https://github.com/JustFixNYC/justfix-ts/blob/master/packages/util/get-html-element.ts

Also BBLs not in PLUTO! (See #385.)

Since we've rewritten the backend in Python, this will likely involve converting our TypeScript type definitions to something a bit more universal, like JSON Schema. Then we'll be able to...