pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2022-09-25 05:59 am
Entry tags:

Question thread #114

It's over two weeks past time again for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
kareila: Rosie the Riveter "We Can Do It!" with a DW swirl (dw)
[personal profile] kareila2022-09-02 09:38 am

Current Code Contributors: September 2022

Every once in a while, I run through [site community profile] changelog compiling a list of who has been contributing patches to our code repository, with the understanding that this is not a competition, or any sort of "high score" list. It's intended as a guide for casual developers, to discern not only our most prolific contributors, but also those who have contributed to the project most recently and therefore would be more likely to provide a timely, informed response to development questions. That is why the list is sorted by "Latest" instead of "Changes".

In general, one commit on Github equals one point in the "Changes" column, but fractional points are awarded for collaborative efforts — the most common example being a new S2 theme, where usually half credit is awarded to the theme author and the other half to the person who converts the theme into a code patch. Due to the nature of development, some changes are massive contributions of new code, and others are tiny tweaks; there is no correlation with the amount of effort involved. We are grateful to everyone who helps to improve Dreamwidth, in ways large or small.

I last compiled this list in July of 2020(!). Since that time, we have welcomed [github.com profile] rmholsen as a new contributor! Congratulations and thank you again!

  #  User                      Changes     Latest
  1. momijizukamori             326.16     Wed Aug 03 16:47:54 2022 UTC
  2. rmholsen                        1     Fri Jun 17 19:28:18 2022 UTC
  3. alierak                      45.5     Sat Mar 19 18:54:13 2022 UTC
  4. kareila                    1553.5     Sat Feb 26 03:18:41 2022 UTC
  5. mark                        728.5     Wed Feb 02 01:39:45 2022 UTC
  6. batrachian                     19     Mon Jan 17 19:44:30 2022 UTC
  7. martindemello                   4     Thu Aug 12 04:59:14 2021 UTC
  8. roadrunnertwice               416     Sun Feb 28 04:09:21 2021 UTC
  9. pinterface                     18     Sat Jul 11 03:07:04 2020 UTC
 10. alexwlchan                      5     Sun May 26 04:56:47 2019 UTC

 11. allen                          64     Mon Apr 29 17:10:26 2019 UTC
 12. srukle                         13     Wed Dec 19 03:35:50 2018 UTC
 13. darael                         10     Sun Dec 09 01:41:18 2018 UTC
 14. swaldman                       86     Sat Jul 21 04:13:07 2018 UTC
 15. kaberett                     56.5     Sun Jun 17 18:46:15 2018 UTC
 16. chrisboyle                     18     Sun Jun 17 18:11:05 2018 UTC
 17. pauamma                       150     Sat Jan 20 17:42:28 2018 UTC
 18. hotlevel4                      54     Mon Jan 01 23:33:48 2018 UTC
 19. josh-berry                      1     Mon May 08 04:40:55 2017 UTC
 20. nightflyer                      1     Wed Apr 19 19:53:30 2017 UTC
The rest of the list... (165 total) )
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2022-08-25 01:51 am
Entry tags:

Question thread #113

It's over two weeks past time again for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2022-07-09 06:23 pm
Entry tags:

Question thread #112

It's over two weeks past time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2022-05-22 06:50 pm
Entry tags:

Question thread #111

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
Entry tags:

Code Tour (2022-01-01 to 2022-05-07)

There was speculation about a code push, and that means it's code tour time! Most of these should be live with the next code push, and some of them (wording update ones) will already be live.

Issue 2627: Updating LJXMLRPC URL references to use HTTPS (pull request)
and
Issue 2900: Update Insanejournal URLs to use HTTPS
Category: importer, crossposter, sheeps should not be on fire
Patch by: [personal profile] batrachian
Description: [personal profile] batrachian says: makes importer and crossposter work for InsaneJournal again.
Azz adds: Previously, IJ wasn't using https, and we didn't expect https when importing or crossposting. Then they started using https, and the importer and the crossposter made noises of deep confusion and went off to pine for the fjords instead of importing or crossposting. Now they know what to do with https, and crossposting and importing to IJ can resume.

Issue 2853: Convert inbox to TT (pull request)
Category: back end with a few front end flourishes, BML Must Die!
Patch by: [github.com profile] momijizukamori
Description: Brad, in his dorm room, came up with a language for building webpages called BML, which translates to "Better Markup Language" if you asked him, and "Brad's Markup Language" if you asked anyone else. It was visionary ... for 1999. Since that time, some better tools for the same purpose have happened. Template Toolkit (TT) is one of those. So Momiji ripped out the BML and rebuilt the inbox page and fixed some form handling on the way. It should now play a little nicer with future upgrades, and it has CSS.

