Thomas Stachl

Results 6 issues of Thomas Stachl

### New Pull Request Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Issue Description This pull...

This fixes an issue with deno. Deno doesn't support `v8.serialize` and `v8.deserialize`, however both Deno and node have a native `structuredClone` method. Hence I removed the helper method. Now it...

awaiting-feedback
vite-plugin

### Code ```Rust mod utils; use wasm_bindgen::prelude::*; #[wasm_bindgen] extern "C" { fn alert(s: &str); } #[wasm_bindgen] pub fn greet() { alert("Hello, wasm-game-of-life!"); } ``` ### Meta `rustc --version --verbose`: ```...

I-ICE
T-compiler
C-bug
needs-triage

Introduces the ability to create new tmux sessions with names derived from directory paths using a configurable template. - Adds a `template` function in `scripts/sessionx.sh` to process path components. -...

This commit introduces a new configuration option to enhance how `sessionx` handles custom paths: - **New Option:** `@sessionx-custom-paths-subdirectories-depth` - Allows users to specify the depth of subdirectory scanning within custom...

Introduces a new configuration option `@sessionx-startup-command` that allows users to define a command to be executed automatically when a new tmux session is created via sessionx. The command supports placeholders...