-
Some key items to consider refactoring the app structure:
- The MVC-like directory structure of the app (provided by Yeoman) is not good for middle/large size apps.
- Thinking about Angularjs 2.0 and …
-
# Describe change in content, appearance, or functionality
Migrate the following code guides into the doc:
* https://docs.google.com/document/d/1J1Keu4s2QMb9PfZWVKdhbKDW5PjT88CJuEAjzNVcDHU/edit#…
-
Update the wiki further to make the plugin more accessible
-
I'm trying to have a go of #22 and finding out it's not a simple. :)
I'm trying to figure out how to best format the generated code, beyond what I specified on #22. In particular, what style guide …
-
The code should be restructerd following the lowRISC style-guides defined at
https://github.com/lowRISC/style-guides
-
Address misconceptions and showcase the benefits of low code/no code tools.
-
Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new
LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'.
Rate limit error: litellm.RateLimitError: Rat…
-
I found a question about this. the "repository" option can detect .git directory, and the default path is from second level directory. If I have follow files:
```shell
Example
- src/
…
-
So this is really nit-picky, but it would help the readability of the code if you followed the [PEP8 style guide](https://www.python.org/dev/peps/pep-0008/). Depending on what editor you use, there sh…
-
```
jobs:
scalafmt-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Checking your code to see if u r naughty…