Ali Ashraf

Results 8 issues of Ali Ashraf

Hi. I am trying to clear the canvas but I noticed that the canvas was not properly cleared when calling clearRect. ```js let src = new Canvas(300, 300); let srcCtx...

Hi. Thanks for making this amazing library. I came across this weird problem where svg was fully blank when drawCanvas was used. Any idea what could be the problem? ```js...

Hi. I think that the project is ripe enough for built-in vector tile rendering support. I recently wrote the vector tile rendering engine in C#/.Net and it has a demo...

enhancement

Hi. I'm trying to read some webp files and creating an alpha composite using Draw method with Over as a parameter (code below). The output shows glitchy lines where the...

In order to replace `OSR/GDAL` with `pyproj`, we need to [migrate to python 3.8+](https://pyproj4.github.io/pyproj/stable/). This may require changing syntax, as well as updating dependencies. We also have to port the...

As mentioned in the [v10 milestone](https://github.com/maptiler/epsg.io/milestone/12), the project needs upgrading to Proj9 and the new epsg db format. This migration would also require the runtime update to python 3.8+ These...

Hi, Is there a way to score some documents higher than others? Something like `weight` in whoosh? For example: In an ecommerce site, we can have a `popularity` field for...

enhancement
help wanted
feature-parity

This PR adds a couple of new features that are present in Tantivy core repo, but not exposed in tantivy-py: ## Conjunction by default parameter By default, tantivy parses queries...