Max Metral
Max Metral
This script is failing on wercker: ``` box: node services: - id: helmi03/docker-postgis build: steps: - install-packages: packages: postgresql-9.4-postgis-scripts - script: name: createdb code: |- export PGPORT=$DOCKER_POSTGIS_PORT_5432_TCP_PORT export PGHOST=$DOCKER_POSTGIS_PORT_5432_TCP_ADDR export...
I'm trying to use LibComponentLogging in a library/framework that is used by an app that also wants to use LCL. I'm not sure it's currently possible to have both the...
## Environment * Ubuntu 22.04 * 1.4.4 ## What you did RUN sudo -E wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-linux-amd64 \ && sudo -E mv mkcert-v1.4.4-linux-amd64 mkcert \ && sudo -E chmod +x mkcert...
…input into more of a macro expander What did you change (functionally and technically)? Instead of inserting the markup into the formatted (and unformatted) values, if trackMentions is false, it...
### What happened? ## Steps to Reproduce In my [open source project](https://github.com/openapi-typescript-infra/service), I am on [email protected] and http instrumentation @0.43. When I upgrade to the latest, most things seem to...
I would like descriptions on tag entities to be included in the documentation. ## Context Right now, the tags will create left bar groups for the methods, but you can't...
We are deploying stoplight elements via docker containers. I notice that a number of big-footprint modules - sentry and faker-js mainly are pulled in with stoplight. Why, and can we...
I am on RN 0.72 using Fabric and unable to build release mode on android with the following error: ``` > Task :react-native-safe-area-context:generateCodegenArtifactsFromSchema FAILED /Users/memetral/dev/personal/rn-monorepo-fabric/node_modules/@react-native/codegen/lib/generators/modules/GenerateModuleH.js:249 return Object.keys(aliasMap) ^ TypeError: Cannot...
Our app is complex enough that I don't think sharing code is useful - i.e. I'd rather just write the app clip in swift. BUT, it sure would be nice...
## Description When converting from vanilla-extract/sprinkles to rainbow-sprinkles, Typescript 5.2 gets tripped up with a confusing error: ``` The inferred type of 'sprinkles' cannot be named without a reference to...