joeyparis

Results 34 comments of joeyparis

I'd also be supportive of being able to schedule "multiple" commands using the same name and an order index in case a SQL file isn't possible.

I am also experiencing this issue with `4.2.0`. @mohsen1 were you able to come up with a solution other than manually registering the interface? That's not working me either because...

@Weiting-Zhang I'm not sure, this community response seems positive. I do see there are some merge conflicts now, but I'm not going to resolve them unless a maintainer confirms this...

My proposed solution is to modify the `parse` method like this: ```ruby def parse(action, xml) cim_action = action == :get_transaction_list_for_customer ? 'getTransactionList' : CIM_ACTIONS[action] xml = REXML::Document.new(xml) root = REXML::XPath.first(xml,...

I can give it a shot! On Mon, May 22 2023 at 8:46 PM, Weston Ganger ***@***.***> wrote: > @joeyparis thanks for fixing this. I know > we dont have...

Sorry, I meant to say the source file to generate the racc file is intimidating (but I guess not as much as the actual generated file 😂). I've started to...

Hey @Electroid! I just ran `bun upgrade` followed by `bun install` and although I am having some other issues (probably due to my own project) the error output is no...

Running `npx live-server` in the directory will solve this issue.

Nearly a year and a half later, but I was able to finally write some proper tests that I feel comfortable with. Hopefully, a maintainer can take a look at...