Skip to content

Instantly share code, notes, and snippets.

View JakubKoralewski's full-sized avatar
🦀
Chillin' out maxin' relaxin' all cool

Jakub Koralewski JakubKoralewski

🦀
Chillin' out maxin' relaxin' all cool
View GitHub Profile
2022-11-12 21:02:28.382 [error] Error: react app did not load
at Timeout._onTimeout (/home/ubuntu/.vscode-server/extensions/ponicode.ponicode-0.71.2/dist/main.js:26:161570)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
2022-11-12 21:02:29.270 [error] Error: Please try again
at E (/home/ubuntu/.vscode-server/extensions/ponicode.ponicode-0.71.2/dist/main.js:421:5188)
at C (/home/ubuntu/.vscode-server/extensions/ponicode.ponicode-0.71.2/dist/main.js:421:5638)
at f (/home/ubuntu/.vscode-server/extensions/ponicode.ponicode-0.71.2/dist/main.js:26:291705)
at c (/home/ubuntu/.vscode-server/extensions/ponicode.ponicode-0.71.2/dist/main.js:26:291773)
at P (/home/ubuntu/.vscode-server/extensions/ponicode.ponicode-0.71.2/dist/main.js:421:6313)
dates = new Array(...document.querySelector('.timeline__header-list').children).map(x => x.innerText);
titles = new Array(...document.querySelector('.fds-carousel-slides').children).map(x => x.children[0].innerText.split('\n\n')[0].toLowerCase());
dates.map((d, i) => `${d} - ${titles[i]}`).join('\n')
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force
#Persistent
AutoTrim, Off
; menu
Menu, Tray, Add
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force
#Persistent
AutoTrim, Off
; menu
Menu, Tray, Add
#SingleInstance Force
#Persistent
SendMode, Input
AutoTrim, Off
Browser := false
; menu
Menu, Tray, Add
Menu, Tray, Add, Ustaw okno jako przeglądarkę, ChooseBrowserWindow
let promptly: Record<any, any>
if (require.main === module) {
promptly = require('promptly')
require('dotenv').config({ debug: true })
const fileIndex = process.argv.findIndex(
(val) => val.endsWith('initiateDb.ts')
)
const optionalArguments = process.argv.slice(fileIndex + 1)
console.log({ optionalArguments })
let dbUrl: string
@JakubKoralewski
JakubKoralewski / rightjcubed.gif
Last active January 9, 2021 14:54
right j cubed
rightjcubed.gif
@JakubKoralewski
JakubKoralewski / leftjcubed.gif
Last active January 9, 2021 14:47
left j cubed
leftjcubed.gif
<form action="{% url 'new' %}" method="post">
{% csrf_token %}
{% for field in form %}
<div class="field-wrapper">
{{ field.errors }}
{{ field.label_tag }} {{ field }}
{% if field.help_text %}
<p class="help">{{ field.help_text|safe }}</p>
{% endif %}
</div>
@JakubKoralewski
JakubKoralewski / rust-book-pl.diff
Last active March 15, 2020 12:26
zrobiłem diff tego repo z commita [94308a2](https://github.com/paytchoo/book-pl/commit/94308a22e7bcd089a806e8e6eb11d9294667eb66) i [rust-lang/book 6fb3705e](https://github.com/rust-lang/book/commit/6fb3705e5230311b096d47f7e2c91f9ce24393d0) komendą `git diff --no-index --name-only book-original/src book-pl-en/src > diff-to-new.txt`. Wynik zamiesz…
diff --git a/book-original/src/SUMMARY.md b/book-pl-en/src/SUMMARY.md
index a9b8feb..4139eb0 100644
--- a/book-original/src/SUMMARY.md
+++ b/book-pl-en/src/SUMMARY.md
@@ -1,6 +1,5 @@
# The Rust Programming Language
-[The Rust Programming Language](title-page.md)
[Foreword](foreword.md)
[Introduction](ch00-00-introduction.md)