Pau Ramon Revilla

Results 10 issues of Pau Ramon Revilla

We see a lot of lock timeouts due to the advisory lock. Right now, we see that the advisory lock uses the class name to determine the unique name. But...

Hi there! I'm pretty new to this project and I think this is the best time to contribute documentation. The tutorial is amazing, but missing a formal reference makes finding...

docs

I have a bunch of functions, extensions and policies registered and it's impossible to run autogenerate anymore. It looks like there is something going exponential in the compare_registered_entities. the console...

node_modules/nth-check css-select =0.1.0 Depends on vulnerable versions of svgo node_modules/icon-pipeline

I've been profiling orama, since it's taking 4s to ingest around 4k documents on my project and I would like to lower this down. I've noticed several things: It's ingesting...

They key seems to be too specific. Specially by using the prop, which basically makes it redudant to cache tokens that are found in different props. The goal of that...

### Problem Description According to my profiling, most of the time spent on ingesting documents is spent on "run microtask". Particularly the `insertScalarBuilder` is specially hot, and it has a...

### Describe the bug I have no idea if it's a bug, feel free to dismiss otherwise. I'm profiling an app I'm building with orama, and I see that all...

**Describe the bug** When the selector contains new lines, `querySelectorAll` returns all sorts of things that it shouldn't. **To Reproduce** ``` document.querySelectorAll( `pre, code, script, style, object, embed, iframe, form,...

bug

**Describe the bug** The behavior of the DomParser is suboptimal when dealing with broken html. The browser implementation handles it gracefully, but happy-dom seems to choke. **To Reproduce** Steps to...

bug