Λlisue
Λlisue
1. Can we use `sessionStorage` as a global store among worker threads? -> NO 2. If not, shall we add a builtin plugin as a global store?
Like vim-themis https://github.com/thinca/vim-themis/tree/master/.github
I personally don't have enough motivation to maintain this so I'm going to archive this repo or need some contributors.
https://developer.github.com/v3/gists/#list-gist-forks May be `:Gista forks {GISTID}` or `:Gista fork-list {GISTID}`? **But who need this feature?** Let me know if you would like to list forks of a particular gist ;-)
It seems an empty `message` in `oneof` clause, like `foo` in the following example, is lost after serialization. ```protobuf syntax = "proto3"; package hello; message Foo {} message Greeting {...
I'd love to use `grpclib.server.Stream` directly instead of `request_iterator/yield` combination to handle stream/steram gRPC server. For example, the current way is a bit tricky to write consumer/producer style while `yield`...
I'm not using Django recently thus I'd love to transfer the ownership to an organization if someone interested in it. Anyone?
Currently when `obj` context is not exists in the template, something like `{% if user has 'app_label.change_model' of obj %}` return **non object permission**. It is a correct behavior but...
More detailed documentations like below are required. - The reason why django-permission is required while there are other object permission systems like [django-guardian](https://github.com/lukaszb/django-guardian) - The difference between _logic based permission...