Archimedes Trajano
Archimedes Trajano
Needs something like ``` declare module "svgr.macro" { import { ComponentClass } from "react"; import { SvgProps } from "react-native-svg"; export default function toReactComponent( path: string, options?: Record ): ComponentClass;...
Does not work with @svgr/cli it is passing `precision` which is not supported
For paragraphs, limit their line lengths to some configurable value e.g. 80 or -1 to make it infinite. Only applies to paragraph blocks.
Not sure if something has changed, but in Docker Desktop 4.30.0 windows `docker compose` yields > error during connect: Get "http://docker.example.com/v1.39/containers/buildx_buildkit_dit0/json": command [ssh -o ConnectTimeout=30 -- dit docker system dial-stdio]...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...
Fixes https://github.com/jath03/openrgb-python/issues/69
e.g. ``` replace { current_date {{now | date "2006"}} } ``` This would be a bit more generic than https://github.com/caddyserver/replace-response/issues/26 since you're opening to a lot more results.
This will allow people to add ``` header >x-request-id {http.vars.trace_id} ``` To the headers if they need it.
Because `traceparent`s are not supposed to be part of the response due to [risks](https://www.w3.org/TR/trace-context/#other-risks) I was wondering if this can be integrated to the tracing if it is available as...
 Should be okay now for the most part it works well see https://github.com/trajano/google-fonts-proxy-docker/pull/7#issuecomment-2273891255 for a screenshot But there's one `context.TODO()` line I am not sure which context to pass...