Sharif Mehedi

Results 6 issues of Sharif Mehedi

Upgraded pip packages; ``` (env) blurry:>$ pip freeze | grep dateparser dateparser==1.1.1 (env) blurry:>$ pip freeze | grep regex regex==2022.3.15 ``` dateparser.parse raises the following exception: ``` Python 3.8.10 (default,...

Running an Standalone solr core on Solr-8.11.0 and trying to do:: $ `python manage.py build_solr_schema --configure-directory="$SOLR_HOME/my_core/conf" --reload-core=my_core` initially raises: `org.apache.solr.core.SolrResourceNotFoundException` looking at the trace I found out that solr asks...

This PR introduces enhanced formatting behavior for `ContainerBlot` and improves how formatting is applied during blot insertion. These changes ensure better compatibility with nested container structures and allow formats to...

I want to have user inserted className on table, tr, and td tags. Below is an example code for inserting className on tr tag. I have the following changes in...

This PR introduces improvements to the `BlockBlot` class, specifically within its constructor and format() method, enabling more flexible and accurate formatting behavior when working inside container blots. Summary of Changes...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Places where the type annotation is wrong: - https://github.com/alpacahq/alpaca-py/blob/ac0f55a2b34279a796d90215f301a8e0e3b3dcc8/alpaca/broker/requests.py#L666 - https://github.com/alpacahq/alpaca-py/blob/ac0f55a2b34279a796d90215f301a8e0e3b3dcc8/alpaca/broker/requests.py#L732...