matrix
Here are 2,805 public repositories matching this topic...
-
Updated
Feb 15, 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
Mar 1, 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
Mar 5, 2022 - C#
I've come across a weird behavior that really baffled me initially.
This compiles with nalgebra 0.29:
let _: nalgebra::SVector<f32, 3> = nalgebra::point![1.0, 2.0].into();
It converts an OPoint<f32, 2>
into an SVector<f32, 3>
, using Into
.
Here's the same, with debug output:
let v: nalgebra::SVector<f32, 3> = dbg!(nalgebra::point![1.0, 2.0]).into();
dbg!(v
-
Updated
Dec 1, 2021 - PHP
Steps to reproduce
- disable emoji kb in settings
- open room
- compose normally: no emoji kb button
- swipe a message to start a reply
- there is now a button to switch kb, partially in broken state
Outcome
see above
Your phone model
No response
Operating system version
No response
Application version and app store
1.3.15 F-Droid
Homeserver
_No resp
-
Updated
Jan 7, 2021 - C++
-
Updated
Feb 26, 2022 - Jupyter Notebook
-
Updated
Jan 30, 2022 - C
-
Updated
Mar 4, 2022 - Python
-
Updated
Sep 2, 2021
-
Updated
Oct 8, 2021 - Rust
-
Updated
Feb 14, 2022 - OCaml
-
Updated
Feb 21, 2022 - Clojure
-
Updated
Mar 5, 2022 - TypeScript
Describe the bug
When a channel shuffles in the order, it will copy an online indicator that existed in the previous slot. Channels with correct online indicators aren't affected, and shuffling again will cause it to lose the indicator. It's obviously incorrect because these channels are users without presence (matrix.org users or bridge users).
To Reproduce
- Send a message to a
-
Updated
Feb 26, 2022 - Rust
-
Updated
Mar 3, 2022 - Java
-
Updated
Mar 5, 2022 - TypeScript
-
Updated
Feb 18, 2022 - Go
-
Updated
Mar 4, 2022 - Go
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."
Your use case
See:
Should be consistent with other tooltips:
<img width="398" alt="Screenshot 2022-03-02 at 13 38 04" src="https://user-images.githubusercontent.com/4626865/156372449-86e121a1-3c3c-4ec5-aeb8-7c562bd2edb1.p