Search
181 results for “floehopper”
-
Can anyone recommend an expert on tax legislation / financial compliance for UK-registered online platforms & marketplaces...?
-
Mocha v2.8.2 released
Improves source location of deprecation warning for `ParameterMatchers` matcher classes.
-
Mocha v2.8.1 released
Restores unqualified access to parameter matcher classes accidentally removed in v2.8.0 - sorry! Note that unqualified access is deprecated and will be removed in v3.
-
Mocha v3.0.0-rc.2 released
✨ Any volunteers to try this out? ✨
* Fix compatibility with Ruby 3.5 - thanks to @earlopain
* Add missing quotes to docs for Mocha::ParameterMatchers::Methods#equivalent_uri - thanks to Ben Sherman
* Increment assertion count on never expected invocation - thanks to @bihi for reporting
* Remove functionality deprecated in v2.8.0
* Many internal & tooling improvements - thanks to Nitish Rathi -
Mocha v2.8.0 released
* Significant reduction in the number of Mocha constants polluting the test/spec namespace
* Add deprecations for changes to public API that will land in v3.0.0https://rubygems.org/gems/mocha/versions/2.8.0
Thanks to @bihi for his help in testing v3.0.0 release candidates which led to many of these changes.
-
Anyone in the market for some One Inch (to the mile) #OrdnanceSurvey maps…?
-
> ‘Significant exposure’: AWS outage exposed UK state’s £1.7bn reliance on tech giant
Although the GOV.UK PaaS [1] was initially built on AWS, it used Terraform with the intention of using other providers, but then it was decommissioned [2] - perhaps it’s worth reviving…?
[1]: https://www.gov.uk/government/publications/platform-as-a-service/platform-as-a-service
[2]: https://gds.blog.gov.uk/2022/07/12/why-weve-decided-to-decommission-gov-uk-paas-platform-as-a-service/ -
> ‘Significant exposure’: AWS outage exposed UK state’s £1.7bn reliance on tech giant
Although the GOV.UK PaaS [1] was initially built on AWS, it used Terraform with the intention of using other providers, but then it was decommissioned [2] - perhaps it’s worth reviving…?
[1]: https://www.gov.uk/government/publications/platform-as-a-service/platform-as-a-service
[2]: https://gds.blog.gov.uk/2022/07/12/why-weve-decided-to-decommission-gov-uk-paas-platform-as-a-service/ -
> ‘Significant exposure’: AWS outage exposed UK state’s £1.7bn reliance on tech giant
Although the GOV.UK PaaS [1] was initially built on AWS, it used Terraform with the intention of using other providers, but then it was decommissioned [2] - perhaps it’s worth reviving…?
[1]: https://www.gov.uk/government/publications/platform-as-a-service/platform-as-a-service
[2]: https://gds.blog.gov.uk/2022/07/12/why-weve-decided-to-decommission-gov-uk-paas-platform-as-a-service/ -
> ‘Significant exposure’: AWS outage exposed UK state’s £1.7bn reliance on tech giant
Although the GOV.UK PaaS [1] was initially built on AWS, it used Terraform with the intention of using other providers, but then it was decommissioned [2] - perhaps it’s worth reviving…?
[1]: https://www.gov.uk/government/publications/platform-as-a-service/platform-as-a-service
[2]: https://gds.blog.gov.uk/2022/07/12/why-weve-decided-to-decommission-gov-uk-paas-platform-as-a-service/ -
> ‘Significant exposure’: AWS outage exposed UK state’s £1.7bn reliance on tech giant
Although the GOV.UK PaaS [1] was initially built on AWS, it used Terraform with the intention of using other providers, but then it was decommissioned [2] - perhaps it’s worth reviving…?
[1]: https://www.gov.uk/government/publications/platform-as-a-service/platform-as-a-service
[2]: https://gds.blog.gov.uk/2022/07/12/why-weve-decided-to-decommission-gov-uk-paas-platform-as-a-service/ -
Lessons learned from our attempt at hiking El Anillo (Tres Macizos) de Picos de Europa…
-
I have very fond memories of working through #Nand2Tetris at London Computation Club
❤️
-
I have very fond memories of working through #Nand2Tetris at London Computation Club
❤️
-
I have very fond memories of working through #Nand2Tetris at London Computation Club
❤️
-
I have very fond memories of working through #Nand2Tetris at London Computation Club
❤️
-
I have very fond memories of working through #Nand2Tetris at London Computation Club
❤️
-
Excellent blog post with photos about our recent 2-week hiking trip in the Picos de Europa.
https://cajunlimeys.com/2025/10/02/trekking-spains-picos-de-europa/
-
It’s possible the expletive count may have reached unacceptable levels when I was climbing this section of the Collado de Valdominguero with a large rucksack!
[Photos from WikiLoc]
-
> Ed Miliband says it is ‘possible’ that UK government should leave X
Why is this so hard? A Mastodon instance for GOV.UK seems like a no-brainer...
-
> Ed Miliband says it is ‘possible’ that UK government should leave X
Why is this so hard? A Mastodon instance for GOV.UK seems like a no-brainer...
-
> Ed Miliband says it is ‘possible’ that UK government should leave X
Why is this so hard? A Mastodon instance for GOV.UK seems like a no-brainer...
-
> Ed Miliband says it is ‘possible’ that UK government should leave X
Why is this so hard? A Mastodon instance for GOV.UK seems like a no-brainer...
-
Two weeks of hiking the Anillo de Picos in the Picos de Europa national park with an old university friend.
The Ruta del Cares was closed due to the forest fires & rockfall of a few weeks ago. And we had to abort an attempt at hiking from Refugio Vegarredonda to Refugio Vegabaño due to deep snow.
Even though much of the hiking was pretty challenging, the stunning mountain scenery was magical and made all the effort worthwile!
-
Interesting to see there’s an effort underway to support YARD syntax in the rdoc gem…
https://github.com/ruby/rdoc/pull/1416
Which seems to come out of…
-
More socializing losses and privatizing profits - capitalism is working just fine!
-
Wrote a blog post for the first time in too long! Pleasantly surprised my Nix, Middleman, GitHub Pages toolchain is still working! 😅🎉
> How to configure Zed to use ERB Lint as a formatter:
https://jamesmead.org/blog/2025-03-30-configuring-zed-editor-to-use-erb-lint-as-formatter
-
> Configuring Zed editor to use HTML Beautifier as a formatter in ERB templates
-
Can anyone recommend a way to automatically format the HTML in a Rails view template that uses ERB?
* prettier can format HTML, but messes up the contents of the ERB tags
* erb_lint can format the contents of the ERB tags and does _some_ limited formatting of the surrounding HTML
* there are a bunch of prettier extension node packages that claim to handle ERB, but as is all too often the case they all seem to be deadAny advice would be much appreciated!
-
I'll be a bit sad if this happens... 🐮
And I'd probably even miss the challenge of cycling through the herd or dodging cow pats!