Here is a relevant discussion: https://news.ycombinator.com/item?id=15256890
HN user
ataylor32
Here are a couple quotes from https://developer.chrome.com/articles/css-nth-child-of-s/#pr... :
New in CSS Selectors Level 4 is the ability to optionally pass a selector list into :nth-child() and :nth-last-child().
For example, :nth-child(2 of .highlight) selects the second matching element that has the .highlight class. Put differently: out of all children with the class .highlight, select the second one.
Do you do anything to handle "hidden tracks" (i.e. the last track has some audio, then some silence, and then some more audio)?
Are you sure? It's my understanding that screen readers know to ignore elements with display:none;
Not to be confused with https://github.com/microsoft/pyright
Agreed. Here is a video titled "How a simple Django application works" that is 8 minutes long. It has 29 likes and 27 dislikes. It's a pretty poor quality video, in my opinion.
why not just do a bash script with a switch in it?
Here is another alternative:
I wonder how it handles cases like this:
<sc<script>ript>alert('XSS')</sc</script>ript>
...and other strings from https://github.com/minimaxir/big-list-of-naughty-strings
I think if that was ever said by a core member, it was stated as a goal, not a for sure thing. I believe I've only ever heard it as speculation / wishful thinking.
There have been multiple links to the "how is prangent formed" video, but let's not forget about the "Curse of The Weggy Board" video:
Yes, and it works in previous versions of macOS as well
Hold the command key while clicking the title of the Finder window
Thanks! This sounds like a great setup.
Can you elaborate on this?:
I do all of my development remotely via ssh and local forwards
I do a little with SSH tunnels, but not much. Do you mean you have it set up so that on your Mac you can go to localhost:8080 (or whatever) in your browser and it will actually go to the remote machine?
I'm not the person you replied to, but I frequently use the play/pause key and also the volume keys. I occasionally use the function keys in my text editor too.
Google Calendar has been spotty for me and Hangouts isn't working at all.
This reminds me of MUPTs
I see it at that address now. Also at https://releases.ubuntu.com/focal/
Thanks!
Yes, that's what I'm referring to.
You can see it in Fork's screenshot: https://git-fork.com/images/diffViewer.jpg
But if you look at Guitar's, you'll see the lack of word diffing, and that makes it take significantly longer to see exactly what changed: https://camo.githubusercontent.com/3c6c338ece93afda723cef575...
Fork (https://git-fork.com/)
Based on one of the screenshots, it looks like Guitar doesn't support word diffing. Sourcetree lacks word diffing as well and has had an issue about it since 2012: https://jira.atlassian.com/browse/SRCTREE-888
A few issues I have run into with Edge:
1. The :focus-within CSS pseudo-class doesn't work
2. object-fit only works on images
3. These SVG loaders don't work: https://samherbert.net/svg-loaders/
ahead of 20H1 when all consumers presumably will be pushed to it
I'm not sure it will be part of 20H1. https://blogs.windows.com/msedgedev/2020/01/15/upgrading-new... says:
If you’d prefer not to install Microsoft Edge manually, you can wait for it to be installed in a future update to Windows 10, following our measured roll-out approach over the next several months. We will start to migrate Windows 10 customers to the new Microsoft Edge in the coming weeks, starting with a subset of Windows Insiders in the Release Preview ring.
I'm guessing 20H1 will be released sooner than several months.
Firefox Send can be used without signing up. The limitations are 1 GB instead of 2.5 GB, a maximum of 1 download instead of 100 downloads, and a maximum of 1 day instead of 7 days. So it's still useful in certain circumstances.
Why not MiDrive Transfer? I haven't heard of it and don't know how reputable it is. And is it in beta? So it could be buggy?
It didn't make it to the developer notes
I see it here:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Rel...
I remember reading in 2003 that bananas could be extinct by 2013.
I was reminded of this:
Are you on Linux? https://caniuse.com/#feat=av1 says that FF 66 has it enabled by default only for Windows and macOS users.