Issue 2899: Encoding issue in Icons API (pull request)
Category: WTF-8, API
Patch by: [github.com profile] momijizukamori, reported by [github.com profile] bcholmes
Description: If you noticed some weird characters when you retrieved your icons via the API, with garbled and incorrect characters instead of a single quote mark, this should fix the incorrect encoding.

Issue 2911: possible drag-and-drop breakage in /file/new (pull request)
Category: Un-confusing the browser
Patch by: [github.com profile] momijizukamori
Description: Momiji says: We had code that tried to detect if you were on a mobile device, and hide the drop target on the image upload page, because mobile OSes generally do not support drag-and-drop of files into another application. However, the main way to try to detect this is checking for support of touch APIs and 1) this is not all that reliable (which is common for feature detection) and 2) most desktop OSes now support touchscreens as well, which meant that the drop target wasn't showing up even on non-touchscreen devices in some browsers. So that detection went away - so you may see the drop target in some instances where you can't actually drag and drop files, but this is on the whole less annoying that not having it when you can.

Issue 2912: update copyright footer for 2022
Category: The Wheel of Time turns, and ages come and pass, leaving memories that become legend.
Update by: [github.com profile] zorkian
Description: It's no longer 2021, and the copyright footer now reflects that.

Issue 2913: Don't warn about unclosed <li> tags (pull request)
Category: YOU CAN'T TELL ME WHAT TO DO!
Patch by: [github.com profile] momijizukamori
Description: Momiji says: Did you know you don't have to close <li> tags in some circumstances under the HTML 4 and HTML 5 specs? I didn't! And neither did the HTML cleaner, which meant that the changes put in in #2885 to keep you from posting bad HTML would keep you from posting unclosed <li> tags, too. The cleaner is now aware of this and will no longer you stop you.

Issue 2918: remove error log method calls (pull request)
Category: backend
Patch by: [github.com profile] kareila
Description: [github.com profile] kareila says: Fixes some backend cleanup that was causing an obscure error to appear in some rare cases.

Issue 2919: Cache API keys for faster lookup (pull request)
Category: API, database go ZOOM!
Patch by: [github.com profile] momijizukamori
Description: Momiji says: A while ago, we added API keys! These have to be sent with every API request - right now, there's not a lot you can do with the API, so there isn't many of those, but in the future, this will hopefully increase. Right now, the server has to check the database every time to see if an API key is valid. Checking the database is expensive in terms of time and resources, so we ideally want to reduce the number of times that happens. This change makes the server cache successful key lookups, so if you make a bunch of API requests in a row, it will 'remember' the key after the first one and not have to check the database.

Issue 2922: FAQ44 slightly misleading
Category: Documentation, making things make sense
Update by: [github.com profile] rahaeli, reported by [github.com profile] pauamma
Description: The FAQ title didn't mention Dreamwidth-specific tags when it should have.

Issue 2924: Properly scope entry/icon page pagination (pull request)
Category: when the backend attacks the frontend, BML Must Die! and this is why
Patch by: [github.com profile] momijizukamori
Description: Momiji says: When we made the pagination in the updated site-styled journal entries look nice and fancy, we... accidentally make it look wonky everywhere else. Which is not a lot of places, and thus why nobody noticed, but we should fix it! This properly scopes the new pagination to only happen in the spots that use the new code.

Issue 2927: Fix issue where content-importer worker did not exit on error as intended (pull request)
and
Issue 2928: Fix another way content-importer workers can fail to exit (pull request)
Category: backend, importer, a small but ominous grinding noise
Patch by: [github.com profile] alierak
Description: If something goes terribly wrong with the process that's supposed to be working on someone's import, it should either gracefully (or gracelessly) exit. That is working better now.

Issue 2930: Clear "request" cache of db handles in imports (pull request)
Category: importer, MySQL moved your cheese
Patch by: [github.com profile] alierak
Description: You know how sometimes you get up from your chair to look at something and then you stand there for a while and then you go to sit back down and it turns out someone has moved it and you fall backwards and bang your tailbone? No? Okay, maybe that's only Mr. Horrible. Anyway, [github.com profile] alierak says long-running imports should no longer fail with a "MySQL server has gone away" error.

