Marcin Szczepanski

Results 26 comments of Marcin Szczepanski

I didn't actually get around to creating a PR for this one. However if it helps, this is the pattern I used that should work for this plugin too: ```js...

Just ran into this as well, however I have some more input - Webpack's emit code keeps a cache based on the `Source` object identity rather than content: https://github.com/webpack/webpack/blob/542ffa969d2f4c67c309ff711ccf00b27ace9ee5/lib/Compiler.js#L546-L554 This...

> @marcins - this PR still waits for a review, and look like you are the only one who is in charge Steve P from my team (not sure of...

For my purposes, I was implementing a parse + visit, and needed spans to get access to comments in the source which SWC doesn't currently include in the AST (in...

Here's a failing test that can be added to `packages/babel-plugin/src/__tests__/expression-evaluation.test.ts`: ```js it('should not double call a member function', () => { const actual = transform(` import '@compiled/react'; function Component() {...

Thanks @ajaymathur - I saw that issue but didn't make the connection that it was the related.

Very manually - I ran the same command as git-ratchet does and piped it into Sublime: `git --no-pager log --notes=git-ratchet-excuse-1-pageweightv1 --pretty=format:'%H,%ae,%at,"%N",' HEAD|subl` Then for the baseline of the metric I...

Vote for having a per-project message template too. My use case is that I have a project with a parameter that determines whether to deploy to staging or production and...

If anyone wants to try the plugin with Mustache notification templates I have a snapshot HPI up in Dropbox: https://dl.dropbox.com/u/5336861/hipchat.hpi YMMV, disclaimer, etc, etc :-) Also check the [updated README](https://github.com/marcins/jenkins-hipchat-plugin/tree/feature-mustache-messages)

FYI - It appears that the git plugin sets an environment variable GIT_BRANCH based on which branch is being built, so with the Mustache template you can output `{{build.environment.GIT_BRANCH}}`.