Vladimir Vukicevic
Vladimir Vukicevic
Yep, will take a look today! Was out most of last week :)
Whoops I missed the question, sorry -- got this confused with another notification. > Is the feature even of any use to you, if you cannot tell whether you got...
Oh I didn't get it confused -- is the stack overflow issue still there? Happy to take a look and see if I can help.
Similar but subtly different issue. Lots of `Task exception was never retrieved` (might be nice if the integration catches internal exceptions and sets itself to an error state or similar?),...
It's not -- that only controls the ssl verification for this script's own HTTPS connection. What's happening is the TrueNAS backend API call (i.e. the thing that happens in response...
(Note above "Certificate import successful"/list/etc -- the script itself can make API calls just fine)
I see this as well (the warnings), on the very first episode ingest only. `build_indices_and_constraints` completes fine. The missing properties are: `name_embedding`, `fact_embedding`, `episodes`. Things seem to be ingested fine...
(I'd appreciate some feedback/guidance in #5864 -- I'm not quite sure what the dev process is here, let me know if I should be doing something else for PR submissions!)
There's actually already support on mac/linux for parsing a `marker-{pid}.txt` file that a process opens, however the file format is extremely simple (literally "[time] [name]"), which is not good for...
I'm running into this. You _can_ do child process tracing by using the environment variables: ``` DOTNET_EnableEventPipe=1 DOTNET_EventPipeOutputPath="/tmp/dotnet-{pid}.nettrace" DOTNET_EventPipeConfig=... ``` I'm not sure when `{pid}` was added to the output...