Issue 2935: membership setting choice in /communities/new not respected (pull request)
Category: community management, typo patrol, when the front end attacks!
Patch by: [github.com profile] alierak
Description: A typo caused the community creation process to ignore the setting for "by invitation only". This makes sure that newly created communities will have the correct settings.

Issue 2940: "credit fix" wording next to support answers
Category: Technical Support, frontend, making things make sense
Update by: [github.com profile] rahaeli, report by [github.com profile] pauamma
Description: This text was only ever visible to users who could approve answers to Support questions, but now the link to approve a specific answer has text that makes more sense.

Issue 2949: convert /manage/banusers to TT (pull request)
Category: backend, BML Must Die!
Patch by: [github.com profile] momijizukamori
Description: Momiji says: Part of the ongoing crusade eliminate BML from the codebase! One page down, many more to go...


17 total issues resolved

Contributors: [github.com profile] alierak, [github.com profile] kareila, [github.com profile] momijizukamori, [personal profile] batrachian, [github.com profile] rahaeli, [github.com profile] zorkian

Additional bug reporters: [github.com profile] bcholmes, [github.com profile] pauamma
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2022-04-19 02:13 am
Entry tags:

Question thread #110

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
ulrith: (Default)
[personal profile] ulrith2022-03-26 12:00 pm

Dreamwidth API docs?

Hi!

I've checked this page for Dreamwidth API docs:
https://wiki.dreamwidth.net/wiki/index.php/Dreamwidth_API

It contains a broken link to Livejournal site only.
It seems Livejournal has removed API docs from their site.
However, I've found it in the Internet Archive:
https://web.archive.org/web/20161227131504/http://www.livejournal.com/doc/server/ljp.csp.protocol.html

Maybe we can have nice API docs here on www.dreamwidth.org folks?
Do you have them somewhere on the server?
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2022-03-19 05:55 am

Question thread #109

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2022-02-18 12:21 am
Entry tags:

Question thread #108

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2022-01-18 04:16 am
Entry tags:

Question thread #107

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
kareila: Rosie the Riveter "We Can Do It!" with a DW swirl (dw)
[personal profile] kareila2021-12-31 09:40 pm
Entry tags:

NEW YEAR NEW CODE TOUR (2021/01/30 - 2021/12/31)

Most of these are live as of tonight, we think?

Issue 1118: Make the redirect from http -> https permanent
Category: HTTPS Everywhere v2, Cleaning house
Description: The sitewide change from HTTP to HTTPS has been permanent since, like, 2018, but we missed closing this issue from three years prior, reminding us to do it someday. Someday came, and went, and is now a fond memory.

Issue 1822: '0000-00-00' is no longer a valid default value for MySQL DATETIME fields as of Ubuntu 16.04 LTS
Category: Cleaning house, Appeasing the elder gods of open source
Description: This hasn't entirely been fixed yet for reals, but we opened #2856 for general discussion of this and other related problems on more recent versions of Ubuntu, so we're retiring this particular discussion thread.

Issue 2129: two minor issues with mod hat HTML (pull request) (nonfree pull request)
Category: Site beautification, Fancy hats
Patch by: [github.com profile] momijizukamori
Description: Some CSS tweaks to adjust the display of mod hats on comments that use them! This is the tiny icon that appears next to your username if you post a comment with the "Admin Post" tickybox checked under More Options.

Issue 2380: Typos in https://www.dreamwidth.org/manage/settings/?cat=shortcuts
Category: Cleaning house, Devs tpye gud
Description: This separately annoyed two people enough to open an issue, but it's only broken once, so the duplicate got closed. It can now be found in #2891 if anyone wants to actually do the thing!

Issue 2563: Advanced:Layers doesn't show the names of custom layers in the create theme drop down (pull request)
Category: Bug-squashing, Find the missing string
Patch by: [github.com profile] momijizukamori
Description: When the advanced style customization pages were converted away from BML, one of the dropdown menus couldn't figure out who moved its cheese. The cheese is now properly located.

Issue 2627: update AO3 user links to use HTTPS (pull request)
Category: Modernization, other sites use HTTPS too
Patch by: [github.com profile] woggy
Description: This updates the boilerplate code that generates userhead links for all non-DW sites to use HTTPS.

