-
-
A single main.go file hurts to look at, maybe we can split this into the classic models/controller/routes structure? These are what I think we'll need for now -
1. `models/` - Contains model files …
-
The file structure is a little messy (I can say that cause I created it.)
We need a better directory structure. Also, bunches of classes are defined in "BaseFantasyClasses" and that's not a descript…
-
I would love to see more consistency with file structure in our example repos. Customers will ask for file structure recommendations and I don't think we show that very well in our docs. From the gett…
-
So I'm a bit confused as to why you have a `/public` and a `/build` and a `/build/public` and multiple `index.js` files. Guessing this is all a work in progress?
Are any of these files being built …
-
I was just wondering, what are the differences in the two main files (ACM_Team_2-master (1) and ACM_Team_2-master%20(1))? The latter may have been duplicated from the original because of the space in …
-
Our current file name scheme is somewhat inconsistent:
* Profiles don't get any prefix
* Extensions are prefixed with "ext-" (this applies to the `.id` as well)
* ValueSets don't get any prefix
* …
-
### Description
```python3
from flax import nnx
import tensorflow as tf
import jax.numpy as jnp
from jax.experimental import jax2tf
import optax
from flax.training import train_state
key = n…
-
## Issue:
Currently nextra-docs-template's files correspond to `nextra@v2` (e.g. [pages/_meta.json](https://github.com/shuding/nextra-docs-template/blob/main/pages/_meta.json), [next.config.js > requ…
-
## Summary
Move all per-workflow settings to a special folder called `.bonsai` placed next to the workflow files. Proposed example structure:
```
📦ProjectFolder
┣ 📂.bonsai
┃ ┣ 📂Workflow1
…