Juan Carlos Alonso

Results 11 comments of Juan Carlos Alonso

I'm having the same problem and I found a workaround: * kitchen converge * wait for the message ` Waiting for SSH service on localhost:32773, retrying in 3 seconds` *...

The first thing that comes to my mind that could simplify the UI is to allow the user to enter a cron expression(`0 0 * * 1-5`) and you internally...

Sweeetttt!! Let me give it a try and I will let you know! Thanks for implementing this!

Just to confirm that jobs using cron expressions works fine :+1: Thanks for this. I hope to have to time soon to contribute to this project!, Is there anything on...

Nice!, I see a couple of features here: 1) A Rest API: Starting simple, just allowing to create, and listing jobs with their current status. 2) Simple authentication for the...

Amazing, looking forward to it!

Same problem here, thanks for the answer @honi

Thanks for that, I ended up doing something like this: This is for AES module. ``` javascript require.config({ modules: [ { name: 'main' } ], paths: { 'crypto': "../components/cryptojs/lib/Crypto", 'crypto.BlockModes':...

I came here because I am looking for a way to replace this xcape config: ``` xcape -e 'Shift_L=Shift_L|parenleft;Shift_R=Shift_R|parenright' ``` Any ideas if this is possible to accomplish with Sway?...