Ian Ray

Results 14 issues of Ian Ray

First of all, I would love to say thank you so much for building this library. Really great way to demonstrate commits. Awesome job, and huge value add to the...

:sparkles: Feature

For instance, I'd like to be able to create some class: ``` public class MyClassMap : ClassMap { public MyClassMap(object argumentOne, object argumentTwo) { // leverage arguments to further customize...

Similar to my other feature request, is it absolutely fundamental that semantic-release-cli work exclusively via Github, or is it possible to add support for other cloud SCM platforms, such as...

Is it a core use case or an opt-in use case that semantic-release be able to publish to npm? If not, I think it would increase the value of the...

## Ask your question here: I've got (perhaps) a less conventional workflow, where the ability to, for instance, call `http://hello@{version}.default.127.0.0.1.sslip.io` (note the additional `@{version}`) adds value and abstracts complexity I'd...

kind/question
lifecycle/stale

I'm in a similar situation to this ticket: >>[How to use locally built docker image?](https://github.com/knative/serving/issues/6101)>[this comment](https://github.com/knative/serving/issues/6101#issuecomment-567588130) ... > A docker image without a hostname prefix is assumed to be DockerHub....

kind/question
lifecycle/stale

First and foremost, I appreciate you taking the time to make zig.guide, so thank you for being a maintainer. Caveat: I could be completely wrong here, I'm just going from...

Please confirm compatibility with `typescript@^5.0.0`? Anecdotally, I've run into an issue where `exceljs` works with `[email protected]` but not `[email protected]`, and I'm wondering what kind of testing has been done w/...

#### OS: macOS Monterey 12.6.3 #### VSCode version: 1.85.1 #### CodeLLDB version: 1.10.0 #### Compiler: zig #### Debuggee: zig Verbose log ### Zig Version 0.12.0-dev.2059+42389cb9c ### Steps to Reproduce and...

I have two schemas: `schema.prisma` ```prisma import { Dep } from "./module.schema" ``` `module.schema.prisma` ```prisma ... ``` When I drag `module.schema.prisma` to a new directory, say `schemas`, it does not...