Janet Blackquill

Results 76 issues of Janet Blackquill

Having to target a tiny switch on each list item isn't very ergonomic; right handed users have to scrunch their hands to be able to access them and left handled...

merge conflicts

This makes it easier to get at Prism's logs specifically (I didn't break the logging categories into anything more granular than that.) Also includes installation of metadata for compatibility with...

The Google type `google.protobuf.descriptor` seems to be absent from the package; causing protobufs that use it to fail to generate

built-in/google types are generated as structs, which seem to be causing a lot of issues with template instantiation. replacing `struct` with `class` fixes most compilation issues for me

Trying to use this in a project, I get a failure from `hunt`: ``` ../../../../.dub/packages/hunt-1.1.2/hunt/source/hunt/concurrency/Executors.d(401,12): Error: interface hunt.util.Common.Callable(V) at ../../../../.dub/packages/hunt-1.1.2/hunt/source/hunt/util/Common.d(120,1) conflicts with struct core.thread.context.Callable at /home/jpontaoski/dlang/dmd-2.095.0/linux/bin64/../../src/druntime/import/core/thread/context.d(26,1) ``` It looks like...

(fields that look something like this in the node-types.json) ```json "multiple": true, "required": false, "types": [ { "type": "decorator", "named": true } ] ``` Grammars can specify a field of...

the message in hex bytes: `08 D0 C2 C3 F1 8C A9 8D B4 97 01` against endpoint: `/protocol.chat.v1.ChatService/GetGuild`

bug

Currently, the highly dynamic nature of login makes it hard for clients other than web browsers that see "that's a username and that's a password field, let's autocomplete" to fill...

enhancement