Zappone Federico
Zappone Federico
I hope that's was helpful
Missing lines in declarations/index.d.ts: ``` export { TypicalPrice, typicalprice } from './chart_types/TypicalPrice'; export { crossOver, CrossOver } from './Utils/CrossOver'; ``` Pull Request: https://github.com/anandanand84/technicalindicators/pull/209 I hope that's was helpful
Hi everybody, I'm using dmenu-extended since two one year and I feel I can make a suggestion about an improvement. I noticed that aliases work (of course) but "simple" aliases....
Concerning #152 I added the functionality of executing commands via interactive shell. I tried to be as minimally invasive as possible by making few changes and respecting the programming style....
I think it can be a very good idea to add a section that explain how others can test our changes and contribute to the project.
*Regarding #113* Creating a server to expose REST API I got this error: ```shell Error: Failed to create Channel. channel name should match Regex /^[a-z][a-z0-9.-]*$/, but got _default ``` It...
Why there isn't any feature to limit the rate of the requests? The lack of this feature make this tool less useful because of the too many requests bans.
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
### Issue with current documentation: A very large part of the documentation end examples provided are about OpenAI models. I clearly understand the importance of build, integrating, and improving langchain,...
As anticipated in #1 thanks to your work and my little contribution I was able to put my idea into practice. I added a section in the `README.md` if your're...