Justin Hopper

Results 5 issues of Justin Hopper

Consider this a friendly health check. The last release was almost 1 year ago. I am seeing some Pull Requests sitting without any activity despite their simplisticity and readiness.

`FromExecutingAssembly` and `FromCallingAssembly` are misleading. The naming suggests that it will use the assemblies from the perspective of where it is being called, but actually uses scrutor's perspective. https://github.com/khellang/Scrutor/blob/master/src/Scrutor/TypeSourceSelector.cs#L20 ```csharp...

Improvement
Breaking Change

## Changelog > Please copy and paste new entries from `CHANGELOG.md` here. ## Specific changes > Please list each individual specific change in this pull request. - Adds TypeScript type...

* **Version**: 22.8.0 Currently the peer dependency listed for `electron-webpack-ts` is `"typescript": "^3.8.3"`, which gives a warning in Yarn: ``` [email protected]" has incorrect peer dependency "typescript@^3.8.3". ``` Unless there are...

#### Feature request BlueprintJS is currently using `date-fns` v2, which had a big issue of polluting the global namespace with their TypeScript definitions. This causes conflicts with anyone consuming `date-fns`...