tigerinus

Results 62 issues of tigerinus

目前我是结合 http://www.brianapps.net/sizer/ 和 magpie 一起用的。 如果 magpie 能整合 sizer 的功能,我就不需要两个工具了。 基本上流程就是:点击热键 -> resize 当前游戏窗口为指定的 720p 或者 1080p -> 然后 upscale 到全屏 一键把所有的需求都包含了,会很牛逼。

enhancement

See https://github.com/spring-projects/spring-graphql/issues/408 - Thought it's a Spring GraphQL problem, but turns out to be a VSCode Java problem. Running the sample project in command prompt works fine. ##### Environment -...

bug

Description =========== I have a microservice that consumes messages from Kafka, do some work with it, and publish the result back to Kafka. However it quickly get OOMKilled after started....

investigate further
LOW

Description =========== I need to retrive last N messages of a topic using confluent-kafka-python. I've been reading https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html# for a day, but no finding any appropriate method for getting the...

question

(originally opened in https://github.com/Azure/vscode-kubernetes-tools/issues/919) Steps: 1. Install https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml (v0.17.0) 2. Install https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi (v4.3.1) 3. Open a OpenAPI spec file in yaml format Expect: the yaml file gets parsed correctly. Actual:...

needs-info

I am aware of https://github.com/microsoft/vscode-docker/issues/3263 Just want to add `nerdctl` to the game, so it's not left out at testing phase.

feature

**Is your feature request related to a problem? Please describe.** I have a training dataset of around 1.5m records. I was trying to get `HoeffdingTreeRegressor` to fit it, and it's...

```python from dbus_next.aio import MessageBus import asyncio loop = asyncio.get_event_loop() async def main(): bus = await MessageBus().connect() loop.run_until_complete(main()) ``` First time using this library. Tried the example code above and...

I have a training dataset of 1473711 records. After throwing it to `FIGSRegressor.fit()`, it's been running for almost 3hrs without evidence of stopping. Looking at the processes I see there...

enhancement

I have a training dataset of around 1.5m records. I was trying to get FIGSRegressor to fit it, and it's been running more than 2hrs without any indication about its...

enhancement