Nick James Kirkby

Results 52 comments of Nick James Kirkby

Related: https://github.com/influxdata/influxdb-python/issues/451 In Oct 2017, xginn8 mentioned that there was no InfluxDB API documentation for gzip compression. Perhaps this has changed since then? https://docs.influxdata.com/influxdb/v1.7/guides/writing_data/#configure-gzip-compression

@generalmimon OK, license added.

@zariiii9003 sure, go ahead.

I'm now able to build a .FLM that passes `flash_algo.py`. https://github.com/driftregion/FlashAlgo/commit/c685f32928f080c977b1badc97f1f9f0efb3157e Now flash erase fails with the following error: ``` pyocd.core.exceptions.FlashEraseFailure: flash erase sector failure (address 0x0000f000; result code 0x1)...

Got it, thanks @julibert I wrongly assumed that supporting FreeRTOS-Plus-TCP was out of scope. I've got a workaround for this now. Let's work towards the long-term solution.

@julibert, I'm attempting the long-term solution. Question: does LwIP guarantee a `clock_gettime`? I'm curious where that comes from when compiling for LwIP targets. I find that the FreeRTOS-Plus-TCP headers [depend...

@kgreenek , is it possible to use `--distdir` as a workaround in your situation? I'm using this to eliminate network requests for dependencies in my projects including those listed in...

Hi @dinkark-dev, thanks for your work on this. I've pushed a test binary generated by TI Code Composer Studio for a TMS320 device to https://github.com/driftregion/pyelftools/blob/dinkar/dwarf-v4-debug-types-support/test/testfiles_for_dwarfdump/dwarf_ticcs.elf It contains `DW_FORM_ref_sig8` tags which...

Hi seva, thanks for your response. > check the version of llvm-dwarfdump that you are testing against. I'm running the tests on linux with the command ```sh python test/run_dwarfdump_tests.py ```...

Hey Seva, thanks for taking me on this adventure. This is wild. I learned a bunch of new gdb tricks and found that building llvm takes 114G of disk. I...