Coder Social home page Coder Social logo

guides's People

Contributors

ericonr avatar flexibeast avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

guides's Issues

typo

The void git packages guide has a typo wkrsrc in the first do_fetch command box.

Workaround | gentoo-kernel-bin block gentoo-kernel

When you do emerge gentoo-kernel portage says

Calculating dependencies... done!
[ebuild  N     ] sys-kernel/gentoo-kernel-5.15.52  USE="initramfs savedconfig -debug -hardened -test" 
[blocks B      ] sys-kernel/gentoo-kernel:5.15.52 ("sys-kernel/gentoo-kernel:5.15.52" is soft blocking sys-kernel/gentoo-kernel-bin-5.15.52)
[blocks B      ] sys-kernel/gentoo-kernel-bin:5.15.52 ("sys-kernel/gentoo-kernel-bin:5.15.52" is soft blocking sys-kernel/gentoo-kernel-5.15.52)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (sys-kernel/gentoo-kernel-5.15.52:5.15.52/5.15.52::gentoo, ebuild scheduled for merge) pulled in by
    gentoo-kernel

  (sys-kernel/gentoo-kernel-bin-5.15.52:5.15.52/5.15.52::gentoo, installed) pulled in by
    ~sys-kernel/gentoo-kernel-bin-5.15.52 required by (virtual/dist-kernel-5.15.52:0/5.15.52::gentoo, installed) USE="" ABI_X86="(64)"


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages

You need to do:

$ sudo emerge --deselect sys-kernel/gentoo-kernel-bin
>>> Removing sys-kernel/gentoo-kernel-bin from "world" favorites file...
$ sudo emerge --depclean

You can continue with the $ sudo emerge gentoo-kernel

Request: add information on cross-platform mdoc

I was previously sold on preferring a semantic way to make manpages, but I never did figure out what would need to be done to, say, get man pages for a cross-platform Go program to be viewable on, say, macOS, GNU/Linux, and FreeBSD.

I know that, on macOS, mandoc is available on Homebrew, but I don't know if I would have to make compiled manpages (in roff?) or what's involved with the last bit of distribution.

Would you consider adding more information on what it takes to get man pages in front of users who aren't on OpenBSD machines?

Thanks in advance,
adiabatic

mdoc-quickstart: Request: add dark-mode screenshot for dark-mode users

I tend to use dark mode on all my computers when the sun goes down. While this makes GitHub more pleasant to read after dark, bright-white images can be blinding. Would you consider replacing mdoc-examples.png with a dark version, or having the browser choose with something like the following?

<picture>
 <source srcset='mdoc-examples-dark.png' media='(prefers-color-scheme: dark)' type='image/png'>
 <img src='mdoc-examples-light.png' alt='Image of the mdoc-examples.7 man page'>
</picture>

I'd happily supply a pair of my own, but macOS' own manual page displayer is in monochrome, which is surprisingly less interesting than what Gentoo generates.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.