Anders E. Andersen
Anders E. Andersen
PR #128 adds the body attribute to allow the described use case.
When I start up vscode I get a popup that says "Python is not installed, or its version is too old. Esbonio language server requires 3.6 and above." The python...
That removes the error, but I can't get previews to work. The extension logs gives me this: ``` 2024-01-21 19:47:44.907 [error] Canceled: Canceled at LanguageClient2.handleFailedRequest (c:\Users\Anders\.vscode\extensions\swyddfa.esbonio-0.92.1\dist\node\extension.js:16203:23) at c:\Users\Anders\.vscode\extensions\swyddfa.esbonio-0.92.1\dist\node\extension.js:13279:27 at async...
I had a similar issue with the replaceData function. It wasn't obvious to me that I needed to encapsulate the data in another array.
I can see that in poker table the window title exchanges the english word "Table" with the danish word "Bord", but it the hand history files it uses the word...
Here it has latched on to the tournament lobby instead of the poker table: 2016-03-14 20:03:32,092 parser INFO Party.getTableTitleRe: table_name='None' tournament='123048656' table_number='12' 2016-03-14 20:03:32,092 parser INFO Party.getTableTitleRe: returns: '#?12' Here...
I got moved to table 11 in the same tournament. Now it finds the right window. 2016-03-14 20:32:29,220 parser INFO Party.getTableTitleRe: table_name='None' tournament='123048656' table_number='11' 2016-03-14 20:32:29,220 parser INFO Party.getTableTitleRe: returns:...
So I gather it is using a regular expression to match the title. In that case yes, that solution looks like an improvement. it would match first the tournament number,...
Naive attemp to make broadcasting safer has been added in the [safe-broadcasting branch](https://github.com/andersea/slurry/tree/safe-broadcasting). It simply wraps the send loop in a separate nursery, which will have the effect of not...
Hi! Thanks for taking a look at slurry. I agree that there isn't enough examples. I will keep this issue open, as a reminder to expand the documentation in this...