lennertvandevelde

Results 4 issues of lennertvandevelde

### Expected Behavior [Chaining requests](https://docs.insomnia.rest/insomnia/chaining-requests) in order to get a bearer token from an ROPC-request. It should be able to return the token and fill it into `Authorization: Bearer`. ###...

B-bug
S-unverified

### Describe the bug ner-dutch model throws index out of range in self error on some character combinations. ### To Reproduce #### Example 1 ```python import flair from flair.data import...

bug
wontfix

Hi! Thank you for the great work on this codebase. I would love to inform if the Dutch language is on the roadmap for further releases? It is the 7th...

enhancement

When using a "+" in one of the query params, e.g. ``` GET {{host}}records ?nrOfResults=100 &startIndex=0 &q=+(OrganisationId:226) +(type:image) ``` the + is not url encoded: ``` `GET HOST/records?nrOfResults=100&startIndex=0&q=+(OrganisationId:226)%20+(type:image)` *accept*: application/json...