-
This code:
https://github.com/microsoft/knack/blob/dev/knack/config.py#L39-L44
is causing a bunch of potential issues:
1. If it's using the ` _DEFAULT_CONFIG_DIR` that is trying to expand `~`…
-
Split NER pipeline step into merging tags and format conversion steps, move into the new repository
-
Add a make file with targets (such as `build`, `run`, `format`, `test`, etc.) to reduce the need to remember, copy and paste long and complicated commands.
-
Well, you obviously have this up on GitHub, but do your tools interface with GitHub repositories? I guess git is required locally and then you push to a GitHub repository? I'm using GitHub in anothe…
-
Hello, I'm using the latest version of the library `PyDrive2[fsspec]==1.17.0` and I'm trying to authenticate a service account (the SA email is shared with the drive I wish to test and the keys were g…
-
As @shcheklein suggested, we should consider splitting data into small blocks to track data changes more efficiently. Example: giant file that has one line appended to it.
efiop updated
9 months ago
-
-
Hey,
I'm trying to read files from a GitHub LFS Repo (https://github.com/openai/dalle3-eval-samples/tree/main) but only get the pointers to the actual large files (the images in the repo), instead …
-
`grr_manage` should support the following types of tasks:
- **manifest** - recalculates the manifest of the resource if necessary;
- **stats** - recalculates the statistics of the resource if necessa…
-
Yannick pointed this out:
```
Definition refine_res1 : relation (global_env * dvalue)
:= TT × eq.
```
> Shouldn’t the refinement relation on dvalues be more subtle than eq? We don’t consider p…