Edwin Kofler

Results 225 comments of Edwin Kofler

@spacewander I would be interested in stepping up for some sort of co-maintainer role. I've been contributing to this repository [for almost a year](https://github.com/tj/git-extras/pull/1015), so I don't think that is...

I think that would be out of scope for this project - other projects provide this, such as [nvie/gitflow](https://github.com/nvie/gitflow) and [petervanderdoes/gitflow-avh](https://github.com/petervanderdoes/gitflow-avh).

I'm interested in this feature as well, and such a global configuration sounds very useful. The next-best option if the default cannot be changed for everyone.

For me `mandatory` seems a bit vague to me - I like ~~`assert_lefthook_exists`~~ `assert_lefthook_installed`, or maybe `fail_if_absent` or `abort_if_not_installed`

any update on this? i was using @calebdwilliams's fork, but things did not quite work out when was using [busboy](https://github.com/mscdex/busboy). would love to see any implementation

Oh, that would make sense - thank you! If anyone else is wondering how to do it, here is the full example: ```ts import { Application, Router } from 'https://deno.land/x/[email protected]/mod.ts'...

@xlc-dev Absolutely - I have it on both my [client](https://github.com/quazipanacea/client-web) and [server](https://github.com/quazipanacea/server-deno). Honestly what I have is kind of a mess, and I'm still trying to figure things out -...

@xlc-dev > where are you doing the api call in the client? I don't remember exactly where, but you can find information on that under I think the "vanilla" frontend...

If I understand correctly, is it true that types are not provided because the implementation may change from using prototypes to something else? (Not I understand due to language barrier)....

Should this be closed because prettier supports an [override](https://prettier.io/docs/en/configuration.html#configuration-overrides) format in their configuration, which can be used by any plugin? ```json { "semi": false, "overrides": [ { "plugins": ["prettier-plugin-OTHER"], "files":...