tomotomo

Results 19 issues of tomotomo

ProtocolLib's PacketAdapter class requires at least 1 packet filter. https://github.com/aadnk/ProtocolLib/blob/master/modules/API/src/main/java/com/comphenix/protocol/events/PacketAdapter.java#L606 but extension is not passing and accepting packet filter. https://github.com/DevSrSouza/KotlinBukkitAPI/blob/master/plugins/src/main/kotlin/br/com/devsrsouza/kotlinbukkitapi/plugins/KProtocolLib.kt#L28

bug

GitHub's new feature codespaces brings function to access to local server via `https://.apps.codespaces.githubusercontent.com/`. Therefore, We need to exclude it from apply list. * **Browser**: Brave Browser * **Operating System**: Windows...

bug :bug:

## Description Unbounds Send marker if compile target is wasm32 to fix #292 ## Motivation and Context Please also include relevant motivation and context. ## Dependencies List any dependencies that...

**Is your feature related to a specific framework or general for this extension** i18next **Is your feature request related to a problem? Please describe.** Currently I have code looks like...

feature request

要望になってしまい申し訳ありませんが、MySQLやSQLite等のデーターベースも対応してほしいです。

When i run this to output is like that Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code...

since ghq may generate multiple paths if gitconfig has couple definitions like ``` [ghq] root = ~/Repositories [ghq "https://git.xxx.xxx"] root = ~/Repositories/Work/git.xxx.xxx ``` so this PR makes it unique when...

I'm using ktor for Twitter Account Activity API. When twitter user actions, twitter server will request to my own server. it will be handled by nginx and ktor. twitter server...