Re: [openstreetmap/openstreetmap-website] Restrict version of dry-schema for ruby 3.1.2 compatibility (PR #5483)

2025-01-08 Thread Andy Allan via rails-dev
@gravitystorm pushed 1 commit. 14b33b9433244c34b8809fcbe6528a077b1709ad Restrict version of dry-schema for ruby 3.1.2 compatibility -- View it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5483/files/818d942ac60c9be99bf5693af8a17d49e39932c8..14b33b9433244c34b8809fcbe65

Re: [openstreetmap/openstreetmap-website] Use resourceful routes for terms view/accept/decline (PR #5462)

2025-01-08 Thread Andy Allan via rails-dev
Merged, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5462#issuecomment-2578473041 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev

Re: [openstreetmap/openstreetmap-website] Use resourceful routes for terms view/accept/decline (PR #5462)

2025-01-08 Thread Andy Allan via rails-dev
Merged #5462 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5462#event-15858772960 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: HSM Audit Problem

2025-01-08 Thread Allan Staller
Classification: Confidential If it is not particularly important to recover the data, the FIXCDS command can be used to delete the "bad" records'. Check the fine manuals. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jack Zukt Sent: Wednesday, January 8, 2025 10:

[openstreetmap/openstreetmap-website] Update documentation to avoid erb_lint deprecations (PR #5486)

2025-01-08 Thread Andy Allan via rails-dev
I didn't spot this in #5357 You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5486 -- Commit Summary -- * Update documentation to avoid erb_lint deprecations -- File Changes -- M CONTRIBUTING.md (2) -- Patch Li

Re: [openstreetmap/openstreetmap-website] Make preferences page editable without clicking 'Edit Preferences' (PR #5449)

2025-01-08 Thread Andy Allan via rails-dev
> Does anyone need the `#show` page? No, I guess not. I've done a small amount of research into this, to see what other similar applications do - just to see if there's any conventions. Github, Mastodon and Discourse all show forms and don't appear to have a show/edit split. Mastodon has its s

Re: [openstreetmap/openstreetmap-website] dry-schema update exposes bug in debian/bookworm version of ruby 3.1 (Issue #5482)

2025-01-08 Thread Andy Allan via rails-dev
> Because the main tests are using Ubuntu, "github-flavoured-ubuntu", i.e. they don't use the ubuntu ruby distribution packages anyway. That's why we can use a matrix of ruby versions in CI. So they are using 3.1.latest on both Ubuntu 22.04 and 24.04. > Unfortunately the ruby lifecycle and the

Re: [openstreetmap/openstreetmap-website] Restrict version of dry-schema for ruby 3.1.2 compatibility (PR #5483)

2025-01-08 Thread Andy Allan via rails-dev
> Why has this downgraded us all the way to `1.13.0` when we were on `1.13.4` > before I updated yesterday? Sorry, that's my mistake, related to the order I was testing things locally. I've pushed an updated version. -- Reply to this email directly or view it on GitHub: https://github.com/open

Re: [openstreetmap/openstreetmap-website] Use resourceful routes for terms view/accept/decline (PR #5462)

2025-01-08 Thread Andy Allan via rails-dev
@gravitystorm requested changes on this pull request. Looks good to me, one small change in the tests. I also appreciate the tests are slightly refactored, and this is an improvement. > @@ -25,12 +25,12 @@ def test_terms_presented_at_login assert_template "sessions/new" post "/login",

Re: [openstreetmap/openstreetmap-website] Show diary entry after creation (PR #5484)

2025-01-08 Thread Andy Allan via rails-dev
@gravitystorm commented on this pull request. > +assert_redirected_to diary_entry_path(user, user.diary_entries.last) entry = DiaryEntry.last Yes, I thought that too. I could refactor that as part of this PR, or separately. Which would you prefer? (and do you have any preferences for

Re: [openstreetmap/openstreetmap-website] Make preferences page editable without clicking 'Edit Preferences' (PR #5449)

2025-01-08 Thread Andy Allan via rails-dev
One option would be to keep the `#show` and `#edit` pages as they are now, but to link directly to the `#edit` page from the menu. That way, if the user presses refresh after a failed update, they will see the `#show` page. -- Reply to this email directly or view it on GitHub: https://github.c

[openstreetmap/openstreetmap-website] Show diary entry after creation (PR #5484)

2025-01-08 Thread Andy Allan via rails-dev
This allows users to review their post and use the social share buttons more easily. Refs #1391 You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/5484 -- Commit Summary -- * Show diary entry after creation -- File

Re: [openstreetmap/openstreetmap-website] dry-schema update exposes bug in debian/bookworm version of ruby 3.1 (Issue #5482)

2025-01-08 Thread Andy Allan via rails-dev
I've made a PR which will resolve the immediate problem. A better fix would be for debian to add the bugfix to their ruby version. Does anyone know if debian ruby packagers are responsive to these kind of bug reports? I'm surprised that they don't incorporate the patch versions automatically (t

[openstreetmap/openstreetmap-website] Restrict version of dry-schema for ruby 3.1.2 compatibility (PR #5483)

2025-01-08 Thread Andy Allan via rails-dev
https://bugs.ruby-lang.org/issues/18673 affects some methods using anonymous blocks, and was fixed in ruby 3.1.3. However, debian/bookworm ruby 3.1 package is based on 3.1.2 and does not yet contain this fix. Since bookworm is used in our Docker build, and also used in production by OSMF, then

Re: [openstreetmap/openstreetmap-website] dry-schema update exposes bug in debian/bookworm version of ruby 3.1 (Issue #5482)

2025-01-08 Thread Andy Allan via rails-dev
Almost certainly this commit in dry-schema is the trigger: https://github.com/dry-rb/dry-schema/commit/e1a940f78695668eff3109c42ceec6cca7c89355 -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5482#issuecomment-2577983658 You are

[openstreetmap/openstreetmap-website] dry-schema update exposes bug in debian/bookworm version of ruby 3.1 (Issue #5482)

2025-01-08 Thread Andy Allan via rails-dev
In https://github.com/openstreetmap/openstreetmap-website/commit/045f0ac1bec2797b1e8f743d88d1a58687af24c7 we updated dry-schema from 1.13.4 to 1.14.0. We're now getting build failures with the message: ``` SyntaxError: /var/lib/gems/3.1.0/gems/dry-schema-1.14.0/lib/dry/schema/dsl.rb:185: no a

Re: [openstreetmap/openstreetmap-website] Update bundle (045f0ac)

2025-01-08 Thread Andy Allan via rails-dev
I think so - I'm currently trying to narrow down which gem is causing this. dry-schema is the most likely culprit at the moment. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/commit/045f0ac1bec2797b1e8f743d88d1a58687af24c7#commitcomm

Re: [openstreetmap/openstreetmap-website] Trackpad zooming: too fast (Issue #5481)

2025-01-08 Thread Andy Allan via rails-dev
Closed #5481 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5481#event-15851750135 You are receiving this because you are subscribed to this thread. Message ID: ___ rai

Re: [openstreetmap/openstreetmap-website] Trackpad zooming: too fast (Issue #5481)

2025-01-08 Thread Andy Allan via rails-dev
As @HolgerJeromin says, the speed of zoom is controlled by Leaflet, so it's not something we are going to fix here. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5481#issuecomment-2577331021 You are receiving this because you

[Git][pacman/pacman][master] pacman.conf.5: replace {sysconfdir} with /etc in code block

2025-01-07 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: ae603e35 by Allan McRae at 2025-01-08T14:25:09+10:00 pacman.conf.5: replace {sysconfdir} with /etc in code block Variable replacements are not performed on code blocks leaving the example Include usage with '{sysconfdir}/pac

[Git][pacman/pacman][master] Remove executable permissions from source file

2025-01-07 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: 4908eed5 by Allan McRae at 2025-01-08T03:08:18+00:00 Remove executable permissions from source file Signed-off-by: Allan McRae - - - - - 1 changed file: - scripts/libmakepkg/lint_config/source_date_epoch.sh.in View it on

[Git][pacman/pacman][master] 2 commits: lint_config: ensure NPROC is set to something usable

2025-01-07 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: cc87999d by Allan McRae at 2025-01-08T03:06:37+00:00 lint_config: ensure NPROC is set to something usable We use NPROC for managing the number of parallel jobs to run, so it is essentially that this is a valid number. Add a lint

Bug#1092342: firmware-iwlwifi: please backport firmware-iwlwifi_20241210-1_all.deb

2025-01-07 Thread allan grossman
Package: firmware-iwlwifi Version: 20241210-1 Severity: important X-Debbugs-Cc: wizard10...@gmail.com Please note that this is a problem reported on forums.debian.net and not with my install. See https://forums.debian.net/viewtopic.php?t=161471 firmware-iwlwifi_20240709-2~bpo12+1_all.deb does

Bug#1092342: firmware-iwlwifi: please backport firmware-iwlwifi_20241210-1_all.deb

2025-01-07 Thread allan grossman
Package: firmware-iwlwifi Version: 20241210-1 Severity: important X-Debbugs-Cc: wizard10...@gmail.com Please note that this is a problem reported on forums.debian.net and not with my install. See https://forums.debian.net/viewtopic.php?t=161471 firmware-iwlwifi_20240709-2~bpo12+1_all.deb does

Re: DFHSM strange behaviour

2025-01-06 Thread Allan Staller
Classification: Confidential The name is "fixed" by the ARCCMD00 parameters. These datasets can be managed as non-sms. You need to pre-allocate these datasets prior to use. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Peter Sent: Monday, December 23, 2024 5:48 AM

Re: Get access to the $HCT in JES2

2025-01-06 Thread Allan Staller
Classification: Confidential Does the SAPI interface not provide that information? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Brian Westerman Sent: Sunday, December 22, 2024 12:56 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Get access to the $HCT in JES2 [CAUTION:

[Git][pacman/pacman][master] doc/BUILDINFO: Fix description of arrays

2025-01-03 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: 425ff046 by Johan Förberg at 2025-01-03T16:12:30+01:00 doc/BUILDINFO: Fix description of arrays Signed-off-by: Johan Förberg - - - - - 1 changed file: - doc/BUILDINFO.5.asciidoc View it on GitLab: https

Re: [sane-devel] Webcam-like book scanners

2024-12-31 Thread m. allan noah
ne time. I expect these kind of scanners might be better off with a standalone program. allan On Fri, Dec 27, 2024 at 7:59 AM David Legg wrote: > Just to add to what Torfinn mentioned elsewhere in this thread: - > > I use a CZUR ET16 Plus to scan things like pamphlets and Xmas cards > etc

Re: [sane-devel] Do you maintain a list of scanners that works with the ARM processor?

2024-12-31 Thread m. allan noah
There is nothing special about SANE on ARM. Every scanner we support should work on every platform we support, unless there is a bug preventing it. You probably bought an unsupported scanner, not one that just does not work on ARM. allan On Tue, Dec 31, 2024 at 7:07 AM Matt Timpson via sane

[Git][pacman/pacman][master] 4 commits: libmakepkg: strip - add "safe_" prefix to stripping functions

2024-12-28 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: 0c136ecc by Allan McRae at 2024-12-28T13:54:27+00:00 libmakepkg: strip - add "safe_" prefix to stripping functions Add a "safe_" prefix to strip_file() and strip_lto() to indicate that these functions are t

Re: How to parallelization

2024-12-23 Thread Allan Streib
If you need a "guarantee" to be able to process X bytes/second I think you need a real-time OS not a general purpose one.

[Git][pacman/pacman][master] libmakepkg: improve validity checking of arch array

2024-12-21 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: 5e2a763e by Allan McRae at 2024-12-20T14:21:32+10:00 libmakepkg: improve validity checking of arch array Only a subset of checks were being performed on the overridden arch arrays in package functions. Refactor checking such that

Re: VirtualBox no longer working? Loads but gets error message.

2024-12-21 Thread Allan via users
På Fri, 20 Dec 2024 19:25:46 +1000 "Michael D. Setzer II via users" skrev: > On 19 Dec 2024 at 23:50, Samuel Sieb wrote: > > Date sent:Thu, 19 Dec 2024 23:50:29 -0800 > Subject: Re: VirtualBox no longer working? Loads but > gets error message. > To: user

Re: [openstreetmap/openstreetmap-website] Bump allowed ECMAScript version to 2022 (ES13) (PR #5421)

2024-12-19 Thread Andy Allan via rails-dev
Does the OSMF have any stats about what percentage of visitors to the website this would affect? I'm assuming that there's going to a be a proportion of people using browsers that don't support ECMAScript 2022 since that's only a couple of years old. My guess would include older Android device

Re: DFHSM error

2024-12-19 Thread Allan Staller
hing email, which can steal your Information and compromise your Computer.] Basically the volume ZZP120 has to checked ? They are Sms managed On Thu, 19 Dec 2024, 18:13 Allan Staller, < 0632b4c7ca99-dmarc-requ...@listserv.ua.edu> wrote: > Classification: Confidential > > The

Re: DFHSM error

2024-12-19 Thread Allan Staller
Classification: Confidential The error message from the OP is a simple b37-04. No vtoc issues indicated. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Matt Hogstrom Sent: Thursday, December 19, 2024 8:11 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: DFHSM error [C

Re: DFHSM error

2024-12-19 Thread Allan Staller
a Phishing email, which can steal your Information and compromise your Computer.] The BCDS ? On Thu, 19 Dec 2024, 17:51 Allan Staller, < 0632b4c7ca99-dmarc-requ...@listserv.ua.edu> wrote: > Classification: Confidential > > You need to allocate larger dfhsm

Re: DFHSM error

2024-12-19 Thread Allan Staller
Classification: Confidential You need to allocate larger dfhsm backup datasets. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Peter Sent: Wednesday, December 18, 2024 10:09 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: DFHSM error [CAUTION: This Email is from outside t

Re: [openstreetmap/openstreetmap-website] Refactor render_social_share_buttons helper (Issue #5415)

2024-12-19 Thread Andy Allan via rails-dev
Fixed by #5417 > We have enough unused code in helpers. Yes, there's lots of other code to fix too, of course. We can work through each thing you mention individually. > I wish i was active at the time issue was raised to do it instead. No worries, there's plenty more work for everyone! --

Re: [openstreetmap/openstreetmap-website] Refactor render_social_share_buttons helper (Issue #5415)

2024-12-19 Thread Andy Allan via rails-dev
Closed #5415 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5415#event-15715319200 You are receiving this because you are subscribed to this thread. Message ID: ___ rai

Re: [openstreetmap/openstreetmap-website] Refactor social sharing helper (PR #5417)

2024-12-19 Thread Andy Allan via rails-dev
Merged #5417 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5417#event-15715288240 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Refactor social sharing helper (PR #5417)

2024-12-19 Thread Andy Allan via rails-dev
Thanks for the refactoring! -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5417#issuecomment-2553357017 You are receiving this because you are subscribed to this thread. Message ID: __

[jenkinsci/support-core-plugin] 5060f4: [chore] Add more stop words

2024-12-18 Thread &#x27;Allan Burdajewicz' via Jenkins Commits
: abefe9d56755a35041c8a6bf55b482a7b19bb93c https://github.com/jenkinsci/support-core-plugin/commit/abefe9d56755a35041c8a6bf55b482a7b19bb93c Author: Allan Burdajewicz Date: 2024-12-19 (Thu, 19 Dec 2024) Changed paths: M src/main/resources/com/cloudbees/jenkins/support/SupportAction

Re: [openstreetmap/openstreetmap-website] Add 'canEmbed' layer option (PR #5388)

2024-12-18 Thread Andy Allan via rails-dev
Merged #5388 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5388#event-15705677103 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Add 'canEmbed' layer option (PR #5388)

2024-12-18 Thread Andy Allan via rails-dev
Merged, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5388#issuecomment-2551713385 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev

[openstreetmap/openstreetmap-website] Refactor render_social_share_buttons helper (Issue #5415)

2024-12-18 Thread Andy Allan via rails-dev
The implementation of render_social_share_buttons can be refactored in a number of ways: * `html_safe` **must not be used**. It does not convert strings to a safe representation, it is an assertion that the string is always safe given every possible input. This method is probably too complex fo

[openstreetmap/openstreetmap-website] Alternatives to popup windows for social sharing (Issue #5414)

2024-12-18 Thread Andy Allan via rails-dev
I think that using a popup window for the social sharing functionality isn't a great user experience, but I would like to have a more detailed discussion about the pros and cons. In my mind, either one of these would be preferable: * Links open in a new tab, or * Use a [bootstrap modal dialog](

Re: [openstreetmap/openstreetmap-website] Convert social share helper library into a real helper (PR #5413)

2024-12-18 Thread Andy Allan via rails-dev
Merged #5413 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5413#event-15704922466 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Dark mode preference not respected after OAuth expiry (Issue #5407)

2024-12-18 Thread Andy Allan via rails-dev
I think this is unrelated to OAuth. I belive it's another way of asking for non-db preferences, so I'm closing this in favour of #5324 -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5407#issuecomment-2551569005 You are receivi

Re: [openstreetmap/openstreetmap-website] Add Bluesky to social sharing buttons (PR #5411)

2024-12-18 Thread Andy Allan via rails-dev
Merged, thanks -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5411#issuecomment-2551565358 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev m

Re: [openstreetmap/openstreetmap-website] Convert social share helper library into a real helper (PR #5413)

2024-12-18 Thread Andy Allan via rails-dev
Merged, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5413#issuecomment-2551593371 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev

Re: [openstreetmap/openstreetmap-website] Pass correct URL to Facebook sharing (PR #5412)

2024-12-18 Thread Andy Allan via rails-dev
Merged thanks. Feels to me like some tests are missing from the original PR, which might have caught this. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5412#issuecomment-2551563781 You are receiving this because you are subscri

Re: [openstreetmap/openstreetmap-website] Add 'canEmbed' layer option (PR #5388)

2024-12-18 Thread Andy Allan via rails-dev
This seems reasonable to me, but it's marked as a draft. Is there something else that needs working on first, or is it just the merge conflicts now? -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5388#issuecomment-2551501150 You

Re: [openstreetmap/openstreetmap-website] Add Bluesky to social sharing buttons (PR #5411)

2024-12-18 Thread Andy Allan via rails-dev
Merged #5411 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5411#event-15704766492 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Pass correct URL to Facebook sharing (PR #5412)

2024-12-18 Thread Andy Allan via rails-dev
Merged #5412 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5412#event-15704748998 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Add social sharing functionality (PR #4985)

2024-12-18 Thread Andy Allan via rails-dev
> anonymous users I think you mean users who are not logged in - "anonymous users" is the term we use for accounts with `user.data_public == false`. They are quite rare now since [they haven't been permitted for a long time](https://wiki.openstreetmap.org/wiki/Anonymous_edits). As for preferen

Re: [openstreetmap/openstreetmap-website] Dark mode preference not respected after OAuth expiry (Issue #5407)

2024-12-18 Thread Andy Allan via rails-dev
Closed #5407 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5407#event-15704788689 You are receiving this because you are subscribed to this thread. Message ID: ___ rai

Re: [openstreetmap/openstreetmap-website] Use map tiles dark mode without leaflet-osm plugin (PR #5397)

2024-12-18 Thread Andy Allan via rails-dev
@gravitystorm requested changes on this pull request. I'm very happy to see this work, thanks @hlfan! The code looks fine to me, but I'm not a javascript expert so maybe there are better ways to write parts. Two other changes requested: * Please rework your commits (e.g. using `git rebase -i`)

[Git][pacman/pacman][master] makepkg.conf.5: fix typo

2024-12-17 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: 62d31921 by Diego Viola at 2024-12-18T05:24:40+00:00 makepkg.conf.5: fix typo - - - - - 1 changed file: - doc/makepkg.conf.5.asciidoc View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/commit

Re: [openstreetmap/openstreetmap-website] Add user profile heatmap visualization for contributions (PR #5402)

2024-12-17 Thread Andy Allan via rails-dev
> What's the source(s) of all the javascript in `vendor/`? OK, I found the answer for the cal-heatmap part of the code, which is available as an npm module. In which case, using package.json will allow us to upgrade to new versions automatically, and would be the preferred option. -- Reply to

Re: [openstreetmap/openstreetmap-website] Add user profile heatmap visualization for contributions (PR #5402)

2024-12-17 Thread Andy Allan via rails-dev
What's the source(s) of all the javascript in `vendor/`? I would expect to see `Vendorfile` updated, or preferably if these are sourced from e.g. node modules, then they should be included in package.json and added using the assets pipeline. If any of these are source files, i.e. written just fo

Re: [clamav-users] Uninstalling clamAV on macOS

2024-12-17 Thread Mark Allan via clamav-users
I've just inspected the installer pkg itself and can confirm that the only items installed are under /usr/local/clamav There are no postflight/preflight scripts that install any extras or do anything else. The receipt under /Library/Receipts is just so macOS knows what was installed and when,

Re: [openstreetmap/openstreetmap-website] OAuth2 login flow returns error 500 (Issue #5400)

2024-12-17 Thread Andy Allan via rails-dev
Closed #5400 as completed via #5406. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5400#event-15683867907 You are receiving this because you are subscribed to this thread. Message ID: _

Re: [openstreetmap/openstreetmap-website] Check if db is writable on oauth authorization pages (PR #5406)

2024-12-17 Thread Andy Allan via rails-dev
Merged, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5406#issuecomment-2548108284 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev

Re: [openstreetmap/openstreetmap-website] Check if db is writable on oauth authorization pages (PR #5406)

2024-12-17 Thread Andy Allan via rails-dev
Merged #5406 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5406#event-15683867603 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] OAuth2 login flow returns error 500 (Issue #5400)

2024-12-17 Thread Andy Allan via rails-dev
I should clarify here that this issue is "fixed" in that #5406 means the site now won't return a 500 error for the OAuth login flow. The read-only status on www.osm.org is still ongoing, and is a matter for the OSMF OWG. -- Reply to this email directly or view it on GitHub: https://github.com/

Re: [openstreetmap/openstreetmap-website] Authenticating the maps desktop app fails (Issue #5409)

2024-12-17 Thread Andy Allan via rails-dev
Closed #5409 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5409#event-15683850135 You are receiving this because you are subscribed to this thread. Message ID: ___ r

Re: [Interest] Make a specific Unicode glyph wider in a QTextLayout

2024-12-15 Thread Allan Sandfeld Jensen
On Sunday 15 December 2024 18:07:46 Central European Standard Time Wang Gary wrote: > Hi again, > > > > > Replace the non-visible character in the model with a visible one in > > > > the > > > > view? > > > > > > Well, there are some reasons that I personally would like to avoid > > > that. Firs

Re: [Interest] Make a specific Unicode glyph wider in a QTextLayout

2024-12-15 Thread Allan Sandfeld Jensen
ion wasn't to replace them in the model, but to replace them in the view. Best regards Allan ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Make a specific Unicode glyph wider in a QTextLayout

2024-12-15 Thread Allan Sandfeld Jensen
intable characters, like zero-width space, CR LF and so-on. > > So the question is, what's the proper approach to implement such a feature > using Qt's public API? Do the mentioned two approaches sound right? > Replace the non-visible character in the

[Qgis-user] Zero pixels within a Shp

2024-12-14 Thread Allan López via QGIS-User
morphotectonic gradients extracted from the river network becomes crazy Best Regards & enjoy the Christmas season Allan López ___ QGIS-User mailing list QGIS-User@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: h

Re: Anybody with experience with CICS Sockets or CICS Sockets Domain?

2024-12-13 Thread Allan Staller
Classification: Confidential CICS Web Services? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Laurence Chiu Sent: Thursday, December 12, 2024 8:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Anybody with experience with CICS Sockets or CICS Sockets Domain? [CAUTI

Re: [openstreetmap/openstreetmap-website] Dark Mode for maps (Issue #5328)

2024-12-12 Thread Andy Allan via rails-dev
> The next question is why? I think I've answered this multiple times already. The cartographers should be in charge of what should be shown for their maps in each desired mode. We should not apply any filters unless the cartographers have asked for them. That's "why". > But of course the nega

Re: [openstreetmap/openstreetmap-website] Dark Mode for maps (Issue #5328)

2024-12-12 Thread Andy Allan via rails-dev
> @gravitystorm Are you against setting map mode to light by default for now? I'm not quite sure what you mean here. I'm against changing any default preferences (they should remain `auto` by default), if that's what you are asking. Here's two tables that might help. The first shows how the "de

[Git][pacman/pacman][master] makepkg.conf: add NPROC configuration value

2024-12-12 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: 3e557af7 by Allan McRae at 2024-12-12T13:31:36+00:00 makepkg.conf: add NPROC configuration value Useful for controlling (future) parallel jobs within makepkg. Signed-off-by: Allan McRae - - - - - 3 changed files: - doc

[Git][pacman/pacman][master] libmakepkg: remove python hashseed handling

2024-12-12 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: fa7a9f74 by Allan McRae at 2024-12-12T13:28:55+00:00 libmakepkg: remove python hashseed handling The decision to set the PYTHONHASHSEED variable and its value is outside the domain of makepkg and should be handled by a

[Git][pacman/pacman][master] makepkg: move SOURCE_DATE_EPOCH handling to libmakepkg

2024-12-12 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: 870eae26 by Allan McRae at 2024-12-12T13:27:28+00:00 makepkg: move SOURCE_DATE_EPOCH handling to libmakepkg Signed-off-by: Allan McRae - - - - - 3 changed files: - scripts/libmakepkg/reproducible/meson.build - + scripts

[Git][pacman/pacman][master] fix: make dependency cycle a debug message

2024-12-12 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: cb940620 by Integral at 2024-12-10T21:10:35+08:00 fix: make dependency cycle a debug message - - - - - 3 changed files: - lib/libalpm/deps.c - test/pacman/tests/dependency-cycle-fixed-by-upgrade.py - test/pacman/tests/sync012

Re: [openstreetmap/openstreetmap-website] Use transport-dark tiles for Transport map in dark mode (Issue #5395)

2024-12-12 Thread Andy Allan via rails-dev
> Should the OpenCycleMap layer stay dimmed with reduced contrast as it > currently is or should another filter (if any) be chosen to optimize the map > for dark mode? I'd prefer to see the OpenCycleMap layer displayed normally in dark mode (i.e. with no filter) for now. I think either we will

Re: [openstreetmap/openstreetmap-website] Dark Mode for maps (Issue #5328)

2024-12-12 Thread Andy Allan via rails-dev
> So we're moving from _let's have the map dark in some unspecified manner_ to > _let's have the map not dark but still call it dark_ (by default when the > browser reports dark color scheme preference). That's probably not what you > want. I want to see all filters removed from all map layers,

Re: [openstreetmap/openstreetmap-website] Color mode preference (PR #5337)

2024-12-11 Thread Andy Allan via rails-dev
Closing this, since it was an alternative to #5339 / #5362 which is now merged. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5337#issuecomment-2536634839 You are receiving this because you are subscribed to this thread. Message

Re: [openstreetmap/openstreetmap-website] Color mode preference (PR #5337)

2024-12-11 Thread Andy Allan via rails-dev
Closed #5337. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5337#event-15622212025 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-dev mailing

[openstreetmap/openstreetmap-website] Use transport-dark tiles for Transport map in dark mode (Issue #5395)

2024-12-11 Thread Andy Allan via rails-dev
See #5328 for background. As the cartographer for the `transport` featured layer, I would like this project to use the `transport-dark` variant when our maps are shown in dark mode. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/iss

Re: [openstreetmap/openstreetmap-website] Dark Mode for maps (Issue #5328)

2024-12-11 Thread Andy Allan via rails-dev
Some people are asking why this is taking a long time to fix, but from my own side unfortunately personal circumstances have had a large part to play. Thank you to everyone for you patience. I haven't seen any substantial counter-proposal to my "option 4c" suggestion ("Cartographers choose") ea

Re: [openstreetmap/openstreetmap-website] Map color mode preference (PR #5362)

2024-12-11 Thread Andy Allan via rails-dev
Thanks @AntonKhorev , I think this works well. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5362#issuecomment-2536543710 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: [openstreetmap/openstreetmap-website] Color mode preference stored in db (PR #5339)

2024-12-11 Thread Andy Allan via rails-dev
Merged #5339 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5339#event-15621756654 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Map color mode preference (PR #5362)

2024-12-11 Thread Andy Allan via rails-dev
Merged #5362 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5362#event-15621756178 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: SMP/E maintenance best practice for z/OS

2024-12-11 Thread Allan Staller
Classification: Confidential " ACCEPT after about a year of a stable z/OS" I usually run an accept just prior the next apply cycle. Presumably by that time I have a stable environment (FSVO stable). -Original Message- From: IBM Mainframe Discussion List On Behalf Of David Purdy Sent:

Re: [openstreetmap/openstreetmap-website] Resourceful routes for traces API (PR #5390)

2024-12-11 Thread Andy Allan via rails-dev
Merged #5390 into master. -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5390#event-15619240864 You are receiving this because you are subscribed to this thread. Message ID: ___ rails-

Re: [openstreetmap/openstreetmap-website] Resourceful routes for traces API (PR #5390)

2024-12-11 Thread Andy Allan via rails-dev
Looks good to me, thanks! -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/5390#issuecomment-2536078545 You are receiving this because you are subscribed to this thread. Message ID: ___

Re: SMPE and auditors

2024-12-11 Thread Allan Staller
Classification: Confidential As I said yesterday, and auditor that can spell S-M-P-E is a rarity. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Joel Ewing Sent: Tuesday, December 10, 2024 6:17 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SMPE and auditors [CAUTION

Re: [openstreetmap/openstreetmap-website] Hover effect is different in buttons (Issue #5367)

2024-12-11 Thread Andy Allan via rails-dev
@JoeCelaster Please see [our Contributing Guide](https://github.com/openstreetmap/openstreetmap-website/blob/master/CONTRIBUTING.md#assigning-issues) section "Assigning Issues". -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/issues/5

Re: SMPE and auditors

2024-12-10 Thread Allan Staller
Classification: Confidential That is a rather amazing thing. That an auditor can even spell s-m-p-e -Original Message- From: IBM Mainframe Discussion List On Behalf Of Phil Smith III Sent: Tuesday, December 10, 2024 11:21 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SMPE and auditors

Formulating SQL queries via Retrieval Augmented Generation (RAG).

2024-12-10 Thread Allan Kamau
ist, }); Any pointers are welcome. -Allan

[Git][pacman/pacman][master] refactor: use c99 struct initializers to enhance readability

2024-12-10 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: dd55afad by Integral at 2024-12-10T10:18:40+00:00 refactor: use c99 struct initializers to enhance readability - - - - - 3 changed files: - lib/libalpm/dload.c - lib/libalpm/util.c - src/pacman/sighandler.c View it on GitLab

[Git][pacman/pacman][master] 2 commits: Do not identify the public key algorithm

2024-12-10 Thread Allan McRae (@allan)
Allan McRae pushed to branch master at Pacman / Pacman Commits: 95a7d416 by Allan McRae at 2024-12-07T22:07:29+10:00 Do not identify the public key algorithm When the import key message was pushed to the pacman frontend, we no longer displayed the length or algorithm used for the key

Re: ISPF Edit - how to switch off CAPS ON

2024-12-09 Thread Allan Staller
Classification: Confidential FWIW, I had access to a 029 keypunch into the late 80's. Didn't use it myself, but I had access... -Original Message- From: IBM Mainframe Discussion List On Behalf Of billogden Sent: Saturday, December 7, 2024 10:21 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

[R-sig-eco] Analyzing iso-genic lines with different chromosomes on common genetic background

2024-12-08 Thread Allan Edelsparre
generally works. However, I am thinking this is a messy approach and I am not sure I am achieving the idea of using the reference lines as benchmarks for phenotype scores. Any thoughts and ideas are most welcome. Thanks in advance Allan Edelsparre [[alternative HTML version deleted

[jenkinsci/git-plugin] 7a4955: [JENKINS-73677] Reapply: Decorate GitClient after ...

2024-12-02 Thread &#x27;Allan Burdajewicz' via Jenkins Commits
Branch: refs/heads/master Home: https://github.com/jenkinsci/git-plugin Commit: 7a4955e762880dd1b2770fa0cb9f521263f186e4 https://github.com/jenkinsci/git-plugin/commit/7a4955e762880dd1b2770fa0cb9f521263f186e4 Author: Allan Burdajewicz Date: 2024-12-02 (Mon, 02 Dec 2024

Re: Temporary data that must persist till end of job

2024-12-02 Thread Allan Staller
Classification: Confidential I don't think the COND=EVEN step is required. Just create the temp ds with DISP=(NEW,PASS). It will persist until EOJ. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Thompson Sent: Monday, December 2, 2024 7:33 AM To: IBM-MAIN@LIS

  1   2   3   4   5   6   7   8   9   10   >