Issue 2817: move some functions from ljlib into an LJ::Utils module (pull request)
Category: Code tidying, Making devs' lives easier
Patch by: [github.com profile] martindemello
Description: The ljlib.pl file is the beating heart of the legacy LiveJournal code, and as such contains a ton of both absolutely vital site functions and poorly organized cruft. This moves some ljlib utility functions into a new, separate module named LJ::Utils.

Issue 2825: Icon browser: save some space on mobile, re-fix message body focus (pull request)
Category: Site beautification, Small screens deserve love too
Patch by: [github.com profile] nfagerlund
Description: Nick says: "Two small fixes for the icon browser. 1. Save a bit of space on mobile by stashing the display options behind a handy toggle button. 2. In comment forms, focus the message body after dismissing the icon browser."

Issue 2852: convert /support/see_request (pull request)
Category: Modernization, BML MUST DIE
Patch by: [github.com profile] kareila
Description: The code underlying the support/see_request page has now been converted to our more modern page format, but all the functionality should be the same.

Issue 2857: Admin rename override tools are busted
Category: Cleaning house, How do computers even work any way
Description: We thought we broke something, but we didn't. Nothing to see here.

Issue 2859: Reconcile icon select component with beta entry page (pull request)
Category: Bug-squashing, Enforcing consistency with an iron fist
Patch by: [github.com profile] nfagerlund
Description: Nick says: "Fixed a bug where the beta create entries page wasn't properly saving the icon you chose. We recently started handling the icon menu more consistently, and one place that used it still really wanted to do things differently."

Issue 2861: converted profile page breaks with >1000 subscriptions? (pull request)
Category: Bug-squashing, Template Toolkit is finicky
Patch by: [github.com profile] kareila
Description: An infinite loop with a vaguely defined exit condition was being terminated prematurely by the Template Toolkit interpreter, so we now use a very large finite loop instead.

Issue 2862: Fix non-integer comparison warning in icon components (pull request)
Category: Code tidying, Template Toolkit is finicky
Patch by: [github.com profile] nfagerlund
Description: Nick says: "Something internal didn't like the way some of our code was arranged, so it started complaining and annoying the devs. (It was still doing the correct thing for users, we think, but it didn't like it.)"

Issue 2863: Fixes for S2 pagination (pull request) (nonfree pull request)
Category: Site beautification, Modernization
Patch by: [github.com profile] momijizukamori
Description: Display fixes for pagination links in site views, which looked particularly wonky on pages converted to use the more modern display code.

Issue 2867: Keep gap after entry/comment content consistent (pull request)
Category: Site beautification, Enforcing consistency with an iron fist
Patch by: [github.com profile] nfagerlund
Description: Nick says: "Comments and entries that were written in Markdown had an extra little gap at the bottom when compared to content that was written in casual HTML. Now fixed in most places... but since this is a CSS thing and each journal style has its own CSS, some journal styles might still have the extra gap."

Issue 2868: Chrome (and Firefox) changed default Referrer-Policy, made login/out redirects glitchy (pull request)
Category: Modernization, How do computers even work any way
Patch by: [github.com profile] rshatch
Description: Ruth says: "When we switched to more modern site pages, we started using the HTTP Referer header to redirect users back to the page they were originally on when they made the login/logout request. Recent updates in both Chrome and Firefox have started placing restrictions on reading the Referer header, for security reasons, with the result that users weren't getting sent back to the page they had come from properly. After some back-and-forth, we decided the nicest solution was to explicitly set the return location (which, incidentally, is more or less what the older BML pages did)."

Issue 2871: Have /data/edges return an error if accessed without first logging in (pull request)
Category: Obscure backend voodoo, Papers Please
Patch by: [github.com profile] kareila
Description: This is a rarely used API endpoint with the potential to slow down the site for everyone if a badly behaved program accesses it repeatedly. To reduce the likelihood of abuse, only return the requested data if the user is logged in.

Issue 2872: run tidyall on master (pull request)
Category: Code tidying, Mark is developing in prod again
Patch by: [github.com profile] kareila
Description: Fix minor whitespace issues that cause the tidy CI tests to fail. Nothing here that affects users on the site.

Issue 2873: Add PR template explaining the CODE TOUR: line (pull request)
Category: Making devs' lives easier, Document your changes
Patch by: [github.com profile] nfagerlund
Description: Nick says: "Meta: encourage devs to leave hints for whoever writes the next code tour post! When devs submit code, they include a description of what they did... but it's intended for other developers on the same project, so it can often be opaque even to devs that work on other code. This just adds a reminder to also include a brief summary for non-devs in there." In other words, this adds helpful boilerplate text to the form that devs see when they submit a pull request on Github.

