Vitaly Sharov

Results 6 comments of Vitaly Sharov

yeah its crucial when the package management system in your organization runs through a proxy that additionally stores some internal packages

i tried to separate the large one into smaller ones, specifically dividing the `codes` from its references, and hydrating them with `{references: [typeof A]}` and after some number of references...

after a bit of experiments I came to a kind of a solution for a really large schemas with lots of references like this one:
 JSON ```json
 { "$id": "http://example.com/schemas/Entity.json",...

> @xblurx you can either include none of the default styles and manually style everything or you can override the default styles. We do a lot of overrides for https://shepherdjs.dev/...

@2vg here is the code that i used for implementing this, in other words I implemented `OperationOutput` for `ServerError` that i return from routes handlers ``` /// The way to...

MacOS M1 Sonoma 14.6.1 Tried to install python with `CC=gcc pyenv install 3.12.7` and `3.12.0` version and it failed every time with the same error log: ``` /bin/sh: /opt/homebrew/opt/llvm/bin/llvm-ar: No...