Skip to main content
Advice
0 votes
0 replies
92 views

I’m a junior backend developer and I’ve created a technical reference repository with resources related to backend development, DevOps, and security: https://github.com/Rub3cK0r3/engineering-reference ...
rub3ck0r3's user avatar
Tooling
0 votes
1 replies
48 views

In the Xcode Developer Documentation, the type "FilePath" is listed under Fundamentals > Foundation > Numbers, Data and Basic Values > URL > FileSystem However, to use it, I need ...
tmlen's user avatar
  • 9,262
Best practices
2 votes
3 replies
59 views

I’m working on a project where we already use modern version control practices: Git with GitFlow branching Pull requests with mandatory reviews Conventional commit messages CI-based checks Despite ...
Sabbir MMS's user avatar
Advice
5 votes
1 replies
80 views

I'm building a reference guide, R Functions for Categorical Data Analysis, https://friendly.github.io/psy6136/R-functions.html, that lists R functions for analysis and visualization, organized around ...
user101089's user avatar
  • 4,083
Advice
0 votes
2 replies
82 views

Is Kafka consumer heartbeat message same as consumer poll and commit? Or does it run on a separate thread and keeps sending heartbeat to Kafka broker as long as the consumer JVM is responding? The ...
Mayank Madhav's user avatar
0 votes
0 answers
124 views

We use sphinx linkcheck to make sure that our docs do not contain broken links, but Wikipedia has started returning a 403, assuming that our CI is a robot. Fair enough, it is a robot, so has anyone ...
jon_two's user avatar
  • 1,288
Tooling
0 votes
3 replies
56 views

Is there a way to make Intellij add the types of the parameters and the return values in its auto-generated java documentation? My desired documentation format would look like this: /** * Calculates ...
3nondatur's user avatar
  • 475
Tooling
1 vote
0 replies
39 views

I am looking to move away from Excel spreadsheets. I want my json body to be the point of reference for mapping UI entry field, Database table.name.field, data exchange etc. Does this make sense?
J Duncan's user avatar
Advice
0 votes
5 replies
53 views

I’m working on an Electron project, and I can generate JSON for my code using JSDoc: jsdoc -X > data.json I want to use this JSON output to create a live, searchable documentation site similar to ...
Ethan Martin's user avatar
0 votes
0 answers
44 views

I’ve noticed that GJS documentation uses DevDocs. I’m trying to understand the documentation pipeline for GJS: Does it read comments from the source code and generate documentation automatically? Do ...
Ethan Martin's user avatar
0 votes
0 answers
135 views

I am generating python API documentation using Sphinx and sphinx-apidoc with sphinx-rtd-theme The problem is: The page titles and ToC entries for modules/packages always show the full import path, e....
usan's user avatar
  • 179
0 votes
0 answers
32 views

Against ts_ls, the hover action on myModule above does not result in the documentation popping up. I've tried /** Here is a documentation comment! */ export * as myModule from './my-module'; I've ...
CherryMan's user avatar
1 vote
0 answers
83 views

Problem I’m using Docusaurus with Typesense and the docsearch-typesense-scraper to index my documentation site. Everything runs fine — the sitemap is found, and the scraper produces records. However, ...
Erwin's user avatar
  • 11
0 votes
0 answers
102 views

I’m building documentation for multiple products on a single Docusaurus 3 website. Each product has its own versions, and I want users to be able to select a product first, then optionally select a ...
20ECE008 Pavithra G's user avatar
2 votes
1 answer
92 views

I’m working with Swift and I’ve documented my class initializers using ///. However, when I create an object with let obj = MyClass(...), the documentation does not appear when I Option-Click the ...
Alex Navarro's user avatar

15 30 50 per page
1
2 3 4 5
313