Genki Takiuchi

Results 24 issues of 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...

bug
triage
Priority

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...

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...

pr
investigate
needs tests

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....

question

# 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,...

TYPE: bug
COMMUNITY: good first issue
COMP: qwik-city
COMMUNITY: PR is welcomed