Tarek Rached

Results 8 issues of Tarek Rached

I think I may be missing something here - I have the workflow installed and it's working as intended (I can search notes and open them). I usually don't want...

First off, this package is incredible, and I am very grateful for it. I have an app that has several sets of parameters that are of interest to different parts...

Currently we can't do a simple require of `druid-query-toolkit` on [Observable](https://observablehq.com/): ![image](https://user-images.githubusercontent.com/167218/151444947-a972b629-0287-4168-a524-9174a30c4e97.png) I took a look at it with the [module-require-debugger](https://observablehq.com/@observablehq/module-require-debugger), and that showed that I could import it via...

presto's non-semantic versioning (currently `0.148`) doesn't work with the current `extractVersion()` here's a test case: ``` js it("works with super basic versions", () => { expect(External.extractVersion('0.1')).to.equal('0.1'); }); ```

### Description of Change What it says on the tin - search folders in batches to avoid 413 entity too large from the Google Drive API. ### Related Issue Resolves...

### Problem Description Currently we enumerate all of the folder ids every time a search is performed, which can be expensive. ### Feature Cache the `folderIds` when we index the...

enhancement

rn you can view the env vars for a task def / run as json, but what would be really useful is to view them as a series of export...

It would be helpful if task definitions were under some sort of version control, so that we could see what changes were made at what times.