-
I hit this problem when trying to use the `getPackageExtentions` function pointing to a cabal file that is not my current directory, but I can also exhibit it using the CLI:
```
…/ext-stats $ extens…
-
When trying to run: `gradle --console plain build run`, here what I get:
```
➜ MoneyX git:(master) ✗ gradle --version
------------------------------------------------------------
Gradle 5.1…
-
```
Currently, the following must reside in the root-level project directory:
appengine_django/
.google_appengine/
django/
where django/ is a local checkout of the django repo. Why not use a
"common…
-
When running `uv sync` without specifying a Python version, the command automatically selects the latest compatible version based on `project.requires-python`. If this selected version is undesirable …
-
In the haste to complete we got all or nearly all of the code uploaded (good) but not all suitably organized (not so good). Rearrange what's evidently a monorepo into separate directories, and also do…
-
We'd like to add a notification for the root project, but the Slack tab is blank (i.e. there is no content, and in particular, no link to edit the project slack notifications).
I can however manually…
-
Original svgtex now supports MathML.
So we maybe merge it to follow newer feature of original project.
https://github.com/agrbin/svgtex
What do you think?
-
The readme file is moved to the web/ folder. We need a new one at the root level.
yyoon updated
7 years ago
-
Apologies if this is documented somewhere. I'm serve-ing a react app (on port 3000) and need to reference some large video files outside of the project directory. Is there a way I can do this with ser…
dhowe updated
5 years ago
-
Version: Deno 2.0.4
When creating a Mono repo (with ` "nodeModulesDir": "auto"` set in the `deno.json`), the `deno install` command doesn't create `node_modules` in the sub projects. There is only …