-
Updated
Aug 3, 2018 - Elixir
cog
Here are 105 public repositories matching this topic...
-
Updated
Apr 3, 2021 - PHP
-
Updated
Jul 11, 2021 - C
The gort group revoke command should allow the addition of multiple roles (for parity with cogctl)
(From docker run -it operable/cogctl:alpine-1.0.1 cogctl group revoke --help)
Usage: cogctl group revoke [OPTIONS] GROUP ROLES...
Revoke one or more roles from a group.
Options:
--yes Confirm the action without prompting.
--help Show this message and exit.
-
Updated
Jul 8, 2021 - PHP
-
Updated
Jun 24, 2020 - Shell
-
Updated
Jul 12, 2021 - Python
-
Updated
Jul 16, 2021 - Python
Passing resampling
Without thinking I put resampling="bilinear" and got an error when I called .compute()
Traceback (most recent call last):
File "carajas.py", line 92, in <module>
band_medianNP = band_median.compute()
File "/home/ubuntu/anaconda3/envs/richard/lib/python3.8/site-packages/xarray/core/dataarray.py", line 899, in compute
return new.load(**kwargs)
File "/home/ubuntu/anaco-
Updated
Dec 31, 2020 - PHP
-
Updated
Sep 29, 2019 - Python
Please add two simple commands delchannel and delrole that can delete a channel or role based on name or channel/role ID. This is a really simple feature that could be combo'd with other cogs and automated triggers to do some cool stuff.
[Update Confessions]
I really like the confessions cog and I wanted to suggest to add embeds for the confessions and number of confession done in that guild in the bot. It's just a suggestion by me hope if gets approved or something.
-
Updated
Jun 26, 2021 - Python
-
Updated
Jul 6, 2021 - Python
-
Updated
Jan 1, 2021 - PHP
-
Updated
Jun 16, 2018 - Smarty
Improve this page
Add a description, image, and links to the cog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cog topic, visit your repo's landing page and select "manage topics."
link: https://github.com/milesgranger/pyrus-cramjam
right now we have to install brotli dependency and use default middleware which is not customizable (ref developmentseed/titiler#268)
I think we could create a simple middleware which support zlib and brotli using pyrus-cramjam and also add a
pathfilter as we've done in https://github.com/developmentseed/ti