João Conde

Results 26 comments of João Conde

@r0hit-gupta Im thinking on contributing. Can I implement the following: 1. `dynamic_programming/01_knapsack.rs` 2. `dynamic_programming/coin_change.rs`

@aquelemiguel @afonsojramos I think we discussed this at a certain point. I have an idea of how to do it. Leave it to me if you agree with the issue.

> Yeah, the big move to mostly using the `strings.rs` file was mostly to help with this. Go ahead! Yes, but at the same time, the translations will no longer...

Seems a bit overkill to me but nonetheless when I have time I will look into them.

Alright, my proposed solution is one that: 1 - does not increase source and binary sizes with each new translation/locale 2 - can be easily contributed by open source devs...

The default would be English, yes. It would be basically lookup for JSON file translation (actually this will be loaded into memory at startup) and if it does not exist,...

I really see no way of achieving this. The command execution is asynchronous. Calling /play means executing our play async command, which is doing its work asynchronously like all Serenity...

@rafaeldamasceno If you take locks you prevent all commands from running, like if you lock while you enqueue 100 songs, I think you wouldn't be able to use other commands...

> From a UX perspective, I don't find being unable to use other queue-based commands as a bad thing if we provide enough feedback to the user @danrpinho this would...

> @rafaeldamasceno @danrpinho Don't get me wrong, it's intended but I agree it's confusing behaviour. > > I can't think of a simple way to implement this other than creating...