Skip to content

Instantly share code, notes, and snippets.

@sax
sax / .SWIFT_BRIDGE_WARNING
Last active May 2, 2024 01:16
swift-bridge nightly warning
We couldn’t find that file to show.
@choco-bot
choco-bot / Install.txt
Created May 1, 2024 23:45
simutrans v0.120.0.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
@choco-bot
choco-bot / Install.txt
Created May 1, 2024 23:44
netfx-4.0.2-devpack v4.0.506 - 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
@choco-bot
choco-bot / Install.txt
Created May 1, 2024 23:44
Fitbit.Connect v2.0.0.6512 - 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
@choco-bot
choco-bot / Install.txt
Created May 1, 2024 23:43
gmail-growl v2.4.0 - 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
@slackydev
slackydev / AnchorRSW.pas
Last active May 1, 2024 23:50
[Simba] Anchor corrected RSW for accuracy
program new;
{$DEFINE SRL_USE_REMOTEINPUt}
{$I SRL/osr.simba}
function TRSWalker.GetMyPos_Barber(): TPoint;
var
TPA: TPointArray;
err,me,anchor_mean,m: TPoint;
r: TRectangle;
anchor: TPoint = [3758, 2494];
@choco-bot
choco-bot / Install.txt
Created May 1, 2024 23:42
JayHankins.ConEmuConfig v0.0.8 - 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
Maintainers:
johannesloetzsch: mate.mate-dock-applet, mate.mate-dock-applet
bobby285271: mate.mate-dock-applet, mate.mate-dock-applet
romildo: mate.mate-dock-applet, mate.mate-dock-applet
aarch64-linux mate.mate-dock-applet
x86_64-linux mate.mate-dock-applet
@JulioPerezFernandez
JulioPerezFernandez / desafio.js
Created May 1, 2024 23:41
desafio del mod cero
//JUGADORES:
// NO MODIFICAR LOS NOMBRES DE ESTOS OBJETOS
// (El test automático les cambia los valores para probar que el resto
// de la lógica funciona bien)
const jugadorUno = {
nombre : "Marce" ,
habilidades : {
ataque : 70 ,
velocidad : 30 ,