Archimedes Trajano

Results 158 issues of Archimedes Trajano

This code shows the sequence https://github.com/trajano/expo-experiments/blob/4b4bbc8551db74cf43621fc013bc81b306f7eb9c/.github/workflows/expo-prebuild.yml#L80-L92 Basically installed eas-cli@latest globally and tried to use it in the next line and it says eas was not found https://github.com/trajano/expo-experiments/actions/runs/11584851156/job/32252777427

### What are you really trying to do? ### Describe the bug Make a temporalio/dev-server image. See Minimal Reproduction for how I work around it. ### Minimal Reproduction Because of...

enhancement

### Is your feature request related to a problem? Please describe. In Temporal Cloud there's a new field that appears when you choose json/protobuf to specify the `Message type`. Please...

enhancement

**Describe the bug** https://www.dynaconf.com/#reading-settings-variables states that `get` can be used to provide a default **To Reproduce** Steps to reproduce the behavior: Here's the code snippet, I added `# pyright: ignore`...

bug

**Is your feature request related to a problem? Please describe.** It would be nice to just see whatever is vetted for @storybook/react-native be exported from @storybook/react-native rather than dropping down...

**Describe the bug** #633 switches to typescript which is good, but the code needs a change to get the typings correct in the .d.ts As I noted in the comment...

**Is your feature request related to a problem? Please describe.** It would be nice to support JXR / JPEG XR which provides HDR support to JPEG https://github.com/Knewest/precompiled-jxrlib-binaries **Describe the solution...

enhancement

I wanted to do some extra caching of volta binaries ``` FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jdk AS volta USER ubuntu ENV VOLTA_HOME=/home/ubuntu/.volta ENV PATH=$VOLTA_HOME/bin:$PATH WORKDIR /home/ubuntu/.volta RUN --mount=type=cache,target=/home/ubuntu/.volta/cache,uid=1000,gid=1000 \ --mount=type=cache,target=/home/ubuntu/.volta/tools,uid=1000,gid=1000 \ whoami...