Joaquin

Results 26 comments of Joaquin

> I initially did the same thing, eventually not having relative pos in the Touch API was so annoying that I decided to switch to Pointer. Ah, I'll definitely have...

Watching here currently https://www.youtube.com/watch?v=zYM4k_LD_9w 😄

package.json is a node.js specific feature, other platforms like deno, or tauri, do not use it. Having the compiler be tied to one platform and package manager seems like a...

> Another idea would be to have the printer re-format if the config value is on: Some flags to decide how to migrate a codebase would be useful, in case...

I've hit this too when writing unit tests with structs that have fields with longs strings. I was going to make a new issue but I found this one thankfully....

For another piece of code where I was having issues with another long string, I ended up splitting it with `\` and that also made rustfmt happier and formatted the...

For dual licensing like it seems this is, probably releasing all these as GPL and LGPL, and having a comercial license , would be the equivalent to the CC BY-NC...

> "commercial license" is incompatible with the gpl, though No it is not. The owners of the software can dual license it as they please. Any contributions to the GPL...

The situation is the same right now with the CC-NC license. They are the copyright owners of their own code which they licensed this way, but if they get contributions...

> If I'm not allowed to use the code commercially under the GPL, then the "dual license" is not compatible with the GPL. > I'm not sure where you get...