Tony Simpson

Results 19 comments of Tony Simpson

Related https://github.com/pygame/pygame/issues/406

I don't get this issue when building pygame from source, I suspect the manylinux build might be the cause. Tested building Pygame 1.9.4 from source on Arch with (from pacman)...

Issue identified as a known issue in sdl mixer - updated here https://github.com/pygame/pygame/issues/406

Hi, If you add the nanomsg.dll to your PATH this should work, but it will be using the ctypes backend which is a bit slower. I'm afraid building the library...

I'm not against this idea. I don't want to do anything yet that would break python2/3 compatibility, maybe backporting the exceptions to 2 would be possible (already done by the...

This is a result of the (questionable) design decision in nanomsg to provide an API for dynamic languages like python to get contants are runtime (see nn_symbol). Static analysis tools...

Could you try pip uninstalling and re-install the library as you did - what does the install output look like?

What might a path to improvement look like? A PR to make sure passing in a custom decoder_input_ids works correctly might be a good start? Happy to do that. I...

@hollance Yes we could absolutely convert `forced_decoder_ids` to `decoder_input_ids` in `.generate(...)`, and I think we can do it in a way that doesn't break anyones code. I can put a...

Thanks, feedback much appreciated - glad to hear its working for you in productions.