Option-Shift-Hyphen. Just --- only works when you have the text replacement thing on (the same thing that turns (C) into ©).
That sample was complete though as long as there wasn't too many tweets. I.e, as long as your query was specific enough, you _did_ get all tweets.
Firefox still exists.
Why does it have to have a chat interface? What's wrong with entering airports in different fields? I'm not convinced it's needed for a "routine trip" feature, you could just have some sort of bookmark feature..
You uninstall all snaps, uninstall snapd, and block it from being installed via APT. Then you add e.g. the mozilla PPA such that its firefox package gets installed instead.
While true, that is true for everyone, there's no special law about police.
Nitpick, but: > At its core, a file descriptor (often abbreviated as fd) is simply a positive integer A _non-negative_ integer.
As a Mac user, your best bet is probably X-Plane. There's only a few short tutorials, but given your history you should have no issues :)
Well in a sense you are right that it is lazy, in that it would be quite a lot of work to disentangle those parts. So they could probably do it, but it would be costly, while just releasing the TF2 code is basically…
Only technically. By that name, yes, but much of Markdown was "discovered" rather than invented, having been used in email/newsgroups/... for a long time.
The point they're trying to make, I think, is: Black/Ruff format, or any other formatter necessarily need to operate on universal rules. In context, sometimes these rules don't make sense. I still would love some kind…
At the very least they could trigger a real qualified human review of it immediately.
You can put `./scripts` in your $PATH, if you want.
I think ripgrep specifically is counted in the comment you reply to as a tool that _does_ do one thing well, and that one should use it (or grep) in combination with an ls, instead of giving ls filtering abilities.
Huh? Messing with the system Python install absolutely can break your system. Just use venvs, or install separate Python versions for development e.g. via pyenv. You likely don't want to use the relatively outdated…
Steam Locomotive, an annoying little ASCII art film to punish you for typos. Funny exactly once.
> Going from 1 install to 270 installs is a 270% increase No, it's a 270x increase. In percent that's much higher.
These kind of things are also why four colours are actually _not_ always enough, in the real world. Countries can have exclaves :)
> any generator. For example, the classic range `range` is not a generator. Regarding number 8, instead of `Counter` you can also use dicts: `unique = list(dict.from_keys(iterable))`
Maybe not a regular customer, but there's other reasons you might have a phone field: > In Israel, certain advertising numbers start with a *. > In New Zealand, non-urgent traffic incidents can be reported by calling…
The counter-proposal is: don't do it. This comment by the Apple guy sums it up well IMHO: > Colleagues and I have discussed this and don't see a way to grant write access to the end user's local file system in a way…
Likewise. I _did_ sell those stellar tokens they gave to (longtime?) users for about 50 bucks though, before deleting my account.
Probably because the string is so short.
Unless the developers used notification channels (on Android) correctly, then I can disable only the "spam" channel, and not the "messages" channel. Granted, an app sending spam notifications often doesn't want to make…
> However, Python doesn’t have the compile-time check, because it’s an interpreted language that is dynamically-typed, which means its only real place to check is at runtime Pet peeve: Python is compiled (into…
Option-Shift-Hyphen. Just --- only works when you have the text replacement thing on (the same thing that turns (C) into ©).
That sample was complete though as long as there wasn't too many tweets. I.e, as long as your query was specific enough, you _did_ get all tweets.
Firefox still exists.
Why does it have to have a chat interface? What's wrong with entering airports in different fields? I'm not convinced it's needed for a "routine trip" feature, you could just have some sort of bookmark feature..
You uninstall all snaps, uninstall snapd, and block it from being installed via APT. Then you add e.g. the mozilla PPA such that its firefox package gets installed instead.
While true, that is true for everyone, there's no special law about police.
Nitpick, but: > At its core, a file descriptor (often abbreviated as fd) is simply a positive integer A _non-negative_ integer.
As a Mac user, your best bet is probably X-Plane. There's only a few short tutorials, but given your history you should have no issues :)
Well in a sense you are right that it is lazy, in that it would be quite a lot of work to disentangle those parts. So they could probably do it, but it would be costly, while just releasing the TF2 code is basically…
Only technically. By that name, yes, but much of Markdown was "discovered" rather than invented, having been used in email/newsgroups/... for a long time.
The point they're trying to make, I think, is: Black/Ruff format, or any other formatter necessarily need to operate on universal rules. In context, sometimes these rules don't make sense. I still would love some kind…
At the very least they could trigger a real qualified human review of it immediately.
You can put `./scripts` in your $PATH, if you want.
I think ripgrep specifically is counted in the comment you reply to as a tool that _does_ do one thing well, and that one should use it (or grep) in combination with an ls, instead of giving ls filtering abilities.
Huh? Messing with the system Python install absolutely can break your system. Just use venvs, or install separate Python versions for development e.g. via pyenv. You likely don't want to use the relatively outdated…
Steam Locomotive, an annoying little ASCII art film to punish you for typos. Funny exactly once.
> Going from 1 install to 270 installs is a 270% increase No, it's a 270x increase. In percent that's much higher.
These kind of things are also why four colours are actually _not_ always enough, in the real world. Countries can have exclaves :)
> any generator. For example, the classic range `range` is not a generator. Regarding number 8, instead of `Counter` you can also use dicts: `unique = list(dict.from_keys(iterable))`
Maybe not a regular customer, but there's other reasons you might have a phone field: > In Israel, certain advertising numbers start with a *. > In New Zealand, non-urgent traffic incidents can be reported by calling…
The counter-proposal is: don't do it. This comment by the Apple guy sums it up well IMHO: > Colleagues and I have discussed this and don't see a way to grant write access to the end user's local file system in a way…
Likewise. I _did_ sell those stellar tokens they gave to (longtime?) users for about 50 bucks though, before deleting my account.
Probably because the string is so short.
Unless the developers used notification channels (on Android) correctly, then I can disable only the "spam" channel, and not the "messages" channel. Granted, an app sending spam notifications often doesn't want to make…
> However, Python doesn’t have the compile-time check, because it’s an interpreted language that is dynamically-typed, which means its only real place to check is at runtime Pet peeve: Python is compiled (into…