Firefishy left a comment (openstreetmap/openstreetmap-website#6354)
Would it not be better to have the whole image as an ARG? eg: `FROM
$RUBY_IMAGE` or similar, as this would allow testing different upstream images
eg: `ghcr.io/ruby/ruby:3.3.5-noble`
--
Reply to this email directly or view it
Firefishy left a comment (openstreetmap/openstreetmap-website#6333)
My humble recommendation for the container would be to stick to the [Official
Ruby upstream containers](https://hub.docker.com/_/ruby).
Either automatic upgrades of minor version:
```
FROM ruby:3.4-bookworm
```
Or exact versio
Firefishy left a comment (openstreetmap/openstreetmap-website#6333)
Just as a note,
[fullstaq-ruby/server-edition](https://github.com/fullstaq-ruby/server-edition)
is not yet available for ARM64. I am slowly behind the scenes working on a PR
to add ARM64 support there.
--
Reply to this email
Firefishy left a comment (openstreetmap/openstreetmap-website#6336)
> Black on dark background doesn't look good. I assume that it should be
> white/gray in that case, but I haven't checked Apple's logo guidelines.
Not exact, but [here are some
guidelines](https://www.apple.com/legal/sales-supp
Firefishy left a comment (openstreetmap/openstreetmap-website#6336)
These appear to be the [specific guide for Apple ID sign
in](https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple).
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreet
Firefishy left a comment (openstreetmap/openstreetmap-website#6332)
> So basically the end result is more work for us to merge PRs for minor
> version changes?
I think dependabot is able to handle the pinned versions without issue. [It
also supports updating the version
comments](https://githu
Firefishy left a comment (openstreetmap/openstreetmap-website#6275)
> In today's EWG call, we agreed to keep it as one project, but add
> github.com/openstreetmap as repositoryUrl, as suggested by @danieldegroot2.
> @Firefishy, should I make the changes here or after moving to the Chef repo?
He
Firefishy left a comment (openstreetmap/openstreetmap-website#6287)
Cleaner solution than mucking about with an Docker `entrypoint` would be just
to pin the `Gemfile` `gd2-ffij` to the git PR as per:
https://github.com/Firefishy/openstreetmap-website/commit/6928acb43f6e9941dfcdfd6c4042c06cded754
Firefishy left a comment (openstreetmap/openstreetmap-website#6287)
Argh, that makes it more complicated. It would then also need an entrypoint
which sets the ENV for runtime.
Here is something that works:
https://github.com/Firefishy/openstreetmap-website/commit/c57f16190f164afcc88a151321caa4d
Firefishy left a comment (openstreetmap/openstreetmap-website#6287)
A platform agnostic solution would be to replace the `RUN bundle install` in
the `Dockerfile` with something like:
```
RUN export GD2_LIBRARY_FULL_PATH=$(find \
/usr/local/lib64 /usr/local/lib \
/opt/local/lib64 /opt
Firefishy left a comment (openstreetmap/openstreetmap-website#6275)
I can move this across to the Chef repo if desired.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6275#issuecomment-3144890126
You are receiving this because yo
Firefishy left a comment (openstreetmap/openstreetmap-website#6275)
I'm ok with the bitcoin donation option remaining. I discussed it with board
members. BTC will only be converted to EUR/GBP when the justified.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreet
Firefishy left a comment (openstreetmap/openstreetmap-website#2799)
Application submitted: https://github.com/openstreetmap/operations/issues/1266
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2799#issuecomment-3124804190
You
Firefishy left a comment (openstreetmap/openstreetmap-website#6231)
I suspect this is due to missing `@mapbox/mapbox-gl-rtl-text` dependency.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6231#issuecomment-3108221640
You are r
Firefishy left a comment (openstreetmap/openstreetmap-website#4042)
Some initial PR: https://en.osm.town/@osm_tech/114902624740876388
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4042#issuecomment-3108041035
You are receiving t
Firefishy left a comment (openstreetmap/openstreetmap-website#6220)
Might be related to exception being thrown by #6219
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6220#issuecomment-3104843282
You are receiving this because
Firefishy left a comment (openstreetmap/openstreetmap-website#6219)
Likely related to the exception being thrown when opening the Map Layers panel:
```
application-996133772a2ed2520ff9c51f898158e3039aaebd4c5398cf52d6d905bc7744b2.js:32096
Uncaught TypeError: Cannot read properties of undefined (r
Creating some outreach about the security update:
* https://operations.osmfoundation.org/2025/07/11/security-notice.html
* https://en.osm.town/@osm_tech/114835178232370008
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/commit/2ff4d6a4e
Firefishy left a comment (openstreetmap/openstreetmap-website#6127)
Are WikiData ok with us doing this? Will they rate limit us like they do on
wiki.osm.org with WikiCommons?
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6127#i
Firefishy left a comment (openstreetmap/openstreetmap-website#6154)
https://github.com/user-attachments/assets/ebc9f809-399f-42ee-b412-42c581d0733d";
/>
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6154#issuecomment-302531397
Firefishy created an issue (openstreetmap/openstreetmap-website#6156)
### URL
https://www.openstreetmap.org/user/Clean%20Cuts%20Tree%20Care/notes
### How to reproduce the issue?
After a few reloads of example page it will display in the wrong language.
https://www.openstreetmap.org/user/Clean%
Firefishy left a comment (openstreetmap/openstreetmap-website#6154)
I think adding some timeout safeguards to our GitHub Actions would be a good
idea. We don't have unlimited runtime and the default timeout is an extremely
long 6 hours.
--
Reply to this email directly or view it on GitHub:
htt
Firefishy left a comment (openstreetmap/openstreetmap-website#6135)
https://en.osm.town/@osm_tech/114749783705346288
https://lists.openstreetmap.org/pipermail/announce/2025-June/000121.html
https://community.openstreetmap.org/t/is-osm-partially-down-new-data-isnt-able-to-be-queried-on-the-map-and-
Firefishy left a comment (openstreetmap/openstreetmap-website#6114)
You will have to contact them. This is the repo for the OpenStreetMap website
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6114#issuecomment-2982265389
You
Closed #6114 as not planned.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6114#event-18200579907
You are receiving this because you are subscribed to this thread.
Message ID:
___
r
Firefishy created an issue (openstreetmap/openstreetmap-website#6090)
### How to reproduce the issue?
Previously spammers would use their user profile description for promoting
their spam links, this would affect their User Spam Score.
Spammers are now using the Social profile links feature for
Firefishy left a comment (openstreetmap/openstreetmap-website#6028)
It is possible the CORS error was due to Cloudflare running an experiment. They
occasionally run live experiments on our tier before full rollout / rollback.
--
Reply to this email directly or view it on GitHub:
https://github.
@Firefishy pushed 1 commit.
71027c46a0598066b3cf6642d57eaeef37d8faf6 Add additional common SPAMMY_PHRASES
--
View it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6044/files/f3acc9d1cebb50182332a442b0eb0bfc09c5c1b1..71027c46a0598066b3cf6642d57eaeef37d8faf6
You are recei
### Description
Add additional spam phrases to catch additional spam profiles.
### How has this been tested?
TBC
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/6044
-- Commit Summary --
* Add additional common SPAM
Firefishy left a comment (openstreetmap/openstreetmap-website#5821)
> Found a likely culprit:
> [#5820](https://github.com/openstreetmap/openstreetmap-website/pull/5820)
> includes some Firefox-specific changes which are related to `bidi`
> (bidirectionality of text), i.e. a locale-related thin
Firefishy left a comment (openstreetmap/openstreetmap-website#5829)
> We don't have:
>
> * private profiles
> * private contributions
The "Make [...] and **hide activity**" is the relevant portion.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstree
Firefishy left a comment (openstreetmap/openstreetmap-website#5829)
In addition to this, some users may still prefer to hide their heatmap.
Here is what the feature looks like on github:
https://github.com/user-attachments/assets/4766559f-0a46-49fd-a580-0d5d4a86d9de";
/>
--
Reply to this ema
> > Really this is a bug tracker, not a support forum, but bear in mind that
> > our production setups don't even use the rails API implementation for the
> > main map data calls precisely because there is no way to get reasonable
> > performance.
> > If you have significant amounts of data you
### URL
https://www.openstreetmap.org/user/Omaraltab/notes
### How to reproduce the issue?
Refreshing the URL occasionally returns the 404 page in an unexpected language.
https://github.com/openstreetmap/openstreetmap-website/blob/acd899d26dbf09620d598d74759fc6f7aac4846a/app/controllers/notes_c
34 matches
Mail list logo