94rain
94rain
Same issue for me... I also followed the steps to set up node version to 12 but still getting the error. Update: I resolve this by updating the version to...
It seems that the logics are already implemented in `defaultExportColumns` method, but not in `specificAttributeColumns` https://github.com/gavinr/github-csv-tools/blob/475a58f74269a3a51f7c86dc43f6e778b0e5b665/export.js#L108-L130 As a temporary workaround, a simple change to `specificAttributeColumns` can resolve the `labels` issue....
可以把repo设成private再改回来,这样stars就都没了
I am unable to reproduce the segfault error via either `--version` or `--help` ```bash @94rain ➜ /workspaces/prometheus-2.39.1.linux-386 $ ./prometheus --version prometheus, version 2.39.1 (branch: HEAD, revision: dcd6af9e0d56165c6f5c64ebbc1fae798d24933a) build user: root@ceece275ef05...
Thanks for the proposed code changes! I'd love to see this feature as well. I just tried it with etcd.io/etcd (via `githubCsvTools -p --exportAttributes=number,title,labels,state,assignees,milestone,comments,created_at,updated_at,closed_at`), and it works well!
They are stored in the database (table `Revisions`? if I remember correctly)
For anyone who work on this in the future, this is what I've already looked into: Sample project for testing: https://github.com/ploomber/projects/tree/master/cookbook/grid (with some modifications to pipeline.yaml and tasks) Spec api...
Hi @edublancas. Have you already started to work on this? I see it is also assigned to me on Asana. Are these tests related? https://github.com/ploomber/ploomber/blob/d0c25f41d0fc74778eb1a3b21a486fbf1028893c/tests/sources/test_notebooksource.py#L259-L275
I guess we need to do this for ScriptRunner as well? I am thinking of creating a method `_validate_parameters_cell(source, is_notebook=True)` in `src/ploomber/tasks/notebook.py` similar to `_post_init_validation` (outside of class definition), passing...
`dagspec` contains `extract_up` and `extract_prod` when calling `add_parameters_cell(path, extract_upstream, extract_product)`. Do we want to keep these two arguments? If so, we may need to pass these as arguments to `NotebookRunner._init_source`....