Drew Silcock

Results 10 issues of Drew Silcock

Being able to see and compare generated asm and LLVM IR is super useful. It would great to be able to have another command to show the generated .wat or...

See https://github.com/Microsoft/TypeScript/issues/15363. Currently this package publishes .ts files in the package on npmjs, so that rules like `noImplicitAny` get picked up when you `import { ... } from "api-ai-javascript"`. The...

When trying to run Python functions where my user shell is set to Fish, I am unable to debug functions using VS Code. The error produced is: ```bash > Executing...

enhancement
debugging

Publishes to GitHub Container Registry using GitHub Action. Haven't had a chance to test this actually running yet - will try it out running on my forked repo.

Set up docker-compose.yaml to create all necessary resources to run all Streamlit apps at the same time and reverse proxy them all using nginx. Add basic HTML file for nginx...

The worker supports Python 3.9, however does not work with type hinting using standard collections as specified in [PEP 585](https://peps.python.org/pep-0585/) and [introduced in Python 3.9](https://docs.python.org/3/whatsnew/3.9.html#type-hinting-generics-in-standard-collections). Pre-PEP 585 style typing, which...

new feature
investigating

**Describe the bug** The document for the tasks endpoints incorrectly documents the "options" optional parameters. If you look at the endpoints in `flower/api/tasks.py`, specifically the `BaseTaskHandler.get_task_args()` method, you can see...

bug
docs

This package has type hints, but none of them are available to codebases using this package as the `py.typed` marker is not present. All you need to do is add...

**Describe the PR** Add ability to override name of enum variant generated from ordered constant using `// @name VariantName` in the same way you can do for types. **Relation issue**...

**Is your feature request related to a problem? Please describe.** I want to be able to generate enum variants whose names do not exactly match the name of the variable...