33 Matching Annotations
  1. Jun 2023
    1. FID=value: Defaults to ogc_fid. Name of the FID column to create.

      How does this relate to --config PGSQL_OGR_FID?

    2. OVERWRITE=[YES/NO]: This may be "YES" to force an existing layer of the desired name to be destroyed before creating the requested layer.

      How does this option relate to ogr2ogr --overwrite option?

    3. PRECISION=[YES/NO]: Defaults to YES. This may be "YES" to force new fields created on this layer to try and represent the width and precision information, if available using NUMERIC(width,precision) or CHAR(width) types. If "NO" then the types FLOAT8, INTEGER and VARCHAR will be used instead.

      I think this should read int8 not integer, open issue.

  2. Mar 2023
    1. Leave a comment at the bottom of any commit, or on a single line. Up to you. Comments show up in your feed and each repository has its own comment feed.

      Is this outdated? Where is the repository comment feed?

  3. Jul 2022
    1. Note we describe the casting behavior of these which is very important especially when designing your own functions.

      Where is the casting behavior described?

    1. The class-shorthand escapes also work within bracket expressions, although the definitions shown above are not quite syntactically valid in that context.

      What does it mean that the definitions are "not quite" syntactically valid in that context?

    2. Also see the prefix operator ^@ and corresponding starts_with function, which are useful in cases where simply matching the beginning of a string is needed.

      Where is this prefix operator ^@ defined?

  4. May 2022
    1. In strict SQL, GROUP BY can only group by columns of the source table but PostgreSQL extends this to also allow GROUP BY to group by columns in the select list. Grouping by value expressions instead of simple column names is also allowed.

      What does this mean? Like recursive?

  5. Mar 2022
    1. If no --include or --exclude options match, a file is included unless the first such option is --include.

      What does this mean?

  6. Feb 2022
    1. MQA provenance recognises that great music may only be available in early analogue or early digital or Redbook CD format; such recordings, if vouched for by the rights holder, can be marked MQA Studio and enjoy the profound sonic benefits of the MQA chain.

      What does this even mean, to mark a Redbook CD as MQA Studio? What bits are lost in "marking" 16/44?

  7. Jan 2022
    1. Automatically close a session when it ends If selected, a session's pane, tab, or window will automatically close when the session ends.

      Now called "After a session ends:", but what does the Restart option do?

    1. This used to on by default, but is no longer so as of version 3.3.

      Still seemed to be enabled by default for me.

    1. It is used by default for the session where you initiate a tmux integration client using tmux Integration.

      I think Automatically bury the tmux client session after connecting is actually unchecked by default.

    1. The active environment is the one with an asterisk (*).

      A asterisk appears even if the environment is not active. For example, when auto_activate_base: false or conda deactivate while in base env.

  8. Jul 2021
    1. --load-info-json FILE JSON file containing the video information (created with the "--write- info-json" option)

      What is this used for?

  9. May 2021
  10. Jan 2021
    1. --webdir

      It's unclear why the cache is configured using a command line option while the other directories are set directly.

    1. A value of -1 will disable the limit and the chunk size will grow indefinitely.

      Below it mentions a value of off, where does -1 come from? And since --vfs-read-chunk-size has a nonzero default value does that mean that this feature is on by default, and with an unlimited limit?

  11. May 2020
  12. developer.mozilla.org developer.mozilla.org
    1. When defining the font-size property, an em is equal to the font size of the element on which the em is used.

      Wrong! This is true for other properties, but with font-size it's the computed font size of the parent element. This is actually stated at the bottom of the page.

  13. Apr 2020
    1. A computed value of 'auto' for 'margin-left' or 'margin-right' becomes a used value of '0'.

      This applies to

      • inline, non-replaced elements
      • inline, replaced elements
      • inline-block, non-replaced elements
      • ?

      This is why margin: auto; doesn't center inline or inline-block elements.

  14. Mar 2020
    1. A helpful tip for finding the root of a major or minor triad in inversion is to find the 4th interval (e.g., from G to the C in either 1st or 2nd inversions). The top note of the 4th interval is the root of the chord, and once you’ve identified that it is much easier to stack the other notes into thirds on top of it.

      Why is this the 4th interval?

    2. Here our triad is still minor (hence, ‘minor’), but our 7th is flatted so we simply refer to it as ‘7th.’ A common shorthand way to write this would be: Cmin7

      Corresponding image is same as previous image and thus wrong.

  15. Dec 2019
    1. You do need the double quotes in other cases, in particular in export VAR="${VAR1}" (which can equivalently be written export "VAR=${VAR1}") in many shells (POSIX leaves this case open).

      This doesn't make sense. Why are double quotes necessary?

  16. Oct 2019
    1. Right-click the image you'd like to rotate and select Rotate Clockwise or Rotate Counterclockwise

      This approach will destroy EXIF metadata, possibly inflate image size. On top of that it will reupload the image thereby counting against Evernote quota.

    1. For example, if you have the Anaconda metapackage version 2019.03, conda update --all should not update any dependencies that are in that metapackage because that metapackage constrains the solution. With Anaconda 2019.07’s newer Anaconda metapackage, conda update --all should update you to that version, along with all of that version’s pins.

      100% false, tries to update to custom anaconda

  17. Sep 2019
    1. \setcitestyle{authoryear, open={((},close={))}

      Command is missing closing curly bracket and should not have space after comma.

  18. Aug 2019
    1. This version is nice for searching. The version at http://vimdoc.sourceforge.net/htmldoc/usr_toc.html is split with navigation links and has syntax highlighting.

  19. Jul 2019
    1. Highlights are private, visible only to you when you’re logged in (even if they are made in the Public layer).

      Adding a tag or note appears to convert a highlight to a full-fledged annotation in that you may then choose Post to Public (or to group visibility). Without these, Post to Only Me is the only available option for bare highlights.

  20. Nov 2017