Malcolm Crum

Results 13 issues of Malcolm Crum

# Problem I want to know when the initial sync is completed, so I can safely boot up dependent containers that rely on these files. # Solution Add health check...

I'd like to know when my container is done booting up (i.e. has pulled all the files in my s3 bucket). I'm imagining a health check I could use in...

If I have a class like this: ``` class Foo { static class Bar { ... } } ``` I'd like to access it in TypeScript with `const bar: Foo.Bar...

I use typescript-generator to generate types for all our shared backend/frontend classes (and I love it - thank you!) I'm building an TypeScript API generator for our backend but can't...

Hi, during my migration from jtwig to pebble I've noticed some odd behaviour: sometimes newlines are trimmed. Here is a test case to reproduce the issue: ``` import com.mitchellbosecke.pebble.PebbleEngine import...

Given a field like `id` and a field like `username`, I'd like to keep `id` the same but set `username` to `user`. I imagine something like: ``` tables = {...

enhancement

### Summary 1. `yarn create expo` - finishes with this output: ``` To run your project, navigate to the directory and run one of the following yarn commands. - cd...

docs

# Why Fix https://github.com/expo/expo/issues/23116 # How Link to docs # Test Plan I didn't test a thing!!!! # Checklist - [x] Documentation is up to date to reflect these changes...

bot: passed checks

My run configurations look different to the screenshots in the plugin instructions. I can't see any EnvFile tab. I'm running IntelliJ 2023.2.2, Build #IU-232.9921.47.

I've been thinking about enforcing stronger types in our codebase. We have a lot of ids that are just numbers that we pass around, and sometimes they get swapped around...