-
the file structure of the ``` source ``` folder until now is :
``` ** ``` for files .
``` -- ``` for folders.
```
--src
--database
--queries
**getData.js ( for example).
*…
-
Exception in Tkinter callback
Traceback (most recent call last):
File "\Lib\tkinter\__init__.py", line 1948, in __call__
return self.func(*args)
^^^^^^^^^^^^^^^^
File "\Structu…
-
## Summary
Move all per-workflow settings to a special folder called `.bonsai` placed next to the workflow files. Proposed example structure:
```
📦ProjectFolder
┣ 📂.bonsai
┃ ┣ 📂Workflow1
…
-
Since the repository is been added with many files, I need help to categorizing it.
-
You could go ahead and stick some js files that are in the root folder into another file so it looks a little bit tidier :smile:
-
This is how the lib folder looks currently
```
├── amd_amd.js
├── amd_cjs.js
├── amd_slim.js
├── babel_compile.js
├── bfs.js
├── cjs_amd.js
├── cjs_cjs.js
├── cjs_steal.js
├── clean_traceu…
-
-
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…
-
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…
-
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 …