ZeroRin

Results 9 issues of ZeroRin

**Is your feature request related to a problem? Please describe.** I have a repository with two workflows: - A scheduled workflow 1 that downloads update data from different sources and...

enhancement
v6

Relates to [class attributes and instance attributes](https://github.com/satwikkansal/wtfpython#-class-attributes-and-instance-attributes) considering the following code: ```python class Foo: _count1 = 0 _count2 = 0 @staticmethod def total():Foo._count2 += 1 @classmethod def count(cls):cls._count1 += 1...

## 🚀 Feature Request When preparing `checkpoint_best.pt` and `checkpoint_last.pt`, create symbolic link instead of making exact copy of the checkpoint ### Motivation I'm running on a machine that somehow has...

enhancement
help wanted
needs triage

I'm running multiple python scripts at the same time, and deliberately want them to log into the same place. I suppose this is doable as the module supports multiprocessing, but...

返回信息`group push message is waiting for audit now` 然而一方面审核通过/不通过没有任何提示说明信息,另一方面说到底这是沙箱环境诶啥都发不出来要怎么开发

I'm currently writing some logics and noticed that I had to copy and paste a set of functions across different logic files. It's not so convenient and can be disastrous...

### Platforms Windows ### Build 146 ### Issue When an item is input to a router from an overflow gate, the router will not output it back to that overflow...

bug

### Describe the content or mechanics you are proposing. Currently only some of the choices in the list have description (like `@dead` and `@flag`) Please add a description entry for...

feature request
candidate

**Is your feature request related to a problem? Please describe.** Currently exported CSV file only includes internal item code (`-` separated names). Some of these codes are not exactly the...

feature