Julian Scheid

Results 135 comments of Julian Scheid

Sorry but I'll pass. I'm planning to maintain the other package, but maintaining both seems a bit much (and somewhat redundant). Thanks for all your work on this one though.

Thanks @rcoedo, that's very kind. One question, I'm thinking of pushing my package to MELPA some time soon. Do you (or anybody else) mind if I'm using the generic package...

Thanks, yes that all makes sense, I'll try and reach out. (I'm not keen to recycle the name `prettier-js` because it's misleading now that Prettier supports other languages. Also, my...

@rcoedo it now got accepted on MELPA with package name `prettier`, which @jlongster thought was fine. Thanks again for all your work on this one.

I'm pretty sure it doesn't. Would you accept a PR that adds this feature?

Thanks for the link but I can't see immediately what you're referring to. I'd like to point at a custom http URL, but I think https://github.com/prometheus/cloudwatch_exporter/blob/cbe73e796998012504485bc3f01298b6403d4615/src/main/java/io/prometheus/cloudwatch/CloudWatchCollector.java#L225 means that the URL...

Also, as described on that page, Typescript with ESM requires imports to have explicit extensions, as in `tsTypes: {} as import("./machine.typegen.js").Typegen0`. I can understand if you're not interested in adding...

Thanks for the quick fix, look good! > That only happens when the file doesn't have any machines in it, right? I believe that I have also fixed that in...

I was thinking along the lines of "perfect is the enemy of good" but if you think you'll get around to it at some point, I'm all for it! Thanks...

As a workaround, create an empty file `config/application.rb` in the root of your repository and a file `config/environment.rb` with something like: ```ruby # Workaround for https://github.com/Shopify/tapioca/issues/442 Rails = OpenStruct.new(application: OpenStruct.new(config:...