Nick Pape

Results 21 comments of Nick Pape

@mdissel Can you provide specific repro steps and/or a link to a repro repository? Does this occur with a web part generated with yeoman and no other changes? Additionally, do...

@iclanton @apostolisms we have another report of this now: https://github.com/SharePoint/sp-dev-docs/issues/9327 Have you been able to make progress here?

@iclanton https://github.com/SharePoint/sp-dev-docs/issues/9391

> OK thanks for the info. I don't know who disabled it in the first place, but will see after I finish my initial refactoring ggerganov removed it [here](https://github.com/ggerganov/llama.cpp/commit/d408bb9268a988c5a60a5746d3a6430386e7604d)

Getting extremely large RMS errors as well... Looks like it's the max double.. ``` [09:05:27 INF] Optimizer Rx Adj Rssi found worse results, rms 179769313486232000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.000>179769313486232000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.000 [09:05:27 INF] Optimizer Absorption Avg...

Added `node:` to my individual sensor's MQTT filter, per https://github.com/ESPresense/ESPresense-companion/issues/387#issuecomment-1809274190 and started getting results.

~+1 I am also getting the load_verify_locations error. Will take a look at the code and see if I can tell what's going on.~ This error was a red herring....

I think [this line](https://github.com/dusty-nv/jetson-containers/blob/master/packages/speech/kokoro-tts/kokoro-tts-fastapi/start-gpu.sh#L5) just needs to go from: ```bash KOKORO_DEFAULT_CMD="uvicorn api.src.main:app --reload --host 0.0.0.0 --port 8880" ``` to ```bash KOKORO_DEFAULT_CMD="uvicorn api.src.main:app --host 0.0.0.0 --port 8880" ``` or ```bash KOKORO_DEFAULT_CMD="uvicorn...

I'm facing the same issue on jazzy. I'm using the main branch of the tutorials repo. It looks like the tutorials actually build correctly (and can confirm they fail to...

I did get this working. Blew away everything in my workspace and started fresh. I followed these instructions: https://moveit.ai/install-moveit2/source/ And then started from here: https://github.com/moveit/moveit2_tutorials/blob/main/doc/tutorials/getting_started/getting_started.rst#download-source-code-of-moveit-and-the-tutorials So the full set of...