id int64 393k 2.82B | repo stringclasses 68
values | title stringlengths 1 936 | body stringlengths 0 256k โ | labels stringlengths 2 508 | priority stringclasses 3
values | severity stringclasses 3
values |
|---|---|---|---|---|---|---|
33,107,532 | youtube-dl | Add support for www.tele-task.de | Example URL: http://www.tele-task.de/archive/video/real/129/
| site-support-request | low | Minor |
33,217,916 | rust | rustdoc doesn't substitute type parameters | This comes up when you're looking at something like an instantiation of a generic trait. For example, the `CharOffsets` structure implements `Iterator<(uint, char)>`, but lots of the default methods refer to an `A` type parameter, where in this case `A = (uint, char)`.
http://static.rust-lang.org/doc/master/core/str/s... | T-rustdoc,C-bug,S-has-mcve | low | Major |
33,237,875 | youtube-dl | Remove trackers by default | For tracking purposes google adds unique fields at container level to mp4 files downloaded from youtube:
```
$ mediainfo -f _video.mp4 |grep '^g'
gsst : 0
gstd : xxxxxx
gssd : yyyyyyyyyyyyyyyyyyyyyyyyyyy
gshh ... | request | low | Minor |
33,269,145 | youtube-dl | add support for bild.de videos | ```
> youtube-dl http://www.bild.de/regional/hamburg/gewalt/nach-pruegel-video-sitzt-17-jaehriger-in-u-haft-35920328.bild.html -v
```
[debug] System config: ['-t', '--restrict-filenames']
[debug] User config: []
[debug] Command-line args: ['http://www.bild.de/regional/hamburg/gewalt/nach-pruegel-video-sitzt-17-jaehrig... | site-support-request | low | Critical |
33,418,099 | youtube-dl | [fc2] 403 error | ```
youtube-dl http://video.fc2.com/en/content/20130113eqtNRAv5 -v
[debug] System config: []
[debug] User config: ['--age-limit', '17']
[debug] Command-line args: ['http://video.fc2.com/en/content/20130113eqtNRAv5', '-v']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.0... | broken-IE | low | Critical |
33,492,158 | youtube-dl | py2exe execution fails if cwd contains Cyrillic characters | ```
C:\Users\ะะธะฝะบะฐ\Desktop>youtube-dl
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\py2exe\boot_common.py", line 92, in <module>
ImportError: No module named linecache
Traceback (most recent call last):
File "<install zipextimporter>", line 1, in <module>
ImportError: No module named zipext... | bug | low | Critical |
33,747,211 | youtube-dl | [site-support-request] movie.naver.com | <pre>C:\rtmp>youtube-dl --verbose http://movie.naver.com/movie/bi/mi/mediaView.nhn?code=57278&mid=22567
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://movie.naver.com/movie/bi/mi/mediaView.nhn?code=57278']
[debug] Encodings: locale cp949, fs mbcs, out cp949, pref cp... | site-support-request | low | Critical |
33,755,200 | youtube-dl | Please support http://fhp.nu/Hem/lanksidor/Hearing-om-kultur--och-filmpolitik/ | $ youtube-dl --verbose http://fhp.nu/Hem/lanksidor/Hearing-om-kultur--och-filmpolitik/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://fhp.nu/Hem/lanksidor/Hearing-om-kultur--och-filmpolitik/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] yo... | site-support-request | low | Critical |
33,757,188 | youtube-dl | [NBCNewsIE] Broken IE - doesn't work for full episodes | Falls back to the generic extractor. I opened a separate issue to #2946 due to the sufficiently different URL structure. I suspect a new IE will be needed in this case.
Example URL: http://tve-nbcnews.nbcuni.com/tve/show/Meet%20the%20Press#show/Meet%20the%20Press/239227971771/0/Meet%20the%20Press%2C%20April%2027%2C%20... | site-support-request | low | Critical |
33,947,925 | youtube-dl | Support promodj.com as another web resource for downloading audio/video | http://promodj.com/ contains media content that also could have been collected with youtube-dl tool. Could you guys please support this web-site as well. There are both audio and video data there, so that would be helpful if you could handle downloading both from there.
Say, if I used this URL with youtube-dl - http:/... | site-support-request | low | Minor |
33,981,098 | youtube-dl | Can't download from http://www.fm94.rj.gov.br/index.php/main | $ youtube-dl --verbose http://www.fm94.rj.gov.br/index.php/controladorprograma/visualizar/3433/21
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.fm94.rj.gov.br/index.php/controladorprograma/visualizar/3433/21']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8,... | site-support-request | low | Critical |
34,233,072 | youtube-dl | Unsupported URL: http://www.funshion.com/vplay/m-56999/ | When trying to access the above url, I got:
```
youtube-dl "http://www.funshion.com/vplay/m-56999/" --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.funshion.com/vplay/m-56999/', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] you... | site-support-request | low | Critical |
34,280,977 | youtube-dl | Download YouTube playlists in order if the URL specifies a starting video | Example: https://www.youtube.com/watch?v=3Fz-X9dV2yc&list=PL0F37DF458A2AFFF8
This should start with 3Fz-X9dV2yc and loop around.
| request | low | Minor |
34,318,952 | nvm | Run correct npm completion script | I have the following line in my .bash_profile:
```
source ~/.nvm/v0.10.28/lib/node_modules/npm/lib/utils/completion.sh
```
That seems kind of fragile. Is there a better way, or could a better way be written?
| feature requests | medium | Major |
34,424,108 | rust | rustdoc: provide summary views | When viewing a specific type, rustdoc currently spreads out information about the applicable methods, arranging them by trait and including documentation per method.
While this is an important view to have, it would often be very useful to see a single summary list of method signatures that apply to a given type. Some... | T-rustdoc,C-feature-request | medium | Major |
34,443,407 | youtube-dl | Add an option to show just the progress. | At the moment, you can use `--quiet` to show no output, and you can use `--verbose` to show lots of output, but there are no options to show just the progress.
| request | low | Minor |
34,602,736 | rust | replace the implementation of inline functions | Rust's implementation of `#[inline]` functions is far from ideal. It's a major contributor to both slow compile times and bloated binaries.
There are an enormous number of `#[inline]` functions in the standard libraries, and most have far more than one layer of inner `#[inline]` function calls. The work to convert the... | I-slow,C-enhancement,A-codegen,I-compiletime,T-compiler,C-optimization | low | Major |
34,705,924 | youtube-dl | Unable to extract from: http://www.frogtoon.com | youtube-dl --verbose http://www.frogtoon.com/Track/Horus/Peregrination+016+(February+2014)
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.frogtoon.com/Track/Horus/Peregrination+016+(February+2014)']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
... | site-support-request | low | Critical |
34,971,722 | neovim | Improve output messages | While working on #780, I found that the output messages could be improved in some respects, e.g.:
- Format string parameters (file names, variable names, ...) are sometimes at the end of a message ("Too many arguments for function: %s"), sometimes inline ("Argument of %s must be a List").
- Format string parameters... | documentation,localization | low | Critical |
35,193,279 | You-Dont-Know-JS | "es6 & beyond": great proxy example | https://mail.mozilla.org/pipermail/es-discuss/2014-June/037445.html
| for second edition | medium | Minor |
35,261,840 | three.js | CSS based size by default? | I'm just curious but have you considered making CSS based sizing the default? If you did less code would have to change for various use cases
For example many samples do stuff like this
```
camera = new THREE.PerspectiveCamera(
50, window.innerWidth / window.innerHeight, 1, 1000 );
```
And or they set
```
ren... | Enhancement | medium | Critical |
35,645,417 | neovim | remove B0_FNAME_SIZE_CRYPT | based on original vim source, seems B0_FNAME_SIZE_CRYPT and B0_FNAME_SIZE_NOCRYPT were for encryption, which was removed. Investigate if these are needed now. Maybe @schmee can look into it?
| refactor | low | Minor |
35,662,333 | youtube-dl | Request to show xMiB instead of percentage downloaded | This is a feature request to show:
[download] 36.4MiB of 333MiB @...
as alternative to:
[download] 20.5% of 213MiB @...
| request | low | Minor |
35,999,155 | youtube-dl | request: Per service configuration | I love having the option to configure youtube-dl globaly, but it would be great to be able to specify options per service, so like one directory for YouTube, another for SoundCloud and another for Twitch.
I would presume it should look something like this:
```
[all]
--no-part
[youtube]
-o "%(uploader)s\%(title)s.... | request | low | Critical |
36,039,932 | rust | Better temporary lifetimes (tracking issue for RFC 66) | Tracking issue for rust-lang/rfcs#66: better temporary lifetimes.
Some unresolved questions to be settled when implementing:
1. This implies that the lifetimes of temporaries is not known until after typeck. I think this is ok but it is a phase change which can sometimes be tricky (currently temporary lifetimes are... | A-lifetimes,B-RFC-approved,T-lang,T-compiler,C-tracking-issue,S-tracking-design-concerns | medium | Critical |
36,259,284 | youtube-dl | Unsupported URL: http://www.fifa.com/worldcup/videos/highlights/match=300186483/index.html | site-support-request | low | Minor | |
36,379,404 | react | Support asynchronous server rendering (waiting for data before rendering) | It would seriously ease the process of building something isomorphic if componentWillMount could return a promise and that react would delay rendering until that promise is resolved. I have seen attempt of doing something like that in react-router and rrouter, however giving this responsibility to each component instea... | Type: Feature Request,Component: Server Rendering,Component: Component API,Resolution: Backlog | high | Major |
36,385,814 | youtube-dl | Add support for ligonier.org (was: ERROR: Unsupported URL:) | Here is the verbose output:
~$ youtube-dl --verbose http://www.ligonier.org/rym/broadcasts/video/why-god-man-june-2014/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.ligonier.org/rym/broadcasts/video/why-god-man-june-2014/']
[debug] Encodings: locale UTF-8, fs U... | site-support-request | low | Critical |
36,391,553 | youtube-dl | Veehd - downloads don't work for long videos | Hi
Veehd downloads do not work for long videos.
Throws error of '**Unable to extract config json**'
It seems that a "link expired" page is served instead of the desired player page with the <object>.
The proper page is only served after sending a POST request which I believe creates a cookie.
I do not have the te... | broken-IE | low | Critical |
36,607,716 | neovim | Drop support for various :execute cmd/:UserCmd variants | Variants in question:
1. Commands that change execution flow in cycles:
```
execute 'break'
command UserBreak continue
```
I do not know why these may be used.
2. Return statements. Examples:
```
execute 'return' expr
```
may be used as a replacement for `return... | vimscript,compatibility | low | Major |
36,693,435 | bitcoin | Transactions in TCP FIN packets appear to be ignored | # Problem description:
On June 21, sending transaction 43f1c3e735560f7b1e4c396a55a2e62d2e83b7c4ed1efc5a7d29358c84ca7807 using "sx sendtx-node" to my bitcoin node running Bitcoind 0.9.1 _~~0.9.2~~_ failed. The log showed the connection, but no errors (default log level) **Update:** _enabling 'net' debuging also showed ... | Bug,P2P | low | Critical |
36,903,651 | youtube-dl | upgrade improvement | instead of just saying:
> youtube-dl.exe -U
> Updating to version 2014.06.26 ...
the output could include the version which it is upgrading **from**
"Updating from version 2014.06.01 to latest version 2014.06.26 ..."
| request | low | Minor |
37,005,176 | youtube-dl | Is user-login possible with escapistmagazine.com? | The escapist has just put its HQ videos behind a membership wall, and so I signed up and paid the $20. Sadly though, the normal login/password tags for youtube-dl, don't interact properly to log me in. Is it possible to make a change to allow for this? Happy to help with testing on it if you want to work on it.
BTW... | account-needed | low | Minor |
37,201,374 | react | Add api for focus management | There are currently a couple of problems with focus management in React.
## current problems
- `this.getDOMElement().focus()`
does not guarantee the node is on a document/visible. visibility can be hard to detect due to other components firing render().
- `this.refs.x.getDOMElement().focus()`
does not guarantee that ... | Type: Feature Request,Component: DOM,Resolution: Backlog | medium | Major |
37,231,482 | nvm | nvm uninstall fails due to permissions/globally installed modules via sudo | Steps to reproduce:
1. `nvm ls` lists: `.nvm`, `v0.10.26`, `-> v0.10.29`
2. `nvm uninstall v0.10.26`
What happens: `v0.10.26` is not removed. `nvm ls` still lists: `.nvm`, `v0.10.26`, `-> v0.10.29`.
What should happen: `v0.10.26` should be removed.
Platform:
```
node v0.10.29
grunt-cli v0.1.13
grunt v0.4.5
```
| uninstalling,pull request wanted | medium | Major |
37,298,631 | youtube-dl | Support for German national parliament TV (bundestag.de) | Video-Page: http://dbtg.tv/fvid/3594346
URL for video is provided through HTML element `<input type="hidden" name="data-downloadUrl" value="โฆ" />`
The trailing param `?fdl=1` should be removed from the URL, otherwise a mimetype to enforce a file download in browsers will be set.
| site-support-request | low | Minor |
37,895,065 | nvm | Update install to install from release tarball instead of a git repo | Now that we switched to using releases, instead of a simple clone/pull of the master branch, we should think of switching to simply downloading a release tarbal
``` bash
curl https://github.com/creationix/nvm/archive/v0.10.0.tar.gz | \
tar -xzC ~/.nvm --strip-components=1
```
| installing node,feature requests | low | Minor |
37,903,583 | TypeScript | Suggestion: Generate doc comments in emitted JS | Support some level of automatically generating doc comments for non-TypeScript JavaScript consumers.
Need more details on what exactly people would like to see generated.
| Suggestion,Needs Proposal,VS Code Tracked | high | Critical |
37,933,340 | rust | Tracking issue for stmt_expr_attributes: Add attributes to expressions, etc. | This is the tracking issue for https://github.com/rust-lang/rfcs/pull/16
The feature gate for the issue is `#![feature(stmt_expr_attributes)]`
### About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs... | A-grammar,T-lang,B-unstable,B-RFC-implemented,C-tracking-issue,S-tracking-design-concerns,S-tracking-needs-summary,F-stmt_expr_attributes | high | Critical |
38,009,283 | rust | rustdoc: do something about reexported items | **Update:** This issue was first filed with the title "rustdoc shouldnโt document reexports separately", but that might not be the desired solution.
---
For example, the `StrSlice` trait is currently documented in three different places:
http://doc.rust-lang.org/std/str/trait.StrSlice.html
http://doc.rust-lang.org/c... | T-rustdoc,C-feature-request | low | Major |
38,106,770 | three.js | Remove target from DirectionalLight and SpotLight. | As far as I'm aware, we should be able to get the same results by just adding a `distance` property to those light types. By removing the target we'll then fix the problems that those lights have in the editor.
@gero3 any interest on tackling this one?
| Enhancement | low | Major |
38,117,861 | youtube-dl | Downloading from aber.ac.uk fails | $ youtube-dl --verbose http://www.aber.ac.uk/en/graduation/video/2014/2/
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.aber.ac.uk/en/graduation/video/2014/2/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube... | site-support-request | low | Critical |
38,255,846 | rust | rustdoc: reexported type aliases are not preserved in function signatures | The recently added `iterate` function uses the `Iterate` type alias as its result type. It is correctly displayed in http://static.rust-lang.org/doc/master/core/iter/fn.iterate.html but not in http://static.rust-lang.org/doc/master/std/iter/fn.iterate.html.
| T-rustdoc,C-bug | medium | Major |
38,458,518 | three.js | Picking in a PointCloud with variable size points | Thanks so much for adding PointCloud support for RayCasting in r.61! Unless I am missing something, the current implementation assumes that the points are all of the same size. Is it possible to make the raycaster aware of the gl_PointSize of each point, rather than uniformly using params.PointCloud.threshold?
Thank... | Enhancement | low | Major |
38,467,435 | TypeScript | Support some non-structural (nominal) type matching | Proposal: support non-structural typing (e.g. new user-defined base-types, or some form of basic nominal typing). This allows programmer to have more refined types supporting frequently used idioms such as:
1) Indexes that come from different tables. Because all indexes are strings (or numbers), it's easy to use th... | Suggestion,In Discussion | high | Critical |
38,594,578 | TypeScript | Issue a more useful error when attempting to construct non-newable type | Inspired from http://stackoverflow.com/questions/24923772/raphael-with-typescript-call-signatures-used-in-a-new-expression-must-have-a
``` TypeScript
interface NotNewable {
(n: number): string;
}
var n: NotNewable;
var t = new n(10);
```
New compiler says
> Only a void function can be called with the 'new' keyw... | Bug,Help Wanted,Domain: Error Messages | low | Critical |
38,634,678 | neovim | scroll without cursor move (or: remember mark when scrollbar is used?) | A common complaint is that cursor always must be onscreen. The use-case for this could be satisfied by leaving a ~~jumplist entry~~ special mark at the cursor position before it is scrolled out of view using the scrollbars.
This feature is in Bram's todo.txt:
```
- STICKY CURSOR: Add a way of scrolling that leaves... | enhancement | medium | Critical |
38,671,659 | TypeScript | Don't widen return types of function expressions | This change courtesy @JsonFreeman who is trying it out
(context elided: widening of function expression return types)
The problem with this widening is observable in type argument inference and no implicit any. For type argument inference, we are prone to infer an any, where we should not:
``` ts
function f<T>(x: T,... | Suggestion,Experimentation Needed,Fix Available | high | Critical |
38,692,958 | TypeScript | External interfaces included in IDE symbol space | #### Overview
Interfaces defined in `.d.ts` files (even if they are not part of the Visual Studio project) are nonetheless included in the IDE symbol space; i.e. they appear in the Navigate To search results.
#### Repro
Add the NuGet package `underscore.TypeScript.DefinitelyTyped` to a project. Ensure that `underscor... | Suggestion,Help Wanted,API | low | Critical |
38,723,525 | neovim | plugin-specific modes (custom / user-defined modes) | From https://github.com/neovim/neovim/issues/51#issuecomment-50134195:
> Each new mode has the following properties:
> 1. Identifier of some kind. Should be used to create mappings.
> 2. A set of built-in commands.
> 3. A function that is responsible for processing all input that was not caught by some command fr... | enhancement,input,gsoc,mappings | low | Major |
38,942,689 | TypeScript | cloneNode should return sub type, not Node | When I do `someElement.cloneNode()`, I want the returned element to be the same type as `someElement`, but right now it's returning type `Node`.
| Bug,Help Wanted,Domain: lib.d.ts | high | Critical |
38,976,021 | youtube-dl | Request for URL support: http://swrmediathek.de | [debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://swrmediathek.de/tvshow.htm?show=b3700e63-9bdc-11df-b44d-00199916cf68']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.07.25.1
[debug] Python version 2.7.5 - Darwin-13.3.0-... | site-support-request | low | Critical |
38,984,497 | TypeScript | Request to change currentTarget in Event interface for lib.d.ts | When using the Event interface from lib.d.ts, and attaching a listener, the callback will get an object of type Event. However, the Event's currentTarget property is of type EventTarget (whereas it's should be of type Element/HTMLElement).
| Suggestion,Help Wanted,Domain: lib.d.ts | high | Critical |
39,044,004 | neovim | remove 'shelltemp' | Followup of https://github.com/neovim/neovim/pull/978#issuecomment-49671122 .
In Neovim we are mostly using pipes instead of temp files for reliability and [performance](https://github.com/neovim/neovim/pull/978#issuecomment-50092527).
But there's an edge that mentioned in Vim `:help 'shelltemp'`:
```
The advan... | compatibility,needs:design,encoding,tui,system | low | Major |
39,201,724 | TypeScript | Consider adding a module level visibility modifier. | Currently to protect integrity of data one can only use classes with private or protected fields. Classes are harder to work with compared to object literals. Being able to specify that certain fields are invisible to outside modules would be a valuable addition to support programming in functional style in TypeScript.... | Suggestion,Needs Proposal | high | Critical |
39,341,404 | youtube-dl | Feature request: Summary for batch downloads | Individual downloads have summary like that:
```
[download] 100% of 643.4MiB in 04:01
```
It would be convenient if in the end of the batch download there was a summary like that:
```
video-list.txt : [download] 100% of 3.41GiB in 01:14:07
```
| request | low | Minor |
39,364,479 | neovim | Better repeat | Quoting `:help cw`:
> If you prefer "cw" to include the space after a word, use this mapping: >
> :map cw dwi
That makes me love vim, because that makes so much sense. Make a new command just by simply combining a few others!
Then comes what makes me not so happy about vim anymore. The above mapping does not wor... | enhancement,multicursor | medium | Critical |
39,380,555 | neovim | Remove 'Press ENTER or type command to continue' | I'm not very familiar with C or else I'd do it myself, but it would be great if the 'Press ENTER or type command to continue' line didn't print every time you ran an external command. It's something you only need to see once, and seeing it every time gets rather annoying. I think this message should just be removed and... | enhancement,ui,ux | medium | Major |
39,543,112 | neovim | breadth-first search for :find, findfile(), etc. | Vim searches directory structures using a depth-first algorithm. For example, let's say you have the following directory structure:
```
~/
- apps/
- (tons of stuff)
- ...
- barsoft/
- licenses/
- programs/
- bazfest/
- versions/
- 2014/
... | enhancement | medium | Critical |
39,567,277 | TypeScript | Suggestion: Units of measure | This feature request is similar to [units of measure in F#](http://msdn.microsoft.com/en-us/library/dd233243.aspx).
For example:
``` typescript
const metres = 125<m>;
const seconds = 2<s>;
let speed: number<m/s>;
speed = metres / seconds; // valid
speed = metres / seconds / 10<s>; // error -- ca... | Suggestion,Needs Proposal | high | Critical |
39,693,673 | neovim | restore 'ttyfast' | default 'ttyfast' to ON, for reasons here: https://github.com/neovim/neovim/pull/1015#issuecomment-50975716
also remove:
vim_is_fastterm
vim_is_vt300
Edit: Vim later also did this. https://github.com/vim/vim/issues/11549#issuecomment-1314509323
| defaults,refactor | low | Major |
39,748,764 | rust | rustdoc: Allow customizing the crate list sidebar. | http://doc.servo.org/servo/index.html is the rustdoc documentation for Servoโs own crates, those of all dependencies (submodules), and Rustโs (for the version used by Servo, which is usually a few weeks behind Rust master.)
Currently, this is a total of 69 crates that are listed in alphabetical order. Instead, I would... | T-rustdoc,C-enhancement,A-rustdoc-ui,T-rustdoc-frontend | low | Major |
39,853,501 | TypeScript | JSDoc for methods with multiple signatures | First I've thought about union types but they can solve only part of the problem. Original discussion started [here](https://typescript.codeplex.com/discussions/470744). In case codeplex had been abandoned, I copy my question here.
Please take a look at this function. https://github.com/digitalbazaar/forge/blob/maste... | Suggestion,Awaiting More Feedback,Domain: JSDoc | medium | Critical |
39,874,965 | youtube-dl | can't watch xfinity.com video from Canada | Tried to watch http://www.tv.com/redir?url=http%3A//xfinitytv.comcast.net/watch/Crossbones/5521595433157495112/314641475846/Crossbones/videos%3Fcmpid%3Dsyn_rss .
midori said I have old version of Adobe Flash Player.
Tried youtube-dl. Here is my console output:
"youtube-dl --verbose 'http://xfinitytv.comcast.net/watch/... | site-support-request | low | Critical |
39,905,560 | TypeScript | Allow a module to implement an interface | It would be useful when a module can implement an interface using the `implements` keyword. Syntax: `module MyModule implements MyInterface { ... }`.
Example:
``` typescript
interface Showable {
show(): void;
}
function addShowable(showable: Showable) {
}
// This works:
module Login {
export function show()... | Suggestion,Help Wanted | high | Critical |
39,915,718 | nvm | npm man pages not accessible | Problem:
npm man pages are not working for me when I run:
$ man npm
Reason:
npm man pages path (~NODE_PATH/npm/man) is not in $MANPATH
Solution:
npm man pages path (~NODE_PATH/npm/man) needs to be added to $MANPATH at:
https://github.com/creationix/nvm/blob/master/nvm.sh#L586
| feature requests,needs followup | low | Major |
39,958,639 | nvm | "npm command not found" on ARM arch | Ubuntu 14, node v0.10.3 (arm7), chromebook with crouton.
Nvm installed without issues.
Terminal restarted
nvm use 0.10.3
npm install (anything)
command not found.
Am I missing something?
If node is installed and in my path does that mean that npm is too?
Sorry if this is a dumb question.
Thanks in advance.
| shell: zsh,OS: ubuntu,installing node,needs followup | low | Major |
39,991,467 | youtube-dl | Support for downloading HLS manifest files for the same videoid on iOS devices for youtube. | The tools gets most of the file format correctly by combining url_encoded_fmt_stream_map and adaptive_fmts based on a youtube video-id.
I would also like to get a list of file format when youtube playing back on iPhone/iPad which I believed it's using Http Live Streaming format, if we can enhance the tool to at least ... | request | low | Minor |
39,994,511 | youtube-dl | SWR Mediathek (German TV Broadcaster) not supported | The "Mediathek" of the German Broadcaster SWR isn't supported by youtube-dl.
Example link: http://www.swr.de/nachtcafe/nachtcafe-demenz-wie-damit-leben/-/id=200198/did=12840152/nid=200198/nykr9o/index.html
| site-support-request | low | Minor |
40,053,415 | youtube-dl | [site-support-request] redflagnews.com | ```
D:\youtube-dl>youtube-dl.exe --update
youtube-dl is up-to-date (2014.08.10)
D:\youtube-dl>youtube-dl.exe --verbose http://www.redflagnews.com/headlines/nbc-news-crew-threatened-with-arrest-for-filming-a-fema-camp-you-will-be-s
tunned-by-what-the-officer-says-to-the-reporter
[debug] System config: []
[debug] User c... | site-support-request | low | Critical |
40,140,609 | rust | Expected type for closure arguments not inferred through two nested func calls | Test case:
```
struct Foo;
struct FooClosure<'a>(Option<|&mut Foo|:'a>);
fn foo(closure: |&mut Foo, &int|:'static, inputs: &[int]) {
for input in inputs.iter() {
FooClosure(Some(|f| closure(f, input)));
}
}
fn main() {}
```
This yields an error:
```
/home/nmatsakis/tmp/foo.rs:7:20: 7:47 error: mis... | A-closures,A-inference,C-bug | low | Critical |
40,160,655 | youtube-dl | [site-support-request] artistdirect.com | ```
D:\youtube-dl>youtube-dl.exe --update
youtube-dl is up-to-date (2014.08.10)
D:\youtube-dl>youtube-dl.exe --verbose http://www.artistdirect.com/video/cledus-t-judd-how-do-you-milk-a-cow/42719
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.artistdirect.com/vide... | site-support-request | low | Critical |
40,203,848 | TypeScript | Support conditional compilation | On codeplex this was a popular feature request:
https://typescript.codeplex.com/workitem/111
https://typescript.codeplex.com/workitem/1926
Personally I think preprocessor directives like #if, #elif, #else #endif with possibility to specify symbol to compiler would be very useful.
And a way to mark function (or ambien... | Suggestion,Needs More Info | high | Major |
40,321,567 | youtube-dl | Add support for vaughnlive.tv | Hi, first please remove the Justin.tv plugin as the service has shutdown. Second, can you add Vaughnlive.tv?
| site-support-request | low | Minor |
40,331,923 | rust | make use of LLVM's scoped noalias metadata | Rust could pass along lots of aliasing information to LLVM via the new metadata.
http://llvm.org/docs/LangRef.html#noalias-and-alias-scope-metadata
<hr/>
**UPDATE**(@eddyb): Currently blocked on an Unsafe Code Guidelines decision, regarding the exact cases we can treat as UB, and optimize - see https://github.... | A-LLVM,I-slow,C-enhancement,A-codegen,T-compiler,WG-llvm,C-optimization | medium | Critical |
40,395,401 | youtube-dl | Possible to add sox support (for mp3) [Request] | Hi,
Was wondering whether you guys would beable to add the ability to remove "silence" from the downloaded mp3 file as a flag? so we can get rid of the annoying few seconds of silence at the end that accompanies most youtube video mp3's?
This can be achieved using a tool called sox with a command like
sox "music\Shag... | request | low | Minor |
40,515,546 | rust | MinGW's linker does not create a reloc section for DYNAMICBASE executables | This issue exists to track the necessity of a workaround for this bug in the compiler.
| A-linkage,A-security,O-windows-gnu,C-bug | low | Critical |
41,190,232 | nvm | `nvm install 0.6.21` installs `v0.6.21-pre` | Related to #509, `nvm install 0.6.20` installs a node which reports the right version, but `nvm install 0.6` or `nvm install 0.6.21` installs a node which reports `v0.6.21-pre`.
| installing node,bugs,pull request wanted | low | Minor |
41,218,409 | TypeScript | Improve error messages for duplicate identifiers | We need to split the "Duplicate identifier" error in to a suite of more detailed errors about various types of illegal merges. "Duplicate identifier" is too general. Some examples of cases that warrant their own message:
- Would be a legal merge (like module & module) but exports don't match
- Fundule in the wrong orde... | Bug,Help Wanted | low | Critical |
41,219,443 | TypeScript | Widening after inferring null or undefined for a type parameter should be an implicit any | Courtesy of @JsonFreeman
```
function f<T>(t: T): T { return null }
f(null);
```
When compiling with -noImplicitAny, we don't get an error here, even though T is implicitly inferred to be any when we call f
| Bug,Help Wanted,Effort: Moderate | low | Critical |
41,285,423 | rust | Unused assignment warning should trigger for structs | This code should ideally trigger warnings about unused assignments, but it doesn't.
``` rust
struct Pos {
x: i32
}
fn foo() -> Pos{
Pos{x: 2}
}
fn main() {
foo().x += 1; // Unused assignment
let mut f = Pos { x: 2 };
f.x = 2; // Unused assignment
}
```
It could be useful in situations like this:... | A-lints,T-compiler,C-bug | low | Minor |
41,570,501 | TypeScript | Convert HTMLElement and friends to classes to support Web Components/Custom elements | Please model HTMLElement and its subclasses as classes instead of interfaces in lib.d.ts to make it possible to subclass them.
My motivation is custom elements and web components. To create a custom element you need to create a subclass of HTMLElement and register it with the browser. Currently, HTMLElement etc are in... | Suggestion,In Discussion,Domain: lib.d.ts | medium | Critical |
41,654,789 | youtube-dl | I'm failing to download d video from kanal2 website | $ youtube-dl http://kanal2.ee/pluss/video/\?id\=22216 --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://kanal2.ee/pluss/video/?id=22216', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.09.01.1
[debug] Python ver... | site-support-request | low | Critical |
41,977,332 | TypeScript | Don't allow falsely discarded parameters when determining overloaded signature compatibility | # Motivation
Libraries such as Knockout use overloaded functions, for example:
``` ts
var x = new MyKnockoutModel();
console.log(x.customerName()); // string
x.customerName('bob'); // OK
x.customerName(42); // Error, 42 is not a string
```
We can model these in TypeScript:
``` ts
interface KnockoutElement<T> {
//... | Suggestion,Help Wanted | low | Critical |
42,145,523 | neovim | Use standard `x` functions on platforms that support them. (strlcpy/stpcpy/etc) | The use of `x` functions inhibits compiler optimizations by hiding the implementation in isolated compilation units. For example, the compiler can theoretically turn
``` c
strcpy(dst, a);
strcat(dst, b);
strcat(dst, c);
```
into
``` c
strcpy(stpcpy(stpcpy(dest, a), b) c);
```
but not if `xstpcpy` (as ... | enhancement,build,performance | low | Minor |
42,491,853 | rust | Improve error messages involving type aliases | ``` rs
extern crate libc;
fn main() {
let a: libc::ssize_t = 0;
let () = a;
}
```
```
$ rustc show-typedef.rs
show-typedef.rs:4:17: 4:19 error: mismatched types: expected `i64`, found `()` (expected i64, found ())
show-typedef.rs:4 let () = a;
^~
error: aborting du... | E-hard,C-enhancement,A-diagnostics,T-compiler,T-types | low | Critical |
42,507,175 | youtube-dl | Support format fallback (was: ERROR: giving up after 10 retries) | ```
youtube-dl -f 137+140 -v https://www.youtube.com/watch?v=USzA8aBaRNc
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-f', '137+140', '-v', 'https://www.youtube.com/watch?v=USzA8aBaRNc']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.09... | request | medium | Critical |
42,613,245 | TypeScript | Refactoring support: Reorder parameters | I would really like something like reorder parameters as a refactoring option, like C# already has: http://msdn.microsoft.com/en-us/library/5ss5z206.aspx
edit:
This might be a bit hard when the info comes from a .d.ts file, though.
| Suggestion,Visual Studio,Domain: Refactorings | medium | Critical |
42,676,280 | TypeScript | External modules with AMD always requires "exports" even when it is not used | Here's a small external module that explicitly exports a module:
``` ts
module Foo {
export var foo = 42;
}
export = Foo;
```
The code generated for this is:
``` js
define(["require", "exports"], function(require, exports) {
var Foo;
(function (Foo) {
Foo.foo = 42;
})(Foo || (Foo = {}));
... | Suggestion,Help Wanted | low | Major |
42,688,528 | youtube-dl | obizgo.tv | fails to download video from this user pays site. I was already logged in and authenticated, copied the URL and pasted it next to the command line to download the video.
laptop is running latest ubuntu 14.04, completely updated and running latest version of youtube-dl
here is the error message
PC:~/Videos$ youtube-dl -... | site-support-request,account-needed | low | Critical |
42,710,024 | youtube-dl | [Feature Request] parallel downloads feature using a batch file | Is there a way to enable parallel download session fed in by a --batch-file.
Some sites have very slow band width per video, therefore instead of waiting to finish previous file, it is much efficient to run parallel downloads.
| request | medium | Major |
42,741,069 | react | getEventKey implementation inconsistent with DOM3 spec / Firefox implementation | There are some inconsistencies between `getEventKey` and the DOM3 keyboard event spec (as well as what Firefox has implemented):
- `key` property is not correctly set for printable characters on `keydown` and `keyup` events. This works properly in Firefox, and my interpretation of the standard is that Firefox's behavio... | Type: Bug,Component: DOM | low | Major |
42,745,490 | neovim | enhanced session/shada; shared (p2p) state | This ticket/discussion accidentally covers two different (but related) goals:
- Enhance shada as a general store for plugins to persist things like cached data, session settings, etc. https://github.com/neovim/neovim/issues/984#issuecomment-49879240
- Standard/convenient mechanism to share state between Nvim peer i... | enhancement | medium | Major |
43,017,447 | youtube-dl | pitchfork advance support | It would be nice if youtube-dl would support pitchfork advance, see http://pitchfork.com/advance/
for instance: http://pitchfork.com/advance/544-a-place-to-stand/
These new album previews are always available for one week only.
| site-support-request | low | Minor |
43,041,495 | rust | program without libc (without std lib) leads to cryptic error | The code at http://doc.rust-lang.org/guide-unsafe.html#avoiding-the-standard-library requires libc. It isn't possible to remove this line or to replace it with the platform independent rlibc. The following error occurs (playpen: http://is.gd/GWl8YT):
```
error: linking with `cc` failed: exit code: 1
note: cc '-m64' '-... | C-enhancement,A-diagnostics,T-compiler | medium | Critical |
43,073,082 | kubernetes | Reverse lookup by labels | LIST queries can be filtered by label selector.
It should also be possible to filter LISTs of replication controllers and services by _labels_. What this would do is return objects whose label selectors matched the specified labels. This would make it straightforward to figure out which service(s) targeted a particula... | area/api,priority/awaiting-more-evidence,sig/api-machinery,kind/feature,lifecycle/frozen | low | Major |
43,132,028 | youtube-dl | video from "skynet.be" (silverlight .ism/manifest stream) | [debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.skynet.be/fr/festivals/graspop-201
4/concerts-videos/30588']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2014.09.16.1
[debug] Python version 2.7.8 - Windows-XP-5.1.2600-SP3
[d... | site-support-request | low | Critical |
43,160,102 | kubernetes | Generic field selectors | We need a general policy for listing based on object's fields. Something quick 'n dirty has been implemented for pods to allow for scheduling, but no implementation exists for other resource types, and it's not clear that we want to do this (as opposed to making synthetic labels or something).
EDIT, May 2019: It rem... | area/api,area/usability,priority/awaiting-more-evidence,sig/api-machinery,kind/feature,lifecycle/frozen | medium | Critical |
43,178,997 | neovim | Restore ACL as much as possible (POSIX, ...) | As was discovered in PR #1186 by @splinterofchaos: some ACL handling was removed during the initial Neovim import, and it would seem better to include that again as it's a useful thing to do.
Quoting @justinmk:
> In the Vim source, `os_get_acl()` (FKA `mch_get_acl`) only has logic for HAVE_POSIX_ACL HAVE_SOLARIS_... | system,filesystem | low | Minor |
43,312,016 | youtube-dl | Unable to download ScrewAttack's 5 Fun Facts Videos | Example:
$ youtube-dl http://www.screwattack.com/shows/partners/five-fun-facts/five-fun-facts-halo
[generic] five-fun-facts-halo: Requesting header
WARNING: Falling back on generic information extractor.
[generic] five-fun-facts-halo: Downloading webpage
[generic] five-fun-facts-halo: Extracting information
ERROR: Uns... | site-support-request | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.