Pavel Roskin
Pavel Roskin
We might be having the same issue. I'm trying to make Munbyn ITPP941 work. Most jobs are shows as "aborted" in the lprint web interface. I tried running the lprint...
Thank you, @michaelrsweet ! Updating libcupsfilters to the current master branch has made all the difference for me! I can print labels from PDF files opened in Firefox, which is...
There is explicit support for `pkg-config` in cargo2nix that should just work. I tried adding the `gtk` dependency to the example provided with cargo2nix. With the `v0.11.0` tag, compilation succeeds...
I was wrong about the `v0.11.0` release, it fails to compile `gtk` as well, but with a different error. In `v0.11.0`, `pkg-config` fails to find `glib-2.0`. In `release-0.11.0`, the `pkg-config`...
This PR is mostly to help others build MC for Windows. I'm not sure if it needs to be merged, although it should not cause any harm. This script works...
Good to know. I wish I looked there earlier. Still, it would be good to have scripts for users wishing to compile mc locally, with support for incremental builds and...
`$tablet` in `styles/styles.scss` should be `1060px` or so (not `600px`) to accommodate all code and most comments up to position 72 for monospaced font in the narrowest window with side...
Actually, "remote" and "local" would be better labels. That gives 8 lines: ``` remote updated local updated remote new local new remote deleted local deleted unchanged conflict ```
One more thing. The main branch should be linearized before being added to the repository by rebasing `release-0.11.0` on top on `v0.11.0`. It's painful to bisect issues on a heavily...
Thinking more about it, the problematic commits should not go to the main branch, they should go to PRs and stay there until they are fixed.