Zachary Snow

Results 5 issues of Zachary Snow

In my [SnowShovel](https://github.com/smack0007/SnowShovel/blob/master/SnowShovel.slnproj) project I'm using an slnproj file to run my tests: ```xml ``` Tests can then be executed with the dotnet cli: ``` dotnet test SnowShovel.slnproj ``` I...

I work with C# and P/Invoke directly into OpenGL (i.e. not using something like OpenTK). I regularly have to look up the values of enums such as GL_MAX_VERTEX_ATTRIBS. It would...

## Summary This is a pull request to implement the feature request: [Support loading of ".cjs" and ".cts" files. #3996](https://github.com/kulshekhar/ts-jest/issues/3996) ## Test plan I added 2 test cases to `src/legacy/ts-jest-transformer.spec.ts`...

### 🚀 Feature Proposal Support loading and transforming of files with the ".cts" file extension. ### Motivation In our code base we import all our files using the ".js" file...

:rocket: Feature Request

Hey I'm the maintainer of [SDL_ts](https://github.com/smack0007/SDL_ts) and being able to call this from the CLI would really solve some problems for getting SDL_ts up and running I think. Currently we...