Hanaasagi

Results 13 issues of Hanaasagi

Recently, I learn how to use apscheduler, and I find something interesting. From the latest doc's example, `AndTrigger` can be used as: ```Python from apscheduler.triggers.combining import AndTrigger from apscheduler.triggers.interval import...

Resolves #227 ### Env - Python 3.7.2 - vibora master branch ### Test Code ```Python from vibora import Vibora, Response, Request from vibora.router import RouterStrategy app = Vibora() @app.route('/') async...

- With issues: - Use the search tool before opening a new issue. - Please provide source code and commit sha if you found a bug. - Review existing issues...

Skip checking `If-Modified-Since` if client already sends an `If-None-Match`. It will resolves #1132 .

It will resolve #428. ```Python a = 1 def test(): a = 2 del a print(a) test() ``` `handleNodeLoad` will always search the name `a` from function scope to module...

resolves #152 PEP 479 is enabled for all code in Python 3.7, meaning that StopIteration exceptions raised directly or indirectly in coroutines and generators are transformed into RuntimeError exceptions.

**Is your feature request related to a problem? Please describe.** Currently, Lspsaga's `goto_definition` in TypeScript files jumps to the `.d.ts` file instead of the original JavaScript source code. tsserver has...

enhancement

### My Env - better-sqlite3: 9.0.0 - Linux 6.5.7-arch1-1 x86_64 unknown - sqlite3: 3.43.2 2023-10-10 12:14:04 4310099cce5a487035fa535dd3002c59ac7f1d1bec68d7cf317fd3e76948alt1 (64-bit) ### Repro ```JavaScript import Database from "better-sqlite3"; const db = new Database(":memory:");...

### Zig Version 0.11.0-dev.3312+ab37ab33c ### Zig Language Server Version 5d53f0104fe6742a28592094f9f7de5060a6f07c ### Steps to Reproduce Currently, I don't know how to reproduce this issue. Here is the full panic log for...

bug