Ivan Yurov

Results 10 issues of Ivan Yurov

Is it possible to redefine state machine in subclass in a fancy way (without hacking over instance/class variables)?

waiting for response

Not sure if that's a problem of CoffeeScript which we use, or just something general, but when we use something like: ``` mockUpdate(@user).match(first_name: '').fails(status: 422, response: {errors: {first_name: ["can't be...

I use ember-bootstrap with ember-changeset. When I add errors programmatically after api call (server side errors), they don't appear on the page. This happens if the field was prefilled (autocompleted)...

I'm trying use this proxy service with hackney: http://docs.proxymesh.com/article/7-request-response-headers#https It reports current IP with custom header. When I call http host, it's appended, but this is obviously not the case...

proxy

This link leads to phpthumb connector with Width and Height settings related to gallery. So you cannot download original this way. Why not to generate link to real original file?

I'm trying to build an image where models are preloaded using `huggingface-cli download ...` however, the default cache directory is being overwritten here: https://github.com/pyannote/pyannote-audio/blob/develop/pyannote/audio/core/model.py#L57 https://github.com/pyannote/pyannote-audio/blob/develop/pyannote/audio/core/pipeline.py#L95 I'm using diarize model through...

wontfix

Would be nice to have any logging. I'm trying to pass unrecognized routes to the legacy backend, and so far it only spits out 502 and never tries to hit...

Right now the payload is optional and there's no way to tell if event is even expecting that. We can probably make it more strict and formal somehow.

Not sure if there could be any fix, maybe better documentation on how guards should be written if they're payload dependent. For example, sub condition dependent on payload should always...