Justin Hopper

Results 7 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`...

Type: task

**Name of the lexer** jsx and tsx **Code sample** ``` Hello world ``` ![image](https://github.com/rouge-ruby/rouge/assets/29075873/159686fb-81ee-48ee-8a43-6ede9f073853) https://rouge.jneen.net/v4.3.0/tsx/Y29uc3QgSGVsbG9Xb3JsZCA9ICgpID0-IHsKICByZXR1cm4gKAogICAgPG15LWN1c3RvbS1lbGVtZW50IGZvbz0iYmFyIj4KICAgICAgSGVsbG8gd29ybGQKICAgIDwvbXktY3VzdG9tLWVsZW1lbnQ-CiAgKTsKfQo **Additional context** The hyphen in custom elements are treated as invalid syntax in JSX/TSX lexers....

bugfix-request

## Expected Behavior Calling `SQLite.enablePromise(true)` after its already been called should result in a no-op. ## Current Behavior Calling `SQLite.enablePromise(true)` more than once will break the library. ## Possible Solution...