Calamari
Calamari
If you have to set some custom headers on every request like CSRF tokens, it is tedious to specify them on every request. Allow `.ajaxSetup` to predefined them once, so...
The goal here is to have a node that is able to run multiple nodes in Parallel. This should fix #58.
- [x] Add Types to everything - [ ] Experiment sufficiently - [ ] Rewrite README to mention Typescript properly
I guess, that will be a version 3, since I think there will be some opportunities to make the API a bit better. Let's see.
This will improve how the importer works and should alleviate the problems of #21
I tried it with version 2.1.0 and 2.2.0 but if I try sending emails using the LocalAdapter. The viewer is showing that there is an email, but it is always...
Since I like this convenience on every markdown editor I go, I thought I add this here too. This adds the following behavior: Hitting enter on empty list rows, will...
**Is your feature request related to a problem? Please describe.** Since #274 the message "[APPSIGNAL]: Started in development mode." is logged to `console.warn` every time the `Appsignal` class is constructed...
The DOC.md is mentioning some nice and useful features, that the version I got from NPM (0.0.2) does not seem to have, like ``` Property 'onEntityAdded' does not exist on...
For OpenAI they specify rate limits [here](https://platform.openai.com/docs/guides/rate-limits/overview). They add fields to the header to show, how many tokens are still left. To build something that respects those limits and retries...