- Last 7 days
-
colorado.rstudio.com colorado.rstudio.com
-
I think I'm seeing some weird behavior when I select "bill_length_mm" on this chart: check it out. Is that expected?
Tags
Annotators
URL
-
- Jan 2021
-
www.digitalocean.com www.digitalocean.com
-
While this tutorial has content that we believe is of great benefit to our community, we have not yet tested or edited it to ensure you have an error-free learning experience. It's on our list, and we're working on it! You can help us out by using the "report an issue" button at the bottom of the tutorial.
-
-
discourse.ubuntu.com discourse.ubuntu.com
-
The best place to let the developers know, and track those bugs is in the bug tracker. There are hundreds of forums online, all over the place in many languages. We can’t be expected to read all of them. Anyone with a launchpad ID (thus, anyone who has an account on this discourse instance) has the capability to file a bug. I’d strongly recommend doing so, for each specific issue. Taking just a few minutes to do that will help tremendously.
-
When there are imperfections, we rely on users and our active community to tell us how the software is not working correctly, so we can fix it. The way we do that, and have done for 15 years now, is via bug reports. Discussion is great, but detailed bug reports are better for letting developers know what’s wrong.
-
- Dec 2020
-
github.com github.com
-
Unless we choose to use the semver ju-jitsu of calling the changes a bugfix
-
- Nov 2020
-
stackoverflow.com stackoverflow.com
-
This is the real issue here, and it's a bug with chrome devtools, fixed in Chrome 46.
-
-
github.com github.com
-
3.25.0 Compiler Output
-
-
svelte.dev svelte.dev
-
svelte.dev svelte.dev
-
svelte.dev svelte.dev
-
svelte.dev svelte.dev
-
github.com github.com
-
github.com github.com
-
Maybe it's also a bug because every warning should be ignorable? Not sure.
-
- Oct 2020
-
-
Fantastic reporting
-
-
github.com github.com
-
If that one somehow ends up being deemed an intended behavior rather than a bug, then it should definitely get explained in the docs too.
Tags
Annotators
URL
-
-
github.com github.com
-
-
I'm not sure yet how much of this is a bug.
Tags
Annotators
URL
-
-
github.com github.com
-
This isn't a bug. Svelte's reactivity is triggered by assignment, so it won't re-render on mutations like array pushing.
-
We want arr.push(foo); arr = arr; to work, and this is a bug.
-
-
medium.com medium.com
-
Examples of this include: requiring base classes or reading from imported variables that have not been initialized yet.
-
-
stackoverflow.com stackoverflow.com
-
I run s.search() by typing into an input box, and if I type gibberish very quickly, the console prints out "making search request" on every key press, so many times per second -- indicating that it hasn't been debounced at all.
-
-
gist.github.com gist.github.com
-
TylerRick commented
-
-
codesandbox.io codesandbox.io
-
codesandbox.io codesandbox.io
-
Is that expected behavior or am I doing something wrong?
-
-
-
(Note sure if this is a feature request or a bug...)
-
-
codesandbox.io codesandbox.io
-
This demonstrates how FieldArray re-renders (field subscription fires) even when changing unrelated field. Wat?
-
-
github.com github.com
- Sep 2020
-
svelte.dev svelte.dev
-
Bug repro for https://github.com/sveltejs/svelte/issues/2086
Fixed by: Bug 1:
- https://github.com/sveltejs/svelte/pull/3172
- https://github.com/sveltejs/svelte/pull/3172/commits/f4ca063c85e491b75d162f429ad243b6f443db13
Bug 2:
- https://github.com/sveltejs/svelte/pull/3209
- https://github.com/sveltejs/svelte/commit/2f08e34b41317619f9bc7bf6bc2418123fb06829
Fixed version here: https://svelte.dev/repl/a55ba18ceca44c898f2b011a0978de85?version=3.6.7
(although https://github.com/sveltejs/svelte/pull/3172/commits/f4ca063c85e491b75d162f429ad243b6f443db13 indicates the fix was included in v3.6.6 tag, so I wonder why it's not fixed here)
supersedes https://codesandbox.io/s/epic-stonebraker-9cxhu?file=/index.js:0-32
Good example of how helpful it is to remove everything irrelevant and create minimal reproducible example.
-
-
codesandbox.io codesandbox.io
-
Although, meta.valid works, meta.active, meta.dirty, meta.touched, meta.visited never change from false.
See also: https://github.com/final-form/react-final-form-arrays/issues/147
-
-
svelte.dev svelte.dev
-
github.com github.com
-
This isn't really a bug, because if you have an async function that returns a function, it doesn't really return a function - it returns a promise. I don't remember whether the Svelte internals currently check for the onMount callback's return being a function or whether they check for it being truthy. Maybe there's some adjustment to be made there.
-
-
-
The other possible route would depend on #640 (dynamic components), plus the ability to pass around element names as strings in place of components, plus #195 (spread).
-
-
codesandbox.io codesandbox.io
-
com.puter.systems com.puter.systems
-
\mathchoice
There seems to have been a math rendering error here.
Tags
Annotators
URL
-
-
svelte.dev svelte.dev
-
hiddedevries.nl hiddedevries.nl
-
I’ve added my test results per browser below. In each of them, our <ul> gets the correct role without display: contents, but once the property is set, it loses its role.
-
-
svelte.dev svelte.dev
-
svelte.dev svelte.dev
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
viscosity range
To test Highlight color!!
Tags
Annotators
URL
-
-
www.reddit.com www.reddit.com
-
r/BehSciMeta—Comment by u/nick_chater on ”Programming errors and their implications”. (n.d.). Reddit. Retrieved June 1, 2020, from https://www.reddit.com/r/BehSciMeta/comments/gsowog/programming_errors_and_their_implications/fsi76l7
-
-
www.reddit.com www.reddit.com
-
r/BehSciMeta—No appeasement of bad faith actors. (n.d.). Reddit. Retrieved June 2, 2020, from https://www.reddit.com/r/BehSciMeta/comments/gv0y99/no_appeasement_of_bad_faith_actors/
-
-
github.com github.com
-
If you can't understand where it's coming from in the stack traces, please post screenshots or create reproducing sandboxes and we'll try to help. Most of these are probably coming from a few libraries, so the most productive thing to do is to reduce these cases and then file issues with those libraries.
-
- Aug 2020
-
github.com github.com
-
The problem is that opting out of mime type negotiation simply because there is a catch-all in there is wrong according to the specifications of HTTP.
-
- Jul 2020
-
bugs.ruby-lang.org bugs.ruby-lang.org
-
Let me point out that with this patch applied, (nil..nil).cover?(1) would become returning true rather than raising an error. Note that nil..nil has been valid for all past versions of ruby.
Tags
Annotators
URL
-
-
jasp-stats.org jasp-stats.org
-
Introducing JASP 0.13. (2020, July 2). JASP - Free and User-Friendly Statistical Software. https://jasp-stats.org/?p=6483
-
- Jun 2020
-
edgeguides.rubyonrails.org edgeguides.rubyonrails.org
-
Sometimes, the line between 'bug' and 'feature' is a hard one to draw. Generally, a feature is anything that adds new behavior, while a bug is anything that causes incorrect behavior. Sometimes, the core team will have to make a judgment call.
-
-
ftalphaville.ft.com ftalphaville.ft.com
-
Is the “science” behind the lockdown any good? (n.d.). Financial Times. Retrieved June 2, 2020, from http://ftalphaville.ft.com/2020/05/21/1590091709000/It-s-all-very-well--following-the-science---but-is-the-science-any-good--/
-
- May 2020
-
twitter.com twitter.com
-
🔥Kareem Carr🔥 on Twitter: “I want to talk about bugs in statistical analyses. I think many data analysts worry unnecessarily about this. I do think it’s important to put a good faith effort into avoiding bugs, but I know data analysts that live in terror of hearing there’s a bug in published work. 1/6” / Twitter. (n.d.). Twitter. Retrieved May 30, 2020, from https://twitter.com/kareem_carr/status/1266029701392412673
-
-
about.gitlab.com about.gitlab.com
-
We iterate to deliver features, so we often don't have functionality that people expect. For this reason, 'people could reasonably expect this functionality' does not make it a bug.
-
- Feb 2020
-
www.bilibili.com www.bilibili.com
-
时间显示排序错乱
看了下反馈方法,十分落后(论坛),而且以往的经验,反馈了也没有卵用
-
- Jan 2020
-
localhorst:8000 localhorst:8000Habits1
-
picture of spaghetti
das Bild ist nicht verfügbar
-
-
www.asahi-net.or.jp www.asahi-net.or.jp
-
きらきら した
オノマトペは副詞と捉えているので、分かち書きにするのが正しいそうです(光村に確認済み)。
-
ください
ここでは分かち書きになっているのが正しいそうです(光村に確認済み)。
-
たんだけどね
"助動詞,,,*,特殊・タ,基本形,た,タ,タ た"の前は空けないでください。
-
あまが える
平仮名ばかり
-
なくて
これは、”助動詞,,,*,特殊・ナイ,連用テ接続,ない,ナク,ナク なく”の前で空白を空けるべきです。
私のプログラムでは、
if featureContains "特殊・ナイ" && node.Prev.Surface = "し" then false elif featureContains "特殊・ナイ" && prevTypeEqual "動詞" then false elif featureContains "特殊・ナイ" then true
としています。
-
草の 実
これを複合名詞として扱うのは難しいですね。
-
たちつ ぼ すみれ
形態素解析の失敗
-
ますます うん
平仮名ばかり
-
おに わ
平仮名ばかり
-
おとやが 開店して、すてきな いい 音を 聞かせて もらえるって ことは、
原文にこの二つのスペースはありません。base.txtを直してください。
-
それで、その、とくとく、とくべつメ二ューも、
原文に、この二つのスペースはありません。base.txtを直してください。
-
もしか したら
原文が誤りなことを確認しています。base.txtを直して下さい。
-
はか まいり
これは「まいり」を動詞の連用形だとMecabが解釈しているので、名詞として扱うのは無理ですね。
-
かげ おくり
これは「かげおくり」の解析にMecabが失敗しているので仕方ないですね。
-
かげ ぼうし
これも「かげ」を名詞とMecabが認識していないので仕方ないですね。
-
せつ めい
これも「せつめい」をMecabが認識していないので仕方ないですね。
-
さし 出した
平仮名だと形態素解析に失敗するので仕方ないですね。
-
木のね もとに
平仮名だと形態素解析に失敗しますね。
-
木の 下に
これは原文が分けている理由を聞いてみます。
-
四分音符 一こに
ここは原文で分けている理由がわかりませんね。問い合わせます。
-
きて
ここは原文も分かち書きです。base.txtを直してください。
-
目を
原文では改行は分かち書きと同じです。base.txtを直してください。
-
読む
「読む」は、この文の一部ではありません。base.txtの修正をお願いします。
-
- Nov 2019
-
brewman.premiersystems.com brewman.premiersystems.com
-
Page continues to load on mobile/ tablet without loading popup eg. shaded screen
Tags
Annotators
URL
-
-
hypothes.is hypothes.is
-
View the product roadmap
Shouldn't that point to GitHub? https://github.com/hypothesis/product-backlog/projects/6
-
- Oct 2019
-
runestone.academy runestone.academy
-
System Message: ERROR/3 (/home/bmiller/Runestone/web2py/applications/runestone/books/pythonds/_sources/ProperClasses/a_proper_python_class.rst, line 62) Duplicate ID – see ProperClasses/a_proper_python_class, line 29 .. activecode:: msdie_initial :language: python
-
-
runestone.academy runestone.academy
-
Figure 3: A Tree Corresponding to the Markup Elements of a Web Page¶
order of body elements is wrong, it should be body(h1, ul(li,li). h2(a))
-
-
runestone.academy runestone.academy
-
The Overview
Broken link
-
-
runestone.academy runestone.academy
-
YouTube¶ .. youtube:: anwy2MPT5RE :height: 315 :width: 560 :align: left Show SourceHide Source Unit Tests for Code
The example video here, https://youtu.be/anwy2MPT5RE has been removed by YouTube.
-
-
futurepress.github.io futurepress.github.io
-
Epictetus wrote nothing; and all that we have under his name was written by an affectionate pupil, Arrian, afterwards the historian of Alexander the Great, who, as he tells us, took down in writing the philosopher’s discourses
As it happens, this annotation works through its proper URL) but, Hypothesis butchered the link. You need to turn the page once to see the highlight though.
-
- Sep 2019
-
pinboard.in pinboard.in
-
Case sensitive "Guatemala"? Incorrect indexing? Not sure.
Tags
Annotators
URL
-
- Aug 2019
-
itkst53.it.jyu.fi itkst53.it.jyu.fi
-
The quest to replace passwords: A framework for comparative evaluation of web authentication schemes
This is not the reading associated with this lecture on the MIT course page. Correct reading is: Enck, William, Peter Gilbert, et al. "TaintDroid: An Information-Flow Tracking System for Realtime Privacy Monitoring on Smartphones." Communications of the ACM 57, no. 3 (2010): pp. 99–106.
Tags
Annotators
URL
-
-
support.orcid.org support.orcid.org
-
c>
missing closing </strong>
-
-
codesandbox.io codesandbox.io
-
codesandbox.io codesandbox.io
- Jul 2019
-
itkst53.it.jyu.fi itkst53.it.jyu.fi
-
XML External Entity
Tällaista sivua ei ilmeisesti (enää?) ole
-
-
azure.microsoft.com azure.microsoft.com
-
These capabilities come together to enable Azure Sphere to meet all 7 properties of a highly secured device – making it a first of its kind solution.
Is this a bug in hypothesis? What's happening here? Why is my hypothesis page served in-line? (See below.)
-
- Jun 2019
-
slashdot.org slashdot.org
-
toolbar buttons color is white on white background in slashdot
-
-
itkst53.it.jyu.fi itkst53.it.jyu.fi
-
käännä
Minulle kääntöyritys tuottaa vain seuraavat virheet:
/usr/bin/x86_64-linux-gnu-ld: /tmp/ccrMYLce.o: relocation R_X86_64_32 against `.rodata' can not be used when making a PIE object; recompile with -fPIC /usr/bin/x86_64-linux-gnu-ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status
-
- May 2019
-
itkst53.it.jyu.fi itkst53.it.jyu.fi
-
ongelmast
ongelmasta
-
jäleen
jälkeen
Tags
Annotators
URL
-
- Nov 2018
-
10.208.12.75 10.208.12.75
-
Feel free to add bug reports or ask questions here, I will make the appropriate modifications to the page and bounty hunt.
You need to first create a hypothesis account and join this group: https://hypothes.is/groups/BnBBNR5K/ml-fall-2018
-
- Jul 2018
-
certificates.creativecommons.org certificates.creativecommons.org
-
https://cyberlaw.stanford.edu/blog/2007/03/fairy-use-tale
Error message while trying to live stream. Downloaded file only has audio, no visual.
-
https://rightsback.org.
Tool seems to be broken. I got to "Now, let’s find out whether the work is eligible for termination" and clicked yes and it wouldn't let me go any further.
-
-
certificates.creativecommons.org certificates.creativecommons.org
-
https://cyberlaw.stanford.edu/blog/2007/03/fairy-use-tale
Live stream failed, download failed to show the visuals, could only hear the sound.
-
https://rightsback.org
Tool froze several times and wouldn't let me proceed.
-
- Jun 2018
-
itkst53.it.jyu.fi itkst53.it.jyu.fi
-
Billions and billions of constraints: Whitebox fuzz testing in production
Linkki on rikki. Parempi: https://dl-acm-org.ezproxy.jyu.fi/citation.cfm?id=2486805
-
Staattinen analyysi
Tässä pitäisi varmaan olla: https://itkst53.it.jyu.fi/Slides2/2018-L5.html
-
The Confused Deputy:(or why capabilities might have been invented)
Palvelin heittää 500 Infernal Server Error. Dokumentin saa myös täältä: https://dl-acm-org.ezproxy.jyu.fi/citation.cfm?id=871709
-
Building Secure High-Performance Web Services with OKWS.
Linkki ei toimi. Tässä parempi: https://pdos.csail.mit.edu/papers/okws-usenix04.pdf
Tags
Annotators
URL
-
-
itkst53.it.jyu.fi itkst53.it.jyu.fi
-
Palauta valmiiksi tehty laboratoriotyö. Saat palautettavan tiedoston aikaiseksi komennolla `make prepare-submit`.
Tämä menettely ei varmaankaan pidä tässä kohdassa paikkaansa?
Tehtävän palauttaminen on kuvattu erittäin selkeästi tehtävänannossa. Kiitos siitä!
-
Palauta valmiiksi tehty laboratoriotyö. Saat palautettavan tiedoston aikaiseksi komennolla `make prepare-submit`.
Tämä menettely ei varmaankaan pidä tässä kohdassa paikkaansa?
Tehtävän palauttaminen ei oikein käy ilmi tehtäväkuvauksesta.
-
Palauta valmiiksi tehty laboratoriotyö. Saat palautettavan tiedoston aikaiseksi komennolla `make prepare-submit`
Tämä menettely ei varmaankaan pidä tässä kohdassa paikkaansa?
Tarkoitus on ilmeisesti palauttaa lähdekoodi itse koodattuun ohjelmaan, joka selviää tehtävänannon lopussa olevista testeistä?
Ihmettelen, ettei tuossa ole kielletty käyttämästä korkeamman tason ohjelmointikieliä. Ainoastaan kerrotaan ettei tuollaista (muka) pysty toteuttamaan...?
-
Palauta valmiiksi tehty laboratoriotyö. Saat palautettavan tiedoston aikaiseksi komennolla `make prepare-submit`.
Tämä menettely ei varmaankaan pidä tässä kohdassa paikkaansa?
Tehtävän palauttaminen ei oikein käy ilmi tehtäväkuvauksesta. Mutta ilmeisesti tässä kaivataan samankaltaista raporttia kuin edellisessä kohdassa
Lisäksi tässä pitäisi korjata tuo probe.c:n lähdekoodi ja liittää ilmeisesti se korjattu lähdekoodi raporttiin? Vai onko tämä vaihe optionaalinen?
-
Palauta valmiiksi tehty laboratoriotyö. Saat palautettavan tiedoston aikaiseksi komennolla `make prepare-submit`.
Tämä menettely ei varmaankaan pidä tässä kohdassa paikkaansa?
Tehtävä palautetaan tekstitiedostona, jossa on jonkinlainen kirjoitettu raportti siitä, miten tehtävän tekijä kuvailee tietokoneen suoritusta ohjelmakoodia tulkatessaan.
-
Palauta valmiiksi tehty laboratoriotyö. Saat palautettavan tiedoston aikaiseksi komennolla `make prepare-submit`.
Tämä menettely ei varmaankaan pidä tässä kohdassa paikkaansa?
Käsittääkseni tässä pitää palauttaa vaan nuo skriptit, kuten tehtävänannossa on kohdassa "T10" kerrottu.
-
3 pistettä.
"Symbolic Execution" otsikossa puhutaan 3.5 pisteestä.
-
3 pistettä
"Buffer overflows" otsikossa puhutaan 3.5 pisteestä.
Tags
Annotators
URL
-
- May 2018
-
itkst53.it.jyu.fi itkst53.it.jyu.fi
-
Injektiot
Linkki osoittaa väärään paikkaan. Sen pitäisi osoittaa osoitteeseen: https://itkst53.it.jyu.fi/Slides/2018-L2.html
-
Käytönnön asiat ja ylivuotava puskuri
Linkki osoittaa väärään paikkaan. Sen pitäisi osoittaa osoitteeseen: https://itkst53.it.jyu.fi/Slides/2018-L1.html
Lisäksi tuo "käytönnön" pitäisi varmaan olla "käytännön". Tosin se on niin monessa paikassa väärin, että se voi olla tahallaankin noin...
Tags
Annotators
URL
-
- Mar 2018
-
urbania.ca urbania.ca
-
Ce que les Vikings ont compris et nous pas
Tour de passe-passe : les sites qui se laissent pas annoter, on les met dans archive.org.
Ce qui fait une url avec trois url dedans!
-
- Feb 2018
-
www.c2w.nl www.c2w.nl
-
ChemRxiv
Link is broken.
Tags
Annotators
URL
-
- Sep 2017
-
Local file Local file
-
Accounts of hacker cultures often highlight bug fixes (Coleman, 2011; Nafus, 2012), portraying failures as integral to the inventive, creative process of design and engineering (Petroski, 2006). Mothership HackerMoms began to address failure differently from these productivist tendencies. In addition to viewing failure as central to achievement, members identified personal failures and failures to transform hacker cultures, formulating failure as a moment for reflection. To make this argument, we examine two empirical contexts of failure: first, failure as members conceptualize it in the Failure Club project of narrativizing the self; and, second, failure as expressed from the outside through online “hate mail.” By tracing how members redefine failure we show how HackerMoms became a site of resistance: hacking the very ontology of hacking.
-
- Aug 2017
-
bel.beta.collabo.com.br bel.beta.collabo.com.br
-
A Buschle & Lepper é referência na fabricação, comercialização e distribuição de produtos químicos, insumos agrícolas, magnésio e derivados. Pioneira na extração de magnésio, atende mais de 12 mil clientes dos mercados alimentício, farmacêutico, cosmético e industrial e está presente em mais de 23 estados brasileiros e 17 países.
Não gostei deste texto. Muda ai
-
- Jul 2017
-
three-dots.io three-dots.io
-
more...
Some regexp is treating ellipsis as URL
-
- May 2017
-
cn.arxiv.org cn.arxiv.org
-
Specifically, we pad the inputbyk1elements on both the left and right side by zerovectors, and then removekelements from the end of theconvolution output.
Reproduction of the bug described at https://github.com/hypothesis/client/issues/381
-
-
www.nytimes.com www.nytimes.com
-
closing loopholes
which loopholes?
- this sounds like a good thing
-
- Oct 2016
-
hypothes.is hypothes.is
-
issue with the number of characters appearing in the search box.
-
-
localhost:9999 localhost:9999
-
Demo
cucc
-
Bela
béla én vagyok
-
- Sep 2016
-
phd.mr56k.info phd.mr56k.info
-
John D. Muccigrosso "Frequent Vocabulary in Latin Instruction" The Classical World [ 10.2307/4352875 ]
this is clearly an error, i.e. a wrongly captured reference.
Tags
Annotators
URL
-
- Apr 2016
-
basecamp.com basecamp.com
-
star rating is missing
Bug
-
the number of stars the user has given that pattern
Bug with star system
Tags
Annotators
URL
-
- Jan 2016
-
-
ipfs cat /ipfs/QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ/cat.jpg >cat.jpg
Same with this one. Dropping the
/ipfs/
fixed it. -
hash=`echo "I <3 IPFS -$(whoami)" | ipfs add -q`
Also, this gives me an error from
ipfs add
:$ hash=`echo "I <3 IPFS -$(whoami)" | ipfs add -q` Error: Argument 'path' is required Use 'ipfs add --help' for information about this command
Tags
Annotators
URL
-
- Nov 2015
-
www.coglib.com www.coglib.com
-
sometimes you find a bounty like this one where a company has added a significant amount to a bug
Unsurprisingly (to me) that company is IBM.
Keep up the greatness!
-
- May 2015
-
tahi-staging.herokuapp.com tahi-staging.herokuapp.comTahi1
-
Assign Admin
cannot assign admin on this card
Tags
Annotators
URL
-
-
tahi-staging.herokuapp.com tahi-staging.herokuapp.comTahi1
-
The text cancel button does not close the Feedback overlay.
-
- May 2014
-
www.shuttleworthfoundation.org www.shuttleworthfoundation.org
-
Could be a feature. Could be a bug. But annotations on a link disable the link itself when highlighting is turned on.
See: ABOUT US
-