Issue 2874: remove paragraph tags from explanatory CSS comments (pull request)
Category: Bug-squashing, the CSS parser is finicky
Patch by: [github.com profile] kareila
Description: The fix from #2867 included some CSS comments that contained a paragraph tag, to explain the impact of the change. Unfortunately, our less-than-ideal CSS parser choked on rendering CSS that appeared to contain HTML tags. This rewrites the comments to avoid the problem.

Issue 2875: fix styleinfo_privs usage for varying argument types in different contexts (pull request)
Category: Bug-squashing, Obscure backend voodoo
Patch by: [github.com profile] kareila
Description: The /admin/styleinfo page was inaccessible due to a code glitch, which this fixes.

Issue 2877: cleanup from latest changes (pull request)
Category: Bug-squashing, Mark is developing in prod again
Patch by: [github.com profile] kareila
Description: Two small backend fixes. Nothing here that affects users on the site.

Issue 2878: Possible issues from antique modernizr (pull request)
Category: Bug-squashing, Modernization
Patch by: [github.com profile] nfagerlund
Description: Nick says: "Some Chrome users saw weird behavior with the interface for adding tags, in the beta "create entries" page -- the "x" button for removing a tag was replaced with a text label. This was because some browsers are now TOO MODERN for the javascript library we were using to test whether your browser was modern enough to show certain things." So we are now using a newer version of the library.

Issue 2879: Knock it off with the Foundation table styles (pull request)
Category: Site beautification, Modernization
Patch by: [github.com profile] nfagerlund
Description: Nick says: "The new site skins were adding too much style juice to tables in entries and comments. (Messing with font/background colors, adding unexpected amounts of padding, etc.) Now they're not. Hopefully."

Issue 2881: Fix some random invalid CSS (pull request)
Category: Code tidying, Making devs' lives easier
Patch by: [github.com profile] nfagerlund
Description: Nick says: "Some very old CSS files had invalid junk code left in them." Referring to other files that don't actually exist is not generally helpful.

Issue 2885: Add errors for bad markup to beta create page (pull request)
Category: NEW FEATURES, Know before you post
Patch by: [github.com profile] momijizukamori
Description: Momiji says: "Previously, if you had bad markup in an entry, you wouldn't find out until after you had already posted the entry and said bad markup was potentially on display for the world to see. Now the beta create page will give you the error before the post is saved, so you can preemptively fix it (note: this doesn't catch all bad markup - but it gets the most common cases)."

Issue 2908: Search by multiple interests no longer works
Category: Cleaning house, How do computers even work any way
Description: We thought we broke something, but we didn't. Nothing to see here.


27 total issues resolved
Contributors: [github.com profile] kareila, [github.com profile] martindemello, [github.com profile] momijizukamori, [github.com profile] nfagerlund, [github.com profile] rshatch, [github.com profile] woggy
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2021-12-15 05:26 pm
Entry tags:

Question thread #106

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
Entry tags:

(no subject)

Hi, there. I'm looking at doing a scratch installation on a VPS and discovering that the recommended OS for the Dreamwidth base code has reached EOL and is no longer supported. In fact, I'm having trouble finding anywhere that will let you deploy a machine with 16.04.

My question is, are there any plans to upgrade the source code to run on later versions of Ubuntu? Alternately, has anyone successfully deployed a scratch installation on 18.04 or later? What sort of issues did you run into? Thanks in advance!
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2021-11-16 08:32 pm
Entry tags:

Question thread #105

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2021-10-15 12:01 pm
Entry tags:

Question thread #104

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2021-09-15 08:01 pm
Entry tags:

Question thread #103

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2021-08-15 12:09 am
Entry tags:

Question thread #102

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2021-07-14 06:14 pm
Entry tags:

Question thread #101

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)
[personal profile] pauamma2021-06-14 12:43 pm
Entry tags:

Question thread #100

It's time for another question thread!

The rules:

- You may ask any dev-related question you have in a comment. (It doesn't even need to be about Dreamwidth, although if it involves a language/library/framework/database Dreamwidth doesn't use, you will probably get answers pointing that out and suggesting a better place to ask.)
- You may also answer any question, using the guidelines given in To Answer, Or Not To Answer and in this comment thread.