Skip to content
#

matrix

Here are 2,623 public repositories matching this topic...

kittykat
kittykat commented Dec 15, 2021

Steps to reproduce

  1. Settings -> Security & Privacy
  2. Select sessions under "Verified devices"
  3. Sign out n selected devices
  4. Type in password
    -> Spinner spins for about 5 minutes
  5. Password dialog closes and same sessions can be seen as step 1

Outcome

What did you expect?

Signed out sessions are removed from dialog

What happened instead?

Signed out sessi

NicolasHug
NicolasHug commented Apr 6, 2018

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

dendrite
Tsangares
Tsangares commented Aug 5, 2021

Currently I do not see any password configuration parameters for new users registering to the dendrite server. On the synapse server there was options on the strength. Ultimately, I think if its a strong 8 character password I think that's enough.

I am trying to onboard friends and family to use matrix over signal or whatsapp when possible and having a crazy intense password will limit the abil

hannobraun
hannobraun commented Sep 26, 2021

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

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Dec 1, 2021
  • PHP

Improve this page

Add a description, image, and links to the matrix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the matrix topic, visit your repo's landing page and select "manage topics."

Learn more