Byeonghoon Yoo

Results 16 issues of Byeonghoon Yoo

언어 id를 `extensions.py`에 하드코딩 해놨는데, 이걸 자동화 하는 방법 찾기. from #3 @MilkClouds

enhancement

BOJ 서버를 위해서 다운로드 속도 조절 기능 추가 from #3 @MilkClouds

enhancement

이 프로젝트를 사용하지 않더라도 정기적으로 프로그램이 잘 도는지 확인하는 CI를 추가해서 문제를 발견하자.

enhancement

## Feature https://github.com/python/cpython/blob/5442561c1a094b68900198bade616da9ed509ac8/Lib/test/test_sys.py#L963-L982 `test_sys::SysModuleTest.test_is_finalizing` In TC, `AtExit.__del__` is not invoked. Because `ref = AtExit()` is a module attribute, RustPython must implement module destruction to invoke it. Found during work on...

bug
compat

## Feature Request Python 3.9 introduced `ZoneInfo` and it backported 3.6+ (https://pypi.org/project/backports.zoneinfo/). Looking at the code, except for `dateutil.rrule` and `dateutil.relativedelta`, it seems that `dateutil` is being used for some...

enhancement

## Env Python: 3.9 protoc: 3.15.6 betterproto: 2.0.0b3 OS: linux --- ### Given proto ```proto syntax = "proto3"; package com.test.v1; import "google/protobuf/empty.proto"; service TestService { rpc Test(PublisherUserID) returns (google.protobuf.Empty); }...

compiler-bug

### **Is your feature request related to a problem? Please describe.** When submit a deployment, a snackbar that contains link of deploy status page showed up without redirection to that...

component: ui
enhancement

enhancement

explain usage of SDK

for debug and readability.

enhancement