Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / Install.txt
Created May 3, 2024 17:42
mdbviewerplus v2.6.3 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
aarch64-linux haskellPackages.svgsym
x86_64-darwin haskellPackages.svgsym
x86_64-linux haskellPackages.svgsym
aarch64-darwin haskellPackages.svgsym
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 3, 2024 17:42
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Friday, May 3, 2024, 7:42:17 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
BetterLoading(me.samboycoding.betterloading.dev)[mv:3.5.0.0]: BetterLoading(2.3.0), Tomlet(3.1.3)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
@franlop24
franlop24 / README.md
Created May 3, 2024 17:42
Deploy django on EC2

Deploy Django Project on Ubuntu

sudo mkdir /webapps
cd /webapps
git clone URL_PROJECT

Creating systemd Socket and Service Files for Gunicorn

@choco-bot
choco-bot / Install.txt
Created May 3, 2024 17:41
xdoc2txt v2.19.1 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
[["16NwPQp/e8ARWDm0yI5uQGIQWDm0eEHAAAAAAAAA8L8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPA/AAAAAAAACEAAAAAAAADwPwAAAAAAAABAu7OyZmZm","Titanium"],["16NwPQo3fMARWDm0yF5uQMUgsHJocTrAAAAAAAAAAAAAAADA///vPwAAAAAAAAAAAAAAAAAA8L8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA8D8AAAAAAAA4QAAAAAAAAD5Au7OyZmZm","Wedge","Titanium"],["16NwPQqvecARWDm0yI5uQGIQWDm0+EPAAAAAQP//7z8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPC/AAAAAACAS0AAAAAAAADwPwAAAAAAAABAu7OyZmZm","Titanium"],["16NwPQoffMARWDm0yI5uQMUgsHJocTbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPC/AAAAAAAA8L8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAEEAAAAAAAADwPwAAAAAAAABAu7OyZmZm","Titanium"],["16NwPQqfe8ARWDm0yI5uQGIQWDm0OEDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPA/AAAAAAAA8D8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAGEAAAAAAAADwPwAAAAAAAABAu7OyZmZm","Titanium"],["16NwPQrHe8ARWDm0yI5uQMUgsHJo8T3AAAAAAAAA8L8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPA/AAAAAAAAEEAAAAAAAADwPwAAAAAAAABAu7OyZmZm","Titanium"],["16NwPQofdsARWDm0yI5uQGIQWDm0+EPAAAAAQP//778AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPA/AAAAA
import requests
from datetime import datetime
def get_issues_with_ray_in_title(repo_name):
issues = []
page = 1
# headers = {'Authorization': 'token YOUR_GITHUB_TOKEN'}
while True:
issues_url = f"https://api.github.com/repos/{repo_name}/issues?page={page}&per_page=100&state=open"
response = requests.get(issues_url)# headers=headers)
if response.status_code == 200:
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 3, 2024 17:41
Rimworld output log published using HugsLib
Log uploaded on Saturday, May 4, 2024, 3:41:14 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.3]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.3)
@Fabian-Orozco
Fabian-Orozco / input.scss
Created May 3, 2024 17:40
Generated by SassMeister.com.
@mixin media-breakpoint-up($screen) {
$min: breakpoint-min($screen);
@if $min {
@media (min-width: $min) {
@content;
}
} @else {
@content;
}
}