cabo

Results 442 comments of cabo

Can you describe the problem some more? `cbor ~> 0.5.9` works for me in some basic test: ``` $ irb >> gem 'cbor', '~> 0.5.9' => true >> Gem.loaded_specs["cbor"].version =>...

I don't have a lot of information to act on now. Can you show me a way to reproduce the problem?

Mastodon's Gemfile.lock has `cbor (0.5.9.8)`. After some more searching, I find an outdated Gemfile.lock at `webauthn-ruby/spec/conformance/Gemfile.lock` that has a `cbor (0.5.9.6)`. This has other, er, gems such as `RUBY VERSION...

I don't know about the provenance of cddl.js, but the old cddl tool needed a little help with two rules: ``` cddl script.RegExpRemoteValue = ({ ? handle: script.Handle, ? internalId:...

Oh, there is a stray semicolon in line 127; maybe cddl.js is allergic to empty comments?

Hacking lisp/url-util.el to say ``` (defconst url-path-allowed-chars (let ((vec (copy-sequence url-host-allowed-chars))) (aset vec ?/ t) (aset vec ?: t) (aset vec ?@ t) (aset vec ?% nil) vec) "Allowed-character byte...

> /home/sam/.rubies/ruby-3.4.4/include/ruby-3.4.0/ruby/internal/special_consts.h:137:15: error: unknown type name ‘bool’ > 137 | static inline bool/home/sam/.rubies/ruby-3.4.4/include/ruby-3.4.0/ruby/internal/special_consts.h:31:1: note: ‘bool’ is defined in header ‘’; this is probably fixable by adding ‘#include ’ > ```...

> Is there any alternatives/workarounds for this issue? I didn't manage to set up the environments to test this with gcc15 before going on vacation (sorry about that), but I'm...

I think there are two observations here: (1) xml2rfc is unable to generate Lists of Figures or Lists of Tables. This is a limitation that often reduces the usability of...

This problem was recently fixed. Can you do this with a recent version of kramdown-rfc?