Alessandro S.

Results 19 comments of Alessandro S.

On Windows it work. Here the relevant versions: Version: 1.68.1 Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630 Date: 2022-06-14T12:48:58.283Z Electron: 17.4.7 Chromium: 98.0.4758.141 Node.js: 16.13.0 V8: 9.8.177.13-electron.0 OS: Windows_NT x64 10.0.19044 CTRL+v doesn't work neither...

Looking in the code I've seen that the correct format should be extrafield="something" ' jira-cli new --project SYSENG --type Story "This is a test story" --description='Here the story description' --extra...

Found out the the json library was not imported. I added it and now I have problem with the date string parsing: ' > jira-cli new --project SYSENG --type Story...

The format sent when I create a new Jira story is 01/Feb/18. But even so NADA: ' > jira-cli new --project SYSENG --type Story "This is a test story" --description='description'...

Actually after some digging I found how the date should be formatted in jira package at client.py at line 1368 is stated: # based on REST Browser it needs: "2014-06-03T08:21:01.273+0000"...

I have the same problem with a different error: ``` root@raspberrypi:/lib/modules/4.4.38-v7+/kernel/drivers/pivccu# modprobe generic_raw_uart modprobe: ERROR: could not insert 'generic_raw_uart': Exec format error ``` May be in some problem during the...

I was able to built the module with the normal procedure after updating the kernel at 4.9.35-v7 version. However the rfd service does not start with the pivccu-driver . I...

i think that also the custom add-ons need to be parsed in advance before running the main process. The possible options should be already known at that stage. However as...

Don't how this happen to be closed. Reopening.

HI dear community, I have the same need. I am creating a new pipeline where I create a custom image as well the ScaleSet via terraform. TF doesn't support is...