Skip to main content
1 vote
1 answer
21 views

Can view in psql inherit comment from table on simple columns?

Suppose I have dummy table like this: CREATE TABLE test_table (value INT); And a comment on that column: COMMENT ON COLUMN test_table.value IS 'Test comment'; Then, I create a view on my table: ...
grga-gc's user avatar
-1 votes
2 answers
44 views

Would comments in ReactJS show in client browsers with Vite? [closed]

Currently, I am using Vite with ReactJS and have the following two types of comments inside my codes, for example: export const Main = () => { useEffect(() => { // console.log("first ...
hokwanhung's user avatar
0 votes
0 answers
14 views

How do you include someone with a space in their username in a post? [migrated]

This one will seem fairly benign or even borderline waste-of-time to most that will read this, and I'm inclined to agree. However, I think that the correct answer may be helpful to others as well. The ...
Realto619's user avatar
0 votes
0 answers
18 views

Unable to See KDoc Comments in Android Library After Publishing via JitPack

I am currently developing an Android library in Kotlin, and I am facing an issue where the comments for my methods [Image 1] are not showing up in the consuming project [Image 2] after publishing the ...
Michael I.'s user avatar
0 votes
1 answer
63 views

How to set the Visual Studio C# Comment Out approach

I'm using VS Community 2022 v17.10.5. Just recently, when I comment out c# code in a Blazor component (.razor), it is using "@* @" instead of "//". It uses "//" in my ....
Cincy Steve's user avatar
0 votes
1 answer
21 views

TextX Grammer Rule for CStyle Comments

I'm trying to make a textx grammar that will include a the ability to have single line comments like a c/c++ source file. e.g. //this is a comment This is the grammar I have developed to test this. ...
kabla002's user avatar
  • 381
0 votes
0 answers
22 views

hide replies for comment section by default

I am customizing a blogger template and I am finding a difficulty on making the replies of comments hidden by default, I would like to know some hints where I am mistaking.[style-replies][html-...
Omar Elyazidi's user avatar
0 votes
1 answer
47 views

Why does black output a different format when code has comments?

what I want My goal is not to keep the code the way I want it to be and disable black package formatting. The point I want to learn is that the difference between the two pieces of code is just one ...
Issac's user avatar
  • 11
0 votes
0 answers
34 views

Color problem in disqus in Django and Tailwind

I tried to use disqus in my django project: <div> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT ...
ArianNa's user avatar
  • 49
0 votes
0 answers
40 views

Issue retrieving from field in Facebook Graph API for users, only working for page authors

I am trying to retrieve the from field for comments on a post using the Facebook Graph API. The from field is showing correctly for page authors but not for regular users who comment on the post. I ...
Harsh Mahalle's user avatar
0 votes
0 answers
25 views

Vue throws an error due to Multiple spaces found when I try to align a commment

I am trying to comment some Vue code on a template like this: showSelectedValue: { // ------- showSelectedValue ------- type: Boolean, // Switches between showing ...
SamFF's user avatar
  • 213
1 vote
0 answers
52 views

Can you insert HTML comments in the output of a MediaWiki article/page?

MediaWiki has first-class support for comments using HTML's <!--...--> syntax, but it always strips them from the output. I think that's for a good reason, but I would like to have templates ...
James Groom's user avatar
4 votes
3 answers
80 views

Combining a multi line batch command with inline comments

I have a very long command line string and i want to comment some arguments/switches and describe what they do and what can be adjusted with them. the following simplified batch-file does not work, ...
Michael's user avatar
  • 2,103
0 votes
0 answers
13 views

Does a named standard exist for comment annotations?

I have encountered, and used, several different forms of comment annotations. Eg. // TODO: Also trigger this task // FIXME: in this very specific circumstance this should handle this way instead // ...
Oliver Scase's user avatar
0 votes
3 answers
210 views

New Instagram Graph API: How to get the username of a comment with the "Instagram API with Instagram Login"

With the new Instagram Graph API (graph.instagram.com) it is not possible to get the username of comments. The API is also known as "Instagram API with Instagram Login" (https://developers....
Marlon360's user avatar

15 30 50 per page
1
2 3 4 5
421