Michael Chow

Results 189 issues of Michael Chow

Currently, if a task dependency does not exist AFAICT gusty does not raise an error, but creates the task without unmatched dependencies. This has bitten us a couple times, when...

Currently, when a user creates a task using a `.py` file, Gusty automatically creates a handy task from it. One added feature that would make it easy to browse these...

I need to create a small reproducible example, but noticed while backfilling. Running backfill from the CLI like... ``` airflow backfill some_dag -s 2021-04-16T00:00:00+00:00 --reset_dagruns -i -t some_task ``` Seems...

Hello, I have a site built with Pelican (which has been great!). It's clear from looking at the unit tests, that I should be able to instantiate the objects (for...

Currently, the osf.io Recent Activity log reports all files that are changed in a github repository. This seems sensible, as it makes transparent exactly what files have been changed, and...

feature

Hello, when I try `pip install v8eval`, I run into an error with a `gclient.py` command that seems to be used on build. I'm happy to dig around, but a...

This (WIP) PR addresses #303. I took a quick look over nbsphinx, and wanted to highlight some challenges and decisions involved. (I'll clean up / flesh out the doc notebook...

For RSConnect boards, there is a `content-cache.yml` file that maps content name (e.g. `my-mtcars-pin`) to its underlying RSConnect identifier (a content guid). However, because changes to the mapping between content...

Currently, it seems like R and python pins treat api_version differently: * R pins: - [Sometimes sets api_version using `0L`, `1L`](https://github.com/rstudio/pins/blob/9e8c08123861eeef4853caa5ffd1970c9be0457e/R/meta.R#L7-L12), but reads it as a numeric (screenshot below) -...

From discussion with @juliasilge, let's set up a github action to ensure that changes made to R pins are compatible with the current version of python. E.g. save the pins...