David E. Wheeler
David E. Wheeler
[Moving from microsoft/vscode#206480] Since at least VScode v1.86.1, `Git Commit Message` mode has two wrap columns: 50 characters for the subject line (the first lone line of the buffer), and...
MultiMarkdown fails to properly parse nested lists. Given this MultiMarkdown: ``` homepage : The official home of this project on the web. bugtracker : This entry describes the bug tracking...
Since the v0.28 release, our RPM building job has been hanging for days at a time on the Hijk tests. Output: ``` - Building Hijk-0.28 2019/01/16-08:42:53 main (type Net::Server::HTTP ->...
I don't know the Ruby stuff well enough to quickly fix this myself, but I assume it would be straightforward for a knowledgable Rubyist. Appears to be an issue with...
``` $ perl -MData::UUID -E 'my $u = Data::UUID->new; my $uuid = $u->from_string("91ae3596 95fa 11e4 ab6c 6cff01d6b4db"); say $u->to_string($uuid)' 91AE3596-955F-0A11-E4AB-B60C6CFF01D6 ``` That output should be ``` 91AE3596-95FA-11E4-AB6C-6CFF01D6B4DB ``` It seems...
These new methods on the keyset handle complement `Primitives` and `PrimitivesWithKeyManager`, but return all primitives, not just enabled primitives. This can be useful for key implementations to display information about...
- [x] I confirm this is a bug with Supabase, not with my own application. - [ ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and [Discord](https://discord.supabase.com). ##...
To support releasing on PGXN. Based on [sqlite_fdw](https://pgxn.org/dist/sqlite_fdw/)'s [META.json](https://github.com/pgspider/sqlite_fdw/blob/master/META.json).
See the [HOWTO](https://manager.pgxn.org/howto) to release pg_savior on [PGXN](https://pgxn.org). Essentially: * [Create an account](https://manager.pgxn.org/account/register) and wait for approval (shouldn't take long) * `git archive --format zip --prefix=pg_savior-1.0.0/ -o pg_savior-1.0.0.zip HEAD` *...
I'm working on a [postgres extension](/tembo-io/pg-jsonschema) using boon, and I'd like to prevent it from loading the default file loader. Right now I'm replacing it with a no-op loader, but...