synapse
Here are 184 public repositories matching this topic...
-
Updated
Jun 2, 2022 - Python
-
Updated
Dec 19, 2021 - Python
Describe your problem(s)
In the "Complexity Analysis" tab in GraphQL try-out page in devportal, we can see only the complexity Values of each field. If we want to know the complexity value or the depth value, we have to calculate ourself manually. Instead, it would be a nice to have feature to have the possibility to display the calculated complexity/depth values on a button click. So before
-
Updated
Apr 23, 2022 - Java
-
Updated
May 2, 2022 - HTML
-
Updated
Feb 3, 2022 - Shell
-
Updated
Jun 2, 2022 - Java
One new subcommand to block and unblock rooms: https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#block-or-unblock-a-room
One new subcommand to query blocking status: https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#get-block-status
Make sure when issued on pre-1.48. Synapse, synadm prevents issuing these API calls.
The most useful settings in homeserver.yaml are already mapped to values, mostly under the matrix: object, but there is a ton of additional configuration possible.
Organize, implement, and document as many homeserver.yaml settings as possible, with sane and secure defaults.
Of all the things, I know this is probably... okay, nonexistent on the priority queue, but.
When an invalid / non-existent room ID is given to the -r option, the tool crashes:
# ./synapse_compress_state -p ... -r '!this_is:not.valid'
Fetching state from DB for room '!this_is:not.valid'...
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/database.rs:162:
-
Updated
Mar 11, 2022 - Python
-
Updated
Dec 10, 2021 - C++
-
Updated
Jun 2, 2022 - Java
-
Updated
Jun 1, 2022 - C#
-
Updated
Oct 31, 2018 - PHP
-
Updated
Jun 22, 2021 - PHP
- Manually setting up Butane config does not scale well with secret management.
- Adding Terraform would also enable us to perform the DNS changes at the same time during the deployment.
I'm planning to work on that at some point but feel free to reach out if interested.
-
Updated
Nov 25, 2017 - Python
-
Updated
Aug 5, 2020 - Python
-
Updated
Apr 14, 2022 - TypeScript
Improve this page
Add a description, image, and links to the synapse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the synapse topic, visit your repo's landing page and select "manage topics."
I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?