Jonathan Chan Kwan Yin

Results 168 issues of Jonathan Chan Kwan Yin

Add more filters, and put them in a dialog like Sort.

Class: To-Do
Target: Feature
Component: Release List
Layer: Controller (Client)
Edition: Beta

Note: I have no idea how to use containers at all.

Class: To-Do
Component: CI Building
Layer: Security / Permission
Layer: Controller (Server)
Edition: Beta

Class: Enhancement
Target: Feature
Component: Release Submission
Layer: Model (GitHub)
Priority: Low
Edition: Beta

It is currently undefined when a session is created during execution, and it is hard to ensure whether the session should be immediately closed (for unlocking) after being read. This...

Class: To-Do
Target: Optimization
Component: Global / Framework
Layer: Controller (Server)
Edition: Beta

I am using shrev in my ECS game for pubsub pattern, but I would like to pass unsync events in thread-local systems, treating the whole `EventChannel` as an unsync object....

Some packets are only received/sent as UDP packets, and some are only inside the EncapsulatedPacket buffer. However both types of packets are declared in MessageIdentifiers.php and src/protocol without distinction (probably...

Type: Enhancement

Sometimes `if(mask & bit)` is used, and sometimes `if((mask & bit) !== 0)` or `if((mask & bit) > 0)` is used.

#### What type of PR is this? Features #### What this PR does / why we need it: Tenant name should be validated before they result in generation of unparsable...

### What happened? ``` Error from server: tanentID doesn't exist in context context.Background.WithValue(type *http.contextKey, val ).WithValue(type *http.contextKey, val 127.0.0.1:6443).WithCancel.WithValue(type *http.contextKey, val 127.0.0.1:6443).WithValue(type *http.contextKey, val ).WithCancel.WithValue(type httplog.respLoggerContextKeyType, val ).WithValue(type request.requestInfoKeyType, val...

documentation

### What happened? After tenant deletion, the ValidatingWebhookConfiguration remains present. ### What did you expect to happen? The ValidatingWebhookConfiguration should be deleted since the client no longer exists. Otherwise, this...

enhancement