Genki Takiuchi
Genki Takiuchi
This PR wants to introduce a more robust way to recovery from crash in comparision to `lock_clear`. Unfortunately, all software systems complicated enough can crash. Groonga is too. Crashed Groonga...
These days, my Groonga server exhausts all CPU resources for a couple of minutes about once a day. The size of DB is about 80GB with 80M records. Here's the...
### Which component is affected? Starters / CLI ### Describe the bug Doing: Trying to test the behaviour of server actions using Qwik Starters. And `run()` the action when a...
Groonga seemed that it is necessary to have text data column for building the search index. But I met some cases that there is no need of the text data...
This is required to run tests.
To avoid setting status message that is not supported by HTTP/2, checked if the request's HTTP major version is less than 2. Without this fix some of apps using this...
I have faced to a problem to `parse` the promise value mistakenly several times. And I came up with that the `parse` must not accept any promise values as input....
# Overview # What is it? - [ ] Feature / enhancement - [ ] Bug - [x] Docs / tests / types / typos # Description When I have...
# Overview I have fixed the lint issue about the serialization of th JSXNode (reported #5940) Here is the reproduction of the issue. This code crashes. https://stackblitz.com/edit/qwik-starter-ptzf8r?file=src%2Froutes%2Findex.tsx # What is...
### Which component is affected? Qwik City (routing) ### Describe the bug I have tried to detect the SPA navigation. I expected the `loc.prefUrl` is `undefined` at the first render,...