Eugene Esca
Eugene Esca
Atom: 1.41.0 x64 OS: Win 8.1 Highlight Selected: 0.16.0 To reproduce: 1. Highlight something in any file. 2. Press CTRL+, (open Settings tab) without removing the highlights. 3. Disable this...
How to reproduce: ``` $_SESSION['user_id'] = 'some_value'; $phpView = new PhpRenderer("path/to/templates", ["title" => "My App"]); $phpView->setLayout("layout.php"); //... $phpview->render($response, "hello.php", ["title" => "Hello - My App", "name" => "John"]); ``` In...
Created Proxy model/controller/seeder. Created CURL controller - handles all the CURL callouts. Filesystem: created additionl `resources` disk, connected to `resources` folder. Resources folder now includes `armory` folder, where all the...
After 1 hour of opened tab all my 32 gb ram runs away. Need to investigate what causes. For now the solution can be to automatically refresh a page every...
https://github.com/ncase/ncase.github.io/blob/da7c58e7eae504b6035dcde6c28516381d40a15b/faq/index.html#L251 `%03` breaks whole link while on live website. P.S. Your website and materials are awesome, helped me to improve lots of stuff! Thank you!
After compiling to an executable file with [tray] option, tray icon stays in tray menu until hovered. Same behavior with `--prod` flag. The icon disappears only when mouse hovering over....
There is this function in docs: https://socketsupply.co/apis/#application_setsystemmenuoptions And there is an example code, that will not work under Windows, when copy-pasted. The culprit is: example is missing a TAB char...
Sample code: ```js import { spawn, exec } from "socket:child_process"; const { stdout } = await exec("echo 1"); // returns win32 alert window const child = spawn("ssc", ["-v"]); // returns...
```console sc@SC MINGW64 /e/projects/npm-ssc-preprod $ node --version v20.10.0 sc@SC MINGW64 /e/projects/npm-ssc-preprod $ ssc -v 0.6.0-rc.5 (d5637b56) Installation path: E:\node\bin\node_modules\@socketsupply\socket-win32-x64\ sc@SC MINGW64 /e/projects/npm-ssc-preprod $ npm create socket-app svelte Initializing npm package...Ok....
There is an issue with Node v.22 and up, and this is a breakdown on that one: https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2#command-injection-via-args-parameter-of-child_processspawn-without-shell-option-enabled-on-windows-cve-2024-27980---high Full debug output: ```console sc@SC MINGW64 /e/projects/npm-ssc-preprod $ npx create-socket-app -h Need...