Googol Lee

Results 10 issues of Googol Lee

这个项目创立之初,只有我自己的工作中用到的转换实现。后来感谢大家贡献代码,有了各种语言的实现。但是目前看上去,单一repo的形式有不少问题: - 我对其他语言不熟悉,比如matlab,java等。我无力维护这些语言的patch是否合理。 - 我个人并不能及时响应所有语言的同步 - 有占有其他人工作的嫌疑 我想将这个repo转化为单独的project,其中有一个doc repo,来定义所有实现需要的接口,以及相关算法和使用到的参数。同时这个doc会维护一个版本号,其他语言在实现时,需要指明对应的版本号。每个版本号发布后会对应一个tag。每个语言的实现单独一个repo,使用tag作为版本号。 我不知道各位贡献者对这个方案的想法如何。目前看得到的弊端是,对现有代码可能有影响(可以保留现有repo,但在readme里提示新的使用方法),star会分散到每个语言的repo里(我无所谓)。

**Describe the bug** Race condition, see https://github.com/googollee/go-socket.io/runs/2513183135?check_suite_focus=true. ``` ================== WARNING: DATA RACE Write at 0x00c00008b2a1 by goroutine 45: testing.(*common).FailNow() /opt/hostedtoolcache/go/1.16.3/x64/src/testing/testing.go:740 +0x4f testing.(*T).FailNow() :1 +0x44 github.com/stretchr/testify/require.Nil() /home/runner/go/pkg/mod/github.com/stretchr/[email protected]/require/require.go:955 +0x104 github.com/stretchr/testify/require.(*Assertions).Nil() /home/runner/go/pkg/mod/github.com/stretchr/[email protected]/require/require_forward.go:748 +0xd0...

bug

**JOIN OUR TELEGRAM CHAT: https://t.me/go_socketio** **TL;DR**, Anyone wants to take over this project? I hope someone can help me to maintain it. - Background I created this project when I...

help-wanted

## Background To make sure it works well with official Node.js version socket.io, it should have integration tests against Node socket.io. ## Content Tests should have: - Node.js client vs...

new-feature
v2

Fix: #64. For some historical reason, I hope to put all my posts under `/post` instead of `/posts`. It breaks the link of avatar on the `index.html`. I added a...

Hi, I'd like to add a rss link in social profile and show it on the frontpage. One solution is adding an option as params.social.RSS in `config.toml` (the value is...

## Problem statement swagger generator should keep the format of the API description. ## Swagger specification I hope it could generate a spec with the same format of the description...

Verified on my localhost. It installs CoAPython from rgerganov repo directly. ``` root@8528c3b38a28:/# pip3 install -U git+https://github.com/googollee/py-air-control Collecting git+https://github.com/googollee/py-air-control Cloning https://github.com/googollee/py-air-control to /tmp/pip-req-build-c95ulkyd Running command git clone -q https://github.com/googollee/py-air-control /tmp/pip-req-build-c95ulkyd...

- [x] Do only one thing - [x] Non breaking API changes - [x] Tested ### What did this pull request do? Add a flag `Config.DryRunMigration` to let `AutoMigrate()` return...

## Describe the feature Report if `AutoMigrate()` will change the schema. One possible way: - With `Session.DryRun = true`, `AutoMigrate()` succeeds if no need to change schema, and panics if...

type:feature_request