István Király
István Király
I think a good approach would be to check if req.auth exists already. If yes, a previous method already authenticated. ```javascript return function authMiddleware(req, res, next) { if (req.auth) return...
I'm looking for a package that can convert ansi-tagged links to html. It is possible to create VT100 terminal hyperlinks. ```javascript const ESC = '\u001B['; const OSC = '\u001B]'; const...
This appears to be the case when running codepad as a service. After a longer period of idle time a user may get rejected with correct username and password -...
A refresh on page solves the problem, but it is an annoying bug.
May 08 09:46:19 codepad-demo.d250.hu node[506]: [2016-05-08 09:46:19.574] [INFO] console - CODEPAD MSG: PUSH_TO_FILESYSTEM a.RqnKGlAFxi9PSpNK null May 08 09:46:19 codepad-demo.d250.hu node[506]: [2016-05-08 09:46:19.575] [WARN] message - Dropped message, unknown COLLABROOM Data...
Not always, but when it does, it is annoying.
I was running my usb boot disk on a MacBook air that recognized the EFI boot partition. After starting, there was only a black screen with a blinking cursor. We...
Great lib! I encountered that error when trying to generate a barcode with a legal character `Đ` which is part of Latin-1 `Đ000` .. it could be supported via FNC4....
The nomal log writes: (11db) `#3 0x000000010554b9f8 in tns::Interop::CallInitializer(v8::Local, tns::MethodMeta const*, objc_object*, objc_class*, tns::V8Args&) at /Users/rigor789/Code/ns-v8ios-runtime/NativeScript/runtime/Interop.mm:111` ``` NativeScript`tns::Interop::CallInitializer: 0x10554b928 : sub sp, sp, #0x70 ; =0x70 0x10554b92c : stp x26,...
**Environment** zsh on macOS Catalina 10.15.7 ✔ Component nativescript has 8.0.1 version and is up to date. ✔ Component @nativescript/core has 8.0.3 version and is up to date. ✖ Component...