#кодеротбога

Results 43 comments of #кодеротбога
trafficstars

![photo_2024-03-23_11-31-54](https://github.com/erikdkennedy/figtree/assets/1025241/9642b5cd-b6ac-4259-a3d7-676d465b3c20) keycaps with this font :)

``` // AddSubscriptionError is used to let websocket return an error message after subscription resolver returns a channel. // for example: // // func (r *subscriptionResolver) Method(ctx context.Context) (

Pseudo code in directive: ```go func Auth(ctx context.Context, obj interface{}, next graphql.Resolver) (interface{}, error) { payload := jwt.GetPayload(ctx) if payload.IsExpired() { return nil, errors.New("JWT was expired - case 1") }...

Pseudo code in directive: ```go func Auth(ctx context.Context, obj interface{}, next graphql.Resolver) (interface{}, error) { payload := jwt.GetPayload(ctx) if payload.IsExpired() { return nil, errors.New("JWT was expired - case 1") }...

[Universal Language Injections](https://github.com/Microsoft/vscode/issues/1751) - is opened issue. [Workaround](https://github.com/Microsoft/vscode/issues/22694) - works fine!

One more issue: [Extension providing language support in ES6 template strings](https://github.com/Microsoft/vscode/issues/5961).

[Example for solution](https://github.com/Microsoft/vscode/issues/22694#issuecomment-289057832).

[Workaround](https://github.com/Microsoft/vscode/issues/22694) - works fine!

I know two packages with this feature w/o jQuery: - https://github.com/dalgard/meteor-viewmodel#click - https://viewmodel.org/docs/bindings#events

[Oh-oh-oh](http://stackoverflow.com/questions/9508377/converting-a-native-browser-event-object-to-a-jquery-event-object)