Liam Bilich
Liam Bilich
Hi Not able to start the service on Mac OSX M1, getting this error: Couldn't start Elasticsearch. Exiting. elk_1 | Elasticsearch log follows below. elk_1 | [2022-04-26T13:11:01,933][WARN ][o.e.b.JNANatives ] [elk]...
To make creating clusters simpler, faster, easier and error prone i've extended generate_yamls.py so it is now more automated and covers more options that can be supplied via the command...
is it possible to add extra data with the files, like (in dropzone): ``` params: { payload: JSON.stringify( {'subsystem': 'goali', 'version': '0.1.2', 'md5': '123456', 'payloadIds': []} ) }, ``` or...
Trying to evaluate services such as ENV0 / Terraform Cloud I'm having problems setting up the provider, since it accepts only a private_key_path: ``` provider "oci" { region = "us-phoenix-1"...
Hi Great project, but I have some bugs with certain devices, not all events are recorded, and I'm getting this error in stderr: ``` [stderr_data]: /var/folders/t7/wykzbl_x2gqb4yx6l_fz04zh0000gn/T/_MEIBUqnr0/droidrep/GeteventTools.py:172: UserWarning: Type B MT...
Hi I have a big .NET Framework project which i want to test compatability to .Net Core 3. But I'm using MacOs with Visual Studio 2019 (for mac) Can the...
The uploader works nicely, but i haven't found any reference to the upload state, bytes loaded / total bytes, can this be added easily? Thanks
Hi Currently the input type gives the name "items[]" to the field name, is it possible to change? ``` ```
Hi Using nodejs v8.11.1 I'm getting these errors when executing "npm run test" ` Superchild basic use cases ✓ should get a long directory listing line-by-line ✓ should filter and...
Hi I'm trying to use the class StuffDocumentsChain but have not seen any usage example. I simply wish to reload existing code fragment and re-shape it (iterate). When doing so...