-
Currently, we don't have a slashing mechanism in Witnet 2.0 branches. We have to discuss the different proposals and decide whether to implement one for the first release candidate or for upcoming one…
-
Hi there, I'm trying to use MetadataExtractor on an input that is being streamed over the network. I've implemented a System.IO.Stream subclass that reads data from the network and buffers data that h…
-
**What happened**:
Installing multiple ingress-nginx with the helm chart in different namespaces are overwriting ClusterRole and ClusterRoleBinding as they are not uniq per namespace.
…
-
Hello VRCX!
We see that [you're planning on implementing a form of persistence](https://github.com/vrcx-team/VRCX/pull/553) that relies on using Udon remote strings to access local URLs.
Being a…
-
As it's probably evident by PRs not getting merged, I don't have the time and motivation for reviewing external contributions . Let's use this issue to brainstorm for ideas on how that situation can b…
-
Tally Ho, the community-owned open source wallet: https://tally.cash/
In the current state, injected browser wallets that are not explicitly listed are not able to connect.
No "Injected" or "Bro…
-
### :thinking: Contexte et problématique
Afficher le nombre d'immersion faites grâce à Immersion Facilité sur la page Stat publique.
Pour l'instant les résultats transites entre Tally.so et un goo…
-
### App
Welcome Nivel 0
### Summary:
Discord integration is not working
### Details:
I have a workflow that uses the integration with Discord to listen for incoming messages, and it stopped working…
-
Hey guys - great project! I am actively using this integration to report to HA my Daikin One info. It has been awesome.
I see there are sensors for reporting the power device class for indoor and…
-
Example:
```
julia> rollmean(1:5, 3)
3-element Vector{Float64}:
2.0
3.0
4.0
julia> runmean(1:5, 3)
5-element Vector{Float64}:
1.0
1.5
2.0
3.0
4.0
julia> [fill(missing, 2); ro…