federated
Here are 58 public repositories matching this topic...
-
Updated
Dec 30, 2020 - Ruby
-
Updated
Jan 21, 2021 - PHP
-
Updated
Jan 18, 2021 - Java
Hi, I tried the Typescript example and both apps work fine (app1 and app2) , but It doesn't detect any compiler errors in tsx files. Ex:, if you open app1/src/App.tsx and type some invalid code in it, the webpack configuration used in app1 project doesn't detect the error. I tried to use ts-loader instead of babel-loader to solve this issue, but I now HMR is not working.
Any ideas on how to so
-
Updated
Jan 13, 2021 - Rust
-
Updated
Jan 16, 2021 - Rust
-
Updated
Dec 23, 2020 - 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
Jan 16, 2021 - Go
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
Nov 6, 2020 - PHP
-
Updated
Aug 28, 2018 - Python
-
Updated
Oct 13, 2018 - Go
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Jan 13, 2021 - Go
-
Updated
Feb 17, 2017 - Kotlin
-
Updated
Jan 7, 2021 - Java
-
Updated
Oct 21, 2019 - PHP
-
Updated
Dec 16, 2020 - Ruby
-
Updated
Jan 20, 2021
-
Updated
Jul 7, 2020 - Dart
-
Updated
Jun 12, 2018
-
Updated
Sep 18, 2020 - Go
-
Updated
Jul 4, 2020 - Nim
-
Updated
Jan 18, 2021 - Rust
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."
Nextcloud installations behind a nginx reverse proxy are known to abort downloads larger than 1GB: https://www.reddit.com/r/NextCloud/comments/ayhlji/unable_to_download_files_larger_than_1gb/
Setting
X-Accel-Bufferingtonowill tell nginx to not buffer the response and just pass it through. See also: https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/You can now either