FurcyPin
FurcyPin
### Actual behavior When trying to read from an Event Hub, our executors failed with the following error message: ``` org.apache.spark.SparkException: Job aborted due to stage failure: Task 1 in...
## Feature Requests ### What issue are you trying to solve? Currently, when not set, the option `maxEventsPerTrigger` defaults to `1000 * numPartitions`. I would like to set it to...
Hi there, I have a project that uses dynaconf v2.2.3 (thanks for making dynaconf, btw, nice project !) and I would like to discuss two distincts issues: ### A. Environment...
Hi, I have a python projects that uses doctest for some tests and mocks for some other tests, and I use nose2 to run everything. It works like a charm,...
The WikiClient has a [`create_attachment`](https://github.com/microsoft/azure-devops-python-api/blob/451cade4c475482792cbe9e522c1fee32393139e/azure-devops/azure/devops/released/wiki/wiki_client.py#L28) method that matches the [Attachments - Create](https://docs.microsoft.com/en-us/rest/api/azure/devops/wit/attachments/create?view=azure-devops-rest-6.0) route of the API, but it seems that there is not `get_attachment` method to match the [Attachments -...
When using the method CachingParser.parse(), useless caching is done : The CachingParser.parse() uses a cache, then calls its parent Parser.parse() method, which calls Parser.parseUserAgent(), which is overriden by CachingParser.parseUserAgent() wich...
Hi, First, thanks for the nice plugin! I'm trying to use a wrapper powershell script that calls sqlfluff instead of calling it directly, but I can't get it to work....
First, thanks for making this project, it's super useful :-) ## Bug description It looks like the global completion does not work for command line that start with the "time"...
**Is your feature request related to a problem? Please describe.** I've been adding autocomplete on one of my projects that uses dynaconf and I tried to optimize the autocomplete's response...
This PR fixes #809. Looking at the code, I realized that a similar issue was already solved: #784 The tricky part is that BEGIN can be used in two ways:...