-
Gem::Ext::BuildError: ERROR: Failed to build gem native extension
args:
app: snserver
args: domain=domain2.tld&path=%2F&is_public=1&access_domain=
force: false
label: snd
no_remove_o…
-
# Introducing Teams!
Hey everyone! Today we are releasing an awesome new feature for devs on Discord: Teams! Teams will let you easily work together and manage applications as a...team...it sounded…
-
Original announcement: https://github.com/NanoAdblocker/NanoCore/issues/362
Please continue the discussions here.
**Please take the time to read the original announcement (the entire thread) be…
-
As NumPy has a very strict policy about commit messages, I was wondering if anyone had given any thought to (or heard of) [GitCop](https://gitcop.com/features). It seems it can police the commit messa…
-
[Pylint 2.4](http://pylint.pycqa.org/en/latest/whatsnew/2.4.html) introduced a new check: `import-outside-toplevel`.
This check warns when modules are imported from places other than a module top-…
-
I have a Debian 9 VPS that has nothing else installed than what came from VPS which they call a minimal install. The only software installed is LibreTime and it is just a base default install with no…
-
It'd be great if users could customize their keyboard shortcuts, especially global shortcuts (for when the app is in the background). I've run into a few issues now where e.g. the global auto-type sho…
-
Build 'Ratatosk' is failing!
Last 50 lines of build output:
```
[...truncated 45.67 KB...]
-use std::convert::TryInto;
#[derive(Debug, Default)]
pub struct SharedMemory {
Diff in /home/runner/wo…
-
During the installation of the DAppnode an OTP is created and the set up for establishing the VPN to connect. A config file is automatically generated (for MAC and IOS users)
The url to download t…
-
I looked into the code and saw that Joda LocalDate is used only in JodaLocalDateSerializer/Deserializer otherwise it is just imported and not used. In OTP it made sense to use it but since Java 8 has …