matrix
Here are 2,906 public repositories matching this topic...
-
Updated
Apr 20, 2022 - C++
For now only strings are accepted as the measures
parameter in GridSearchCV
, RandomizedSearchCV
, and cross_validate
. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.
We should then accept callables in addition to strings.
Each callable should only take the predictions
parameter. In order to handle measur
-
Updated
Jan 14, 2021 - Swift
-
Updated
May 6, 2022 - Go
Background information
- Dendrite version or git SHA: 002c3e0a5ff18c0b36c4c8e6cebea61547c9ac51
- Monolith or Polylith?: Monolith
- SQLite3 or Postgres?: Postgres
- Running in Docker?: no
go version
: 1.17.5
-
Updated
Sep 17, 2021 - Java
-
Updated
Apr 11, 2022 - C#
I noticed that CooMatrix::push_matrix
does not threshold or detect zero elements in the input. Thus the resulting sparse matrix is more dense than it needs to be. By comparison, constructing a matrix using, e.g., CscMatrix::from
, does detect entries that are exactly zero and does not include them in the resulting sparse matrix. If there isn't a rationale for the difference in behavior, may I s
-
Updated
Apr 17, 2022 - PHP
Steps to reproduce
- Click on a user to see their profile
Outcome
What did you expect?
"More" section of the screen in this order:
- Direct message
- Override display name colour
- Jump to read receipt
- Mention
- Ignore
And the "Override" popup title is "Override display name colour"
What happened instead?
"Override" is before "message" and uses "nick" ins
-
Updated
Apr 17, 2022 - C++
-
Updated
Mar 23, 2022 - Jupyter Notebook
-
Updated
May 8, 2022 - C
-
Updated
May 3, 2022 - C
-
Updated
Apr 27, 2022 - Python
-
Updated
Sep 2, 2021
The Problem
Matrix supports sending multiline messages, so to some users it's more convenient to use the standard key for entering a new line Enter
and a modified key Ctrl+Enter
to send a message.
This feature is available in Element and has historically been available in many IM programs.
The Solution
Add an option to switch the bindings for these two actions.
Alternatives
-
Updated
Oct 8, 2021 - Rust
-
Updated
May 9, 2022 - TypeScript
-
Updated
Apr 29, 2022 - OCaml
-
Updated
Apr 24, 2022 - Clojure
-
Updated
Apr 16, 2022 - Rust
-
Updated
May 6, 2022 - Java
-
Updated
Apr 24, 2022 - Go
-
Updated
May 9, 2022 - TypeScript
Improve this page
Add a description, image, and links to the matrix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matrix topic, visit your repo's landing page and select "manage topics."
Steps to reproduce
I have message bubbles turned
I' spam reactions to a message
I resize the client to a small width
Outcome
What did you expect?
I expected reactions to wrap to the timeline width
What happened instead?