Artur Khabibullin

Results 33 comments of Artur Khabibullin
trafficstars

@diegomachadosoares have you ever got a chance to build the module? ``` sudo modprobe hid_magicmouse modprobe: ERROR: ctx=0x1d72010 path=/lib/modules/4.12.8-2-ARCH/kernel/drivers/hid/hid.ko.gz error=No such file or directory modprobe: ERROR: ctx=0x1d72010 path=/lib/modules/4.12.8-2-ARCH/kernel/drivers/hid/hid.ko.gz error=No such...

@diegomachadosoares No, for me it's using hid-generic. ``` [ 2106.734224] hid-generic 0005:004C:0269.0006: unknown main item tag 0x0 [ 2106.734318] input: Magic Mouse 2 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256/0005:004C:0269.0006/input/input21 [ 2106.734526] hid-generic 0005:004C:0269.0006: input,hidraw0:...

@Ulexus, for example I'd like to not to send [Channel#SendDTMF](https://pkg.go.dev/github.com/CyCoreSystems/[email protected]+incompatible/client/native?tab=doc#Channel.SendDTMF) if context is cancelled. So I would expect the function signature be something like `SendDTMF(ctx context.Context, key *ari.Key, dtmf string,...

One of my uses would also be tracing, like on the options https://github.com/opentracing/opentracing-go provides to you is "context tracing". You propagate a context across all the functions from the very...

I've got almost the same error. ``` map[] Error: unmatched '[', expected: ']' got: ')' ``` And I don't know how to balance it. ``` go usage := `go-gist go-gist...

I can see the very same behaviour on current master.

I assume the issue is in https://github.com/khrt/Raisin/blob/master/lib/Raisin/Plugin/Swagger.pm#L286 where everything which is not `HashRef` is ignored.

I've kinda fixed it. The fix is that if type of a parameter is `ArrayRef[.+]` the plugin generates parameters of type `array` with items any-type. See https://swagger.io/docs/specification/data-models/data-types/ Not sure if...

Released to CPAN to anyway, even if it doesn't solve your issue.

@hidden-primary-net, I'd like to try to reproduce your problem to see how it can be solved with Plack middlewares. To do that would you mind telling me what software do...