Ryuici

Results 11 comments of Ryuici

@friendlyanon , thanks. I can get it working after configuring presets. But, I have other issue. The build is failing when building with library. ```sh ❯ cmake --build --preset=dev [...

ok, thanks for your help @friendlyanon

@friendlyanon I can make it work, I switched back to Apple Clang / LLVM Clang instead of gcc. Not sure why gcc installation via Homebrew got the problem.

**How to make it work on MacOS 11.3** Prerequisites 1. (optional) Homebrew, `brew install llvm`, then add to your env, if you don't want to use Apple Clang. 2. `vcpkg`...

Hi @vitalik , why do we need to use `__init__` ? Can we use middleware and rails like approach? ```python from ninja import Router router = Router() @router.path('/project/{project_id}/tasks', before_action=['get_all_tasks'], after_action=['after_action'],...

@oakad can you give us concrete working example?

Hi, is it ok to provide it via Statsd? The reason is, we can have general implementation and broad range of metric provider supports.

Yeah, I got this too. spend hours, idk where to look at ``` > k describe po/titanic-ml-sbyjq-jvhg4-2878468303 ... Conditions: Type Status PodScheduled False Volumes: podmetadata: Type: DownwardAPI (a volume populated...

Now, it should be more easier and correct to skip private/health endpoints with `IsHealthEndpoint` callback. It will completely skip the trace. ``` // SkipedSampleAPIs skip tracing sample data for these...

This is good PR. It's sad to see this will go away. Moving to other repos could mean it will not officially supported by Vigil itself.