Marcus

Results 17 issues of Marcus

## UPDATED! ### broker.broadcast A proposal to modify ```broker.broadcast``` method, to allow a node to broadcast to all nodes except itself. This can be done adding a key called ```skipSelf```...

Status: Proposal
help wanted
Type: Discussion

Consider the following method: ``` public string Hello(string input) { return "Hello " + input; } ``` And then calling it using dispatch ``` const data = dotnetify.$dispatch({ Hello: "world"...

enhancement

Swapping out or providing the ability to swap Newtonsoft for System.Text.Json is highly desirable due to performance reasons. The upcoming .Net 7 release and it's AOT mode is very attractive...

enhancement

**Describe the problem/challenge you have** When implementing a deny all rule usually you want the same policy to be enforced on the node level and not only for pods so...

kind/feature

**Describe the problem/challenge you have** Currently the operator at https://github.com/vmware/antrea-operator-for-kubernetes only has support for Openshift and even then the benefits are subpar. Lifecycle management using the operator is error prone...

kind/feature
priority/backlog

I have an array of objects, the contents does not really matter but as soon as the array length goes over 30 it wont send at all. Could this be...

**Is this a BUG REPORT or FEATURE REQUEST?**: Feature **What happened**: Portworx pods were evicted due to it's lower priroityclass **What you expected to happen**: Being able to set the...

How about adding rss support? such as what showrss is providing. I'd love to be able to open the player and see there's stuff ready for me to watch. Thanks...

enhancement

``` node_modules\nw-gyp\src\win_delay_load_hook.cc(34): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast node_modules\nw-gyp\src\win_delay_load_hook.cc(35): error C2664: 'HMODULE GetModuleHandleW(LPCWSTR)': cannot convert argument 1 from 'const char [7]' to...

bug

Adding interoperability with [kubernetes-client/javascript](https://github.com/kubernetes-client/javascript) will allow one to use [the objects api](https://github.com/kubernetes-client/javascript/blob/master/src/object.ts) to fetch, delete, patch and so on using the types generated from this repository. kubernetes-client/javascript has a terrible...