Matt Sutton
Matt Sutton
Hi there! Sorry, I should have wrapped the xpath the first time with backticks. GH applied markdown. I've corrected so the xpath shows as intended in the OP.
The behavior I see with the first example is truncation of the `vSFFDDDzA34/SNu384NhbT93cGEEE+msH4hk<separator>LfhRIM7U9B0=+_+Blahblah` string at `<`. I get back `vSFFDDDzA34/SNu384NhbT93cGEEE+msH4hk` instead of the desired whole thing. The second example, yeah,...
@villesau is this ok to go?
Thanks! I'll try to annotate and add any other supporting documentation references I can think of.
@sheharyarn do you have a sense yet whether you want something like this to land in Memento? I'm hoping to pick this back up over the next few weeks to...
> I would love to have this merged into master. > > Just ping me here once you're done with your pending changes, I'll take a final pass, do any...
@Exadra37 Sadly, this is stuck for the foreseeable future. This PR isn't yet mergeable and we were force pivoted to a different project at work. While this area of the...
@scrogson what are you thinking on this PR and about Hedwig, generally, these days? I'm considering putting in some grunt work in your lil' ecosystem (eg, [wip](https://github.com/defmhs/hedwig_slack_socket), and potentially toss...
`fsm.ts`: ``` import * as jssm from "jssm"; ``` `tsconfig.json`: ``` { "$schema": "https://json.schemastore.org/tsconfig", "display": "Node LTS", "_version": "20.1.0", "compilerOptions": { "lib": ["es2023"], "module": "node16", "target": "es2022", "strict": true, "esModuleInterop":...
@StoneCypher any verdict here yet? As far as I can tell, this approach is aligned with TS/Node best practices in 2023. So if we pass your tests ok...gtg?