William Martin
William Martin
### Case BUG ## Issue The resumes shown in browser after running `npm run dev` are blank, as are the PDFs exported after running `npm run export`. ## Info -...
### Proposal Currently, microservice specifications are not inherently linked to their artifacts (except by convention of existing next to the code). When submitting a microservice to the storyscript cloud one...
It would be super great if the OMG schema was provided as a set of documents that could be used for contributors to work against e.g. those found in the...
Hello, We ran into a bit of confusion today as we wanted to use this plugin to compile a Svelte component for SSR. The type definitions provided for the `CompileOptions`...
When writing code such as: `SomeClassType someObject = Reflect.on(className).create(properties).get();` It is not possible to catch the ClassCastException that might be thrown from the casting code in get(). It would be...
Currently the black box testing can be found in: https://github.com/microservices/oms/tree/df5ca63fa8633e0185a48a26f5cdca49b8080b25/tests/regression As best as I can tell, these are split into a few parts: - For all our non-event templates, run...
### Describe the feature or problem you’d like to solve Currently, if you run a command that expects to know which repo to interact with but your `pwd` isn't in...
### Describe the feature or problem you’d like to solve The help text for `item-edit` is lacking in useful examples or description. ``` EXAMPLES # edit an item's text field...
### Describe the bug This is a spinoff from https://github.com/cli/cli/issues/5011 Given a job in a workflow with a long name, `gh run view --log` will not display logs for that...
## Description Fixes https://github.com/cli/cli/issues/7976 Functionally, this allows us to run `go generate ./...` without breaking things. However, it's also a lot more than that, paving the way for a domain...