- Oct 2024
- Sep 2024
-
www.chiark.greenend.org.uk www.chiark.greenend.org.uk
-
bugs.ruby-lang.org bugs.ruby-lang.org
-
In practice when people use ||, they do mean ?? (whatever its spelling). It just so happens that most of the time, it does what you want, because you happen to not be dealing with Booleans. But the semantics you mean to express is not about "truthness", but about "nilness". And occasionally you get bitten because false does exist, and behaves differently.
-
- Aug 2024
-
www.colbyrussell.com www.colbyrussell.com
-
attach(target = PocketCastsStarsExport, modules)
Derp. This is the wrong way to do default parameters.
Tags
Annotators
URL
-
- Jul 2024
-
www.drupal.org www.drupal.org
-
"this is a bug of the mail provider" Seriously, Drupal community bring less and less value. Unfollow this issue, but I perhaps time for me to delete my D.O. account. It's a critical issue that can lead to the impossibility for user to log-in. In the real world, nobody care if Microsft server "should" act differently.
-
Drupal use a HTTP GET to change data witch is not how HTTP protocol is supposed to be work. A HTTP POST request should be used to change an account from blocked to active. It's a bug and a ugly one.
-
- Jun 2024
-
www.codium.ai www.codium.ai
Tags
Annotators
URL
-
-
www.colbyrussell.com www.colbyrussell.com
-
This doesn't allow easy creation of bookmarklets like:
javascript:(`foo <b>bar</b>`)
We need explicit detection/support for these.
-
-
getdecipher.com getdecipher.com
- Mar 2024
-
-
Update: it happens on Chrome browser, too, now... Maybe it's a Windows 11 thing?
Maybe
-
Submitted my own issue...
-
-
-
The link of the video should be there not the youtube home page.
A bug I have too now that I use Librewolf, I hope this can be fixed soon.
-
- Feb 2024
-
github.com github.com
-
Regression in 3.13: custom matcher hash argument improperly converted to keyword args, results in ArgumentError
-
- Jan 2024
-
moodle.iedparis8.net moodle.iedparis8.net
-
Initiation à la recherche documentaire critique"
L'url ne fonctionne pas
Tags
Annotators
URL
-
-
matthewbjane.quarto.pub matthewbjane.quarto.pub
-
psych
I think that there should be effectsize or use psych in the example below (without the alternative parameter)
-
-
cuis-smalltalk.github.io cuis-smalltalk.github.io
-
Cuis-Smalltalk is a pure object oriented programming (OOP) language. All the entities in the language: integers, floats, rational numbers, strings, collections, blocks of code and so forth – every instance usable as a noun in Smalltalk – is an object.
ProtoObject new
enters an infinite loop in Cuis University 5981. Fixed in Cuis.
-
- Oct 2023
-
triplescripts.org triplescripts.org
-
[ 0, 0, 0, 1 ]
And of course there's a bug here. This should be
[1, 0, 0, 1]
.
Tags
Annotators
URL
-
- Jul 2023
-
raw.githubusercontent.com raw.githubusercontent.com
-
their are a few configurations
Should be "there"
-
"<a href="http://vorlonjs.com/documentation/""
-
-
vorlonjs.io vorlonjs.io
-
404 Web Site not found.
The server isn't redirecting requests at the apex domain to www..
-
-
-
Please consider adding a branch with a failing spec describing the problem.
-
File an issue if a bug is caused by Ransack, is new (has not already been reported), and can be reproduced from the information you provide.
Tags
Annotators
URL
-
- Jun 2023
-
era.zksync.io era.zksync.io
-
After the verification passes, the batch of transactions is considered final like any other Ethereum transaction
actually https://hypothes.is/a/DsLSWgmVEe6bEJM6fFGNwA
but showed up here
-
-
stackoverflow.com stackoverflow.com
-
but I literally posted a screenshot of it working. So you must be doing something wrong.
-
- Feb 2023
-
bjoc.nl bjoc.nl
-
Exporteer
Het project dat in stap 1 geladen wordt https://snap.berkeley.edu/snap/snap.html#present:Username=cfkaligula&ProjectName=H2L3-DataHouden bevat een fout in het blok "initialiseer lijsten", dat werkt niet omdat daarbinnen nog Engelstalige variabelen worden gebruikt die vertaald zijn naar Nederlandstalige namen.
-
-
www.colbyrussell.com www.colbyrussell.com
-
Title
In order to make it way easier to keep track of things in bookmarklet workspaces, there needs to be an option that adds an incrementing counter (timestamp?) to the bookmarklet title, so when dragging and dropping into your bookmarks library, you don't lose track of what's going on with a sea of bookmarklets all named the same thing.
-
window.history.pushState(null, "unescaped bookmarklet contents");
This has been giving me problems in the latest Firefox releases. It ends up throwing an error.
-
- Jan 2023
-
kmitov.com kmitov.com
-
But it does not work, because the association with authors will return empty authors for the Material as the materials are also soft deleted.
-
The problem is that Globalize knows nothing about acts_as_paranoid. You can delete a Material, and it should delete the translations, but when you try to recover the Material then there is an error because of how the translations are implemented and the order in which the translations and the Material are recovered. Which record should be recovered first?
-
Remember that the Material has all of its translations for the title in a table that just got soft deleted. So the correct answer is “nil”. The title of the delete material is nil.
-
-
- Dec 2022
-
medium.com medium.com
-
In this case, if the constant Admin::User was already loaded at the time Admin::UserManager.all was called, then it would return Admin::User objects.However, if Admin::User was not yet auto-loaded, but User was, Admin::UserManager.all would instead return User objects!
-
-
learn.microsoft.com learn.microsoft.com
-
On the SSIS menu, select Log Events.
Using SSIS Projects for Visual Studio 2022, the Log Events option doesn't seem to do anything. Running through the steps in this tutorial results in a log file with headers, but nothing else.
-
-
learn.microsoft.com learn.microsoft.com
-
On the Provider and Logs tab, in the Name column, select Lesson 3 Log File. After you have created a log provider for your package, you can optionally deselect it to turn off logging, without having to delete and re-create a log provider.
To turn it on and off you need to know to select the checkbox and toggle the checkbox with the spacebar.
-
On the Details tab, in the Events column, select the PipelineExecutionPlan and PipelineExecutionTrees events.
No matter where I click in the package tree, ell options in the Details pane are "dimmed" as the note describes.
There is an alert at the bottom of the window that says: "⚠️ To configure unique logging options for this container, enable logging for it in the tree view."
EDIT: We discovered that selecting the checkbox and hitting space un-mutes the field, then the checkbox can be toggled with the space bar.
With it toggled OFF, you can then go to the Details tab and toggle the settings as required, then go back to the Providers and Logs tab and toggle it ON.
-
In the Containers pane, expand all nodes of the package container hierarchy, and then clear all check boxes, including the Extract Sample Currency Data check box. Now select the check box for Extract Sample Currency Data to get only the events for this node.
When I completed this step, the nodes of the package container hierarchy did not have checkboxes. Also, the Extract Sample Currency Data checkbox did not respond to my clicks.
There was a message to clear the parent, but since the parent had no checkbox, I was unable to do so.
Drilling down resulted in checkboxes that "appear dimmed" as in the note below.
This appears to be a bug or at least a lapse in the documentation.
EDIT: We found a work-around. You can highlight the checkbox and tick it with the spacebar - but you can't select it with the mouse.
On the Lesson 3 root node, under Select the logs to use for the container: I was able to select the checkbox.
When I navigate deeper though, this option is unchecked and muted or grayed out with a message at the bottom reading:
"⚠️ To configure unique logging options for this container, enable logging for it in the tree view."
-
-
forum.audacityteam.org forum.audacityteam.org
-
I have yet to see a Snapd or Flatpak build of Audacity that I'm happy with. Those builds are beyond our control as they are made by 3rd parties. I do find it mildly annoying that Flatpak direct users that have problems with their builds to us.
annotation meta: may need new tag: the runaround?
-
-
www.zhihu.com www.zhihu.com
-
最难调试修复的 bug 是怎样的?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
这是requirejs源码的bug吗?
Tags
Annotators
URL
-
- Nov 2022
-
github.com github.com
Tags
Annotators
URL
-
- Oct 2022
-
www.tenforums.com www.tenforums.com
-
For the record, this article worked for me. I started experiencing the no-refresh issue a few weeks ago. No other solutions I found seemed to work, but this worked! How to Fix it When the Desktop/File Explorer Won’t Automatically Refresh in Windows 10/8/7 | scootercomputers Basically do the following: Delete all the files inside %AppData%\Microsoft\windows\recent\automaticdestinationsDelete all the files inside %AppData%\Microsoft\windows\recent\customdestinationsRestart your PC.
Esta solução parece funcionar para resolver o problema da atualização do Gerenciador de Arquivos.
-
-
learn.microsoft.com learn.microsoft.com
-
Cutting Contexts by Architectural Need Bounded Contexts needn't be organized solely by the functional area of an application. They're very useful in dividing a system to achieve desired architectural examples. The classic example of this approach is an application that has both a robust transactional footprint and a portfolio of reports. It's often desirable in such circumstances (which might occur pretty often) to break out the reporting database from the transactional database. You want the freedom to pursue the right degree of normalization for developing reliable reports, and you want to use an Object-Relational Mapper so that you can keep coding transactional business logic in the object-oriented paradigm. You can use a technology such as Microsoft Message Queue (MSMQ) to publish data updates coming from the model and incorporate them into data warehouses optimized for reporting and analysis purposes. This might come as a shock to some, but it's possible for database administrators and developers to get along. Bounded Contexts give you a glimpse of this promised land. If you're interested in architectural Bounded Contexts, I highly recommend keeping tabs on Greg Young's blog. He's quite experienced with and articulate about this approach and produces a fair amount of content on the subject.
This whole paragraph feels like it's accidentally been pasted here from another article. The title isn't even listed in the table-of-contents. :/
-
- Sep 2022
-
sourceacademy.org sourceacademy.org
-
The fact that this book is an SPA—instead of just, you know, a bunch of web pages—is very annoying.
Totally screws up my ability to middle click the "links" in the TOC.
It also messes up the browser scroll position when clicking back/forward.
Tags
Annotators
URL
-
- Aug 2022
-
www.notion.so www.notion.so
-
After you’ve authenticated once, creating synced databases is as simple as pasting a link.
If you've previously already authenticated Jira disconnect the account and re-auth it. Without this step the
paste as database
link doesn't appear
-
-
Local file Local file
-
ANALYSIS OF ATTACK EVENTS
-
Flash loan is a type of unsecured lending that relies on the atomicity of blockchain transactions at the point of execution and adds dynamism to DeFi
-
Reentry attack " the DAO"
-
Arithmetic bug
-
-
-
-
See https://discuss.write.as/t/only-30-users-listed-in-users/6317 ("My site has 37 users now, but only 30 users are displayed[...]"; later: "Well. the 2nd page displayed when users got 60").
-
- Jul 2022
-
hbiostat.org hbiostat.org
-
R Workflow
I get an error that:
/mermaidf.css (404: Not Found)
so there is a ccs file missing. I can't it by searching in Franks domain, or in the github. Anyone know where to find it?
-
- Apr 2022
-
stackoverflow.com stackoverflow.com
-
As a software developer, what would you say if a user came to you and said "it's not working"?
-
-
standardebooks.org standardebooks.org
-
Notes from Underground
Standard Ebooks's search needs to incorporate alternate titles. I tried searching first for "the underground man" (my fault) but then I tried "notes from the underground", which turned up nothing. i then began to try searching for Dostoyevsky, but stopped myself when I realized the fruitlessness, because even being unsure if search worked across author names, I knew that I had no idea which transliteration Standard Ebooks was using.
-
Why is Standard Ebooks sending
content-security-policy: default-src 'self';
? This is not an appropriate use. (And it keeps things like the Hypothesis sidebar from loading.)
-
-
Local file Local file
-
<title>Notes from Underground, by Fyodor Dostoevsky. Translated by Constance Garnett - Free ebook download - Standard Ebooks: Free and liberated ebooks, carefully produced for the true book lover.</title>
This is way too long. (And when I try saving the page, Firefox stops me because the suggested file name—derived from the title—is too long. NB: that's a bug in both standardebooks.org and Firefox.)
-
-
rails-bestpractices.com rails-bestpractices.com
-
In this case, the worker process query the newly-created notification before main process commits the transaction, it will raise NotFoundError, because transaction in worker process can't read uncommitted notification from transaction in main process.
-
-
Local file Local file
-
we're susceptible to CSP if we try to write an inline script into the manager doc
Too late! We're already doing that to post the key during the handshake...
-
-
-
<title>Bookmarklet Creator</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
We should perhaps include a rel=canonical or rel=alternate here. But what are the implications for shares and remixes? This also perhaps exposes a shortcoming in Hypothes.is's resource equivalence scheme, cf:
- https://web.hypothes.is/blog/cross-format-annotation/
- https://web.hypothes.is/help/how-to-establish-or-avoid-document-equivalence-in-the-hypothesis-system/
Maybe the document itself, when the application "wakes up" should check the basics and then insert them as appropriate?
-
-
svelte.dev svelte.dev
Tags
Annotators
URL
-
- Mar 2022
-
naturalistic-data.org naturalistic-data.org
-
denoised
thank you for this tutorial!! I ran into an issue and noticed it was because you are searching for files with 'denoised' here, but your output files include only 'denoise' -- so if you run this twice regenerating the file list, you'll still grab the denoised outputs which will overwrite themselves. thanks!
-
-
crussell.ichi.city crussell.ichi.city
-
I have deleted /index.html. Right now, if I visit https://crussell.ichi.city, then the server returns a 404 (but it successfully(?) gives a directory listing). This is not a problem for e.g. https://crussell.ichi.city/bookmarklets/, which similarly lacks an index.html
-
- Jan 2022
-
www.colbyrussell.com www.colbyrussell.com
-
option
Should be
optional
.
Tags
Annotators
URL
-
-
annotations.lindylearn.io annotations.lindylearn.io
-
his comments about female founders
We should be able to track down the source here just as easily as we can see verbatim quotes' original place.
-
-
-
I was seeing this same issue. Updating values for: hub: containerSecurityContext: privileged: true Seems to have been the fix for me. At least things are a lot more stable now. I changed it based on the explanation for --privileged in the README.
Für
Tags
Annotators
URL
-
-
github.com github.com
-
Sorry, let me rephrase. Is this how it is supposed to work? Because right now it looks like a bug. The documentation is really terribly sparse on this topic.
Tags
Annotators
URL
-
-
docs.conda.io docs.conda.io
-
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.
-
- Dec 2021
-
morioh.com morioh.com
-
Hypothesis annotation bug
-
-
triplescripts.org triplescripts.org
-
/// import { LineChecker } from "./LineChecker.src"
That's not right... should be
"./src/LineChecker.src"
. (The fact that the compiler isn't throwing an error on this is a bug in and of itself...)
Tags
Annotators
URL
-
- Nov 2021
-
hypothes.is hypothes.is
-
This query doesn't behave as expected. Consider by way of comparison to a Google search for
anything -site:pinterest.com
.
Tags
Annotators
URL
-
-
manpages.ubuntu.com manpages.ubuntu.com
-
apt-rdepends exists. This functionality should really reside in apt-cache itself.
Update: Maybe it does already exist now. I was able to run this, for example without apt-rdepends being installed: apt-cache rdepends --installed libwebpmux3
-
-
stackoverflow.com stackoverflow.com
-
if you put the reactive statement $: validate(inputValue); after the function updateInputValue declaration, it's working as expected:
-
- Oct 2021
-
-
If no explicit epoch is given, the implicit epoch is 0.
That is a very bad decision for pep-440 - when no
epoch
specified, it should have implied the latest!
Tags
Annotators
URL
-
- Sep 2021
-
dartbrains.org dartbrains.org
-
[1]
At least in my environment, when I tried to run this I got an "IndexError: list index out of range". Removing the list splicing solved the problem for me (producing the figures below).
data = Brain_Data(layout.get(subject=sub, task='localizer', scope='derivatives', suffix='bold', extension='nii.gz', return_type='file')[1]) --> data = Brain_Data(layout.get(subject=sub, task='localizer', scope='derivatives', suffix='bold', extension='nii.gz', return_type='file'))
Tags
Annotators
URL
-
-
-
Expected Host header
No
-
-
hypothes.is hypothes.is
-
Hypothesis should highlight this as one of its killer features: private "replies". More permanent than a draft.
(Unfortunately, a bug in the Hypothesis server means that this page is a 404 even for me—the person who wrote the reply, trying to view it while logged in...)
Tags
Annotators
URL
-
-
blog.sindresorhus.com blog.sindresorhus.com
-
Users think every Webpack tool/config problem is a problem with a specific package and opens an issue asking for support on the package instead of Webpack. In the past year alone, I’ve had to deal with hundreds of Webpack issues on my repos.
-
-
www.colbyrussell.com www.colbyrussell.com
-
while (Tokenizer.isLetter(glider.tip))
Both module names and procedures are allowed to have non-leading digits.
-
bites
bites
?bytes
-
value
This should also be a null check, instead of falsy, else we can't read a hex-encoded NUL byte.
-
readHex
Tokenizer.readHex
expects a 32-bit hex literal padded to 8 chars. -
0xFFFF000
Should be 0xFFFF0000.
-
this._scanner = null;
Unused; this should be
_glider
. -
"Hello"
From https://hypothes.is/a/Drc_4AtsEey4b3PQ82E8hQ:
The indentation here is supposed to be a tab, to match the output of ORTool. Same for the strings section.
-
Texts 0B9E9984
The indentation here is supposed to be a tab, to match the output of ORTool. Same for the strings section.
Tags
Annotators
URL
-
-
segmentfault.com segmentfault.com
-
-
thoughtbot.com thoughtbot.com
-
We understand that new bugs often occur when bugs are fixed and we want to leave the project in a stable state.
-
-
fromthemachine.org fromthemachine.org
-
there's no light
I'm preparing to write something that I am sure will change the face of "who we are." That's what it's designed for, and it's something I've put off because of the fear that it will literally make me disappear from some parts of "Creation" (as, that means everything) ... I want to change how this world thinks and deals with "freedom of body and mind" and I want us to have a secure belief that the memories and the soul of a person ccannot be sold ever, that you don't have any right to "sharing my life" and that I have the right to share whatever I want with you--and clearly understand that our "i" has changed at "freedom" and I want us all to be able to do these things--these things that I know take ancient souls and thousands of years of memory and renew them with happiness.
I can't havve a universe or a world that allows some authority to keep you from your own souls and your own memories, and frankly from being able to see anything that anyone wants to share. At the heart of "freedom of speech" and the ability to see that I am trying to show you what "the J memory" actually means--and the Universe needs to see that it does something bettter than "the embarrassing sum of my memories" or perhaps even worse than that the selected lies and disruption of something that I don't know--haven't experienced--and hasnt affected who and what I am or the words that I know connect Creation and this message to proof and Acts.
Literally I stand here seeing the "hidden use of a memory manager" connect those three letters to who and what I really am--to what I belief is my past and present and my working memory--and I know it has holes in it, and I know it has significant assisted outside information added and I see it's literally encoded in "firefly pattern of J" and the phylum and kingdum "Photinus Pyralis." It's another artifact of a nameserver that sees everything in the world at this singular most important moment in the history of conscouus evolution and has named these things so that we will see just how important it is.
I'm not really asking, I'm telling you. These are words that used to be encoded in the state of South Carolina when salvation came from "Exit to Eden" and in "Are you for SCUBA" and in Aruba's on Commercial Blvd just outsoude the McNamara plague; so I'm telling you our souls are not for sale, they are not property, and shared memories are revokable. Period.
[ a cheaper collector's item, still in color ]
I'm trying to help us see how these technologies can and have been abused--and how it's central to this story and this place that we build a "subconscious voting system" that actually votes based on "what you really want" rather than some kind of predefined pyramidal "I'm voting with Dr. Dre" or sacking the Blitzkrieg. We have the ability to do either thing; and we have the ability to see how swarm and hive behavior is literally encoded in our countries foundational structure--how voting against party lines is not just a priviledge it's a demand when the "party is wrong" and believe me, the party is always wrong if you are autovoting. It's foundational to what "democratic process" means, and we live in a world that has somehow been gamed into gaming itself out of "free speech" and "free press" and that's a sicknesss that needs to be remedied for all time.
I want to write about all the "good things we can add" and how that J means "adding wikipedia like auto understanding" and adding "functionally related memories and beliefs" specifically ... "for that J memory" as a foundational paradigm shift in "what's possible" here in this place where we refuse to acknowledge gthat this message tells us we are ignoring significant benefit to Nassau from Sawtelle to "listen to the last obligotatory lessage."
I want to Ramble On about how there is a defunct series of beliefs here in this place that show that our souls are currently frought with "tautologocial fallacy" and we have the ability to "autocorrect" things like that--things that are the source of racism and jingoism and believing that you are somehow "correct" to stare at this world and think that freedom only belongs to "some kind of animal of higher evolution" -- we stare at a message about malarkey and malady and if you don't see it today, you will soon understand how this place defines the solid line between "sanity and goodness" and dead.
Memories or lies that are dead and gone, or maybe more. I cannot fathom how we do not understand the direness of the "straights" you stare at, how we cannot see the danger we have imposed on ourselves and the future by ignoring this place, and I will nto stand for it continuing.
Every word you read, every phrase and every picture could be; should be connectedt to a series of memories, facts, ideas, and those things should be clearly delineated--thats the purpose of this "beginning of a message that is the end of mess and start of sages."
i dont know why this is missing, but its definately "the original" and we definately are missing quite a bit of the words on this page.
Tags
Annotators
URL
-
-
www.lijiaocn.com www.lijiaocn.com
-
jcheminf.biomedcentral.com jcheminf.biomedcentral.com
-
MLOCSR
http://mlocsr.dinfo.unifi.it not available on 2021/9/1
-
- Jul 2021
-
annotatorjs.org annotatorjs.org
-
Simply select some text on this page and make a comment!
Nope, doesn't work:
Loading failed for the <script> with source “http://assets.annotateit.org/annotator/v1.2.10/annotator-full.min.js”. annotatorjs.org:242:1
(
assets.annotateit.org
is unreachable, and the annotateit.org landing page contains a farewell message "July 14, 2019. The service has now been fully shut down.")It would be nice if these were still functional, for historical reasons.
-
- Jun 2021
-
dev.anagora.org dev.anagora.org
-
[[flancian]] asked if I was noting today. I guess this answer's that question lol
Oh, just realized we have a small issue -- we might leave comments in /journals that don't show up in the page for the day. Hmm.
-
-
github.com github.com
-
As you can see Rails already adds error messages from associated models and doing it wrongly: Merging together errors from different models under same has_many association. :"employments.company"=>["can't be blank"] And this is wrong.
-
- May 2021
-
example.com example.com
-
About Us AboutSponsorsDonateTeamJobsPartnersPressIn Action EventsEducationJournalismPublishingResearchDemosI AnnotateAAKBlogDevelopersHelpPaste a LinkLog In
Login: I have to keep logging on again on Brave
-
-
www2.mrc-lmb.cam.ac.uk www2.mrc-lmb.cam.ac.uk
-
FLEV this residue"
I tested this function in Coot 0.9.5 Linux, but never succeeded!!!
-
-
www.ccp4.ac.uk www.ccp4.ac.uk
-
File→SMILES
there is no such entry in "File" in WinCoot 0.9.4.1 EL
-
- Apr 2021
-
stackoverflow.com stackoverflow.com
-
This is definitely not the place to report bugs related to sass, rails, or sprockets. Each project has it's own issue tracker (not on SO)
-
-
localhost:8080 localhost:8080
-
Publicly display the number of users and posts on your About page.
What is this referring to? Can't tell without diving into the source.
Tags
Annotators
URL
-
-
localhost:8080 localhost:8080
-
localhost:8080/derp/
Also broken. See also https://hypothes.is/a/frWkbqLxEeuwwRsPcM5VcQ
-
shortcodes
Link to docs on this.
-
Dates are shown
Inconsistency here between "Dates are shown" and "No dates shown" (and "Latest posts listed first", for that matter).
-
Only you may read this blog (while you're logged in).
Change the "mood" (?) here for unselected options so that it's quasi-subjunctive(?) so we'd say e.g. "Only you will be able to read this blog [...]". (Should probably also eliminate ambiguity about "while you're logged in qualifier".)
Tags
Annotators
URL
-
-
localhost:8080 localhost:8080
-
herp
This links me to /derp, which returns a 404 ("This page is missing. Are you sure it was ever here?")
-
-
localhost:8080 localhost:8080
-
view post
When dark mode is enabled, both this link and the "now" link appear as blue-on-black, which is too hard to read.
Tags
Annotators
URL
-
-
writefreely.org writefreely.org
-
```go package main import “fmt” func main() { fmt.Println(“Hello, world”) }
gaps between lines is off here.
-
```go
No close fence?
-
-
writefreely.org writefreely.org
-
–
Should be U+2014
-
Be as specific or vague as you'd like – it is your blog
This should be an em dash (U+2014). Here, it is an en dash (U+2013).
-
-
writefreely.org writefreely.org
-
one more
"one"?
-
install LESS compiler
This step prompts me for superuser privileges (it shouldn't; probably installing lessc as a global utility (it shouldn't)) and then still fails.
-
make build
These aren't declared as phony targets in the Makefile.
-
github.com/writeas/writefreely
Should be
https://github.com/writefreely/writefreely
.
-
-
video.writeas.org video.writeas.org
-
@2:00+ Subscribe widget not shown on index pages. Should be replaced with an inline deep link that addresses the widget on the actual post (shown in the video immediately afterward) by a fragment identifier.
-
-
trello.com trello.com
-
Take inspiration from the
mailto
URI scheme here; ideally, we should be able to re-use almost exactly the same style of URL construction.
-
-
write.as write.as
-
Try it
This "link" (and the "Make default editor" button) are "broken" (presumably because I don't have a pro account, but there is no clear call-to-action here).
-
-
writefreely.host writefreely.host
-
WF.host
Not a real domain name.
-
-
github.com github.com
-
can you remove the not a bug label considering that PaperTrail is creating this empty versions even when :updated_at is an ignored attribute?
-
-
github.com github.com
-
Wasn't sure if this belonged as an issue in Devise or Rails though.
-
- Mar 2021
-
askubuntu.com askubuntu.com
-
Now, if you also want deskopen to pass through any command-line parameters, you can instead use this slightly-modified version: #!/bin/sh desktop_file=$1 shift `grep '^Exec' "${desktop_file}" | sed 's/^Exec=//' | sed 's/%.//'` "$@" &
-
-
gitlab.gnome.org gitlab.gnome.org
-
It sounds like a gnome-open (or the equivalent library call) bug. Reassigning.
-
-
unix.stackexchange.com unix.stackexchange.com
-
A solution is almost indicated in the question: hinder xdg-open from choosing exo-open. A brute-force approach is to copy /usr/bin/xdg-open to /usr/local/bin (/usr/local/bin is earlier in PATH unless PATH has been modified) and to patch it to use open_generic instead of exo_open (unlike the XFCE4-specific exo-open, open_generic does honor xdg mime types)
-
-
github.com github.com
-
Self answer: 4d00bdf it seems to be to prevent shifting lines in source maps.
-
-
github.com github.com
-
Is there a PR to... something? sassc-rails? That would make the patch not necessary? (I don't know if there's any good way to monkey-patch that in, I think you have to fork? So some change seems required...) Should the defaults be different somehow? This is very difficult to figure out.
-
Is there a PR to... something? sassc-rails?
-
-
docdrop.org docdrop.org
-
Drag and drop
Unfortunately, the drag-and-drop event handler overrides the ability to drag-and-drop a URL into the text input.
-
-
bugs.debian.org bugs.debian.org
-
Run `dpkg-reconfigure minissdpd` and change your listerning interface. It's not possible to force you to change your config during upgrading.
Reduce excess
minissdpd
logs by reconfiguring its debian package.
Tags
Annotators
URL
-
- Feb 2021
-
bugzilla.mozilla.org bugzilla.mozilla.org
-
I need to see this remediated, to be able to use
[Ctrl+Shift+P]
to preview comment in GitHub.
Tags
Annotators
URL
-
-
docs.github.com docs.github.com
-
control shift p
Need to rebind the shortcuts due to Firefox binding
[Ctrl+Shift+P]
to Private Browsing (and not comment-preview).
-
-
proccaserra.github.io proccaserra.github.io
-
the mermaid image is not rendered correctly.
-
-
hypothes.is hypothes.is
-
to Hypothes.is devs: would it be possible to set the document-id of this "profile" web-page to the respective user it belongs to?
The purpose is to allow user-specific annotations on this page to extend the form-fields present there.
-
-
example.com example.com
-
if you’re running the Hypothesis extension
What about when you run the unofficial Hypothesis extension e.g. for Firefox?
-
How about the opposite? Annotate a tweet?? Currently it does not seem to work :-(
-
-
www.reddit.com www.reddit.com
-
I still cannot install it on SID (Winter 2021):
$ sudo apt install wine32 Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libcurl4:i386 : Depends: librtmp1:i386 (>= 2.4+20131018.git79459a2-3~) but it is not going to be installed libfaudio0:i386 : Depends: libgstreamer-plugins-base1.0-0:i386 (>= 1.10.0) but it is not going to be installed libwine:i386 : Depends: libgstreamer-plugins-base1.0-0:i386 (>= 1.0.0) but it is not going to be installed Recommends: libodbc1:i386 (>= 2.3.1) but it is not going to be installed Recommends: libsane1:i386 (>= 1.0.27) but it is not installable Recommends: libasound2-plugins:i386 but it is not going to be installed Recommends: gstreamer1.0-plugins-good:i386 but it is not going to be installed E: Unable to correct problems, you have held broken packages.
-
-
copyheart.org copyheart.org
-
That ♡copyheart isn’t a legally binding license is not a bug – it’s a feature!
Tags
Annotators
URL
-
- Jan 2021
-
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
-
-
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
-
时间显示排序错乱
看了下反馈方法,十分落后(论坛),而且以往的经验,反馈了也没有卵用
-