federated
Here are 65 public repositories matching this topic...
-
Updated
Jul 31, 2021 - Ruby
-
Updated
Aug 1, 2021 - PHP
Hi guys
I am trying to make a shared file, such as context/redux/vuex (i am using vue) but after build i got only a white page, no errors. I thought it was some sort of vuex problem, so i decide to try it as a simple file exporting a object with a function, just it. I've used bi-directional and [shared-r
-
Updated
Aug 1, 2021 - Java
-
Updated
Jul 5, 2021 - Rust
-
Updated
Mar 15, 2021 - JavaScript
-
Updated
May 19, 2021 - Rust
-
Updated
Aug 1, 2021 - Go
The code at https://github.com/freedomlayer/offst/blob/master/components/crypto/src/rand.rs is very repetitive. Example:
impl RandGen for Salt {
fn rand_gen(crypt_rng: &impl CryptoRandom) -> Self {
let mut res = Self::default();
crypt_rng.fill(&mut res).unwrap();
res
}
}
impl RandGen for InvoiceId {
fn rand_gen(crypt_rng: &impl CryptoRandom) Direct/Private/Unlisted/Public
- If somebody sends you a message (mentioning on the fediverse) to redirect it to email.
- To add a simple form (in Wordpress menu or dashboard) where you can choose message type (private, public, etc), write an answer (without posting it on Wordpress).
-
Updated
Jul 31, 2021 - Go
-
Updated
May 15, 2021 - PHP
General information
- App version: 1.2.2 (35)
- System: Android 8.1, Lineage OS 15.1, Xiaomi Redmi Note 4X
Description
It looks like there is a problem with some translations in Android 8.1 (LineageOS 15.1). Every time I open dandelion or Cherry the app's language goes back to Italian (my system's language) even if I choose Sardinian in the settings. For some reason that doesn't
-
Updated
Aug 28, 2018 - Python
-
Updated
Oct 13, 2018 - Go
-
Updated
Jul 28, 2021 - Go
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Feb 17, 2017 - Kotlin
-
Updated
Jul 13, 2021
-
Updated
Jul 19, 2021 - JavaScript
-
Updated
Oct 21, 2019 - PHP
-
Updated
Jul 19, 2021 - Ruby
-
Updated
Jun 12, 2018
-
Updated
Sep 18, 2020 - Go
-
Updated
Jul 7, 2020 - Dart
-
Updated
Mar 14, 2021 - Nim
Improve this page
Add a description, image, and links to the federated topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the federated topic, visit your repo's landing page and select "manage topics."


We badly started implementing some props mutation.
There are usually two cases:
propsDataSolution 1
Migrate the propsData (usually initial-states) to the root
.vuefile away from the.jsentry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations