Arto Bendiken

Results 49 issues of Arto Bendiken

The [CLI examples](https://github.com/ruby-rdf/sparql?tab=readme-ov-file#command-line-processing) in the README do *not* actually currently succeed, by the looks of it because we're trying use the N-Triples parser instead of the Turtle parser: ```console %...

bug
documentation

In preparation of showcasing a curated collection of only the most significant projects using the Unlicense, do a first pass of the existing list so as to remove abandoned projects...

bug
site

Over the past 15 years, the initiative has seen a fair bit of success even without any active efforts on our part. The site copy (such as for #93) should...

feature
site

Edit [index.md](https://github.com/unlicense/unlicense.org/blob/master/index.md) to configure the [hero section](https://vitepress.dev/reference/default-theme-home-page#hero-section) so as to make the first impression of the site more visually compelling. See the VitePress home page for an example of how...

feature
site

Edit [index.md](https://github.com/unlicense/unlicense.org/blob/master/index.md) to add a [features section](https://vitepress.dev/reference/default-theme-home-page#features-section) with boxes highlighting relevant notable matters about the initiative. See the VitePress home page for an example of how it looks: ![image](https://github.com/user-attachments/assets/e40b882e-f68e-4d7b-9523-6621a510436c)

feature
site

It's been soon 3 years since the last release [on RubyGems](https://rubygems.org/gems/faraday-follow_redirects), would it possible to release a new version?

This package no longer installs as of May 2025 and Python 3.13.2: ```console $ pip install openapi2jsonschema ... Collecting pyyaml=5.1 (from openapi2jsonschema) Downloading PyYAML-5.4.1.tar.gz (175 kB) Installing build dependencies ......

Gmail advertises the `UTF8=ACCEPT` server capability defined in [RFC 9755](https://datatracker.ietf.org/doc/html/rfc9755): ``` S: * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE ENABLE MOVE CONDSTORE ESEARCH UTF8=ACCEPT...

Modernizing the code from #16 to use rubyzip 2.4.1, setting file permissions does not work as expected: # Reproducible example ```ruby require 'zip/filesystem' filename = 'test' zipfile = 'test.zip' Zip::File.open(zipfile,